/* Reset */

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

button {
  background: transparent;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
button:focus,
button:active,
div:focus,
div:active,
a:focus,
a:active {
  outline: none;
}

/* Components */

.main {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.875rem;
}

.page-section {
  background-color: #fff;
  border-radius: .25rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
  max-width: 50rem;
  margin-bottom: 2rem;
}

.btn-indigo {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-radius: .25rem;
  background-color: #5661b3;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  white-space: nowrap;
}

.btn-indigo:hover,
.btn-indigo:focus {
  background-color: #f6993f;
}

.btn-info {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-radius: .25rem;
  background-color: #38a89d;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  white-space: nowrap;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #f6993f;
}

.btn-danger {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-radius: .25rem;
  background-color: #e3342f;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  white-space: nowrap;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #de751f;
}

.btn-sm {
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .75rem;
}

.btn-spinner,
.btn-spinner:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}

.btn-spinner {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: .2em solid white;
  border-right: .2em solid white;
  border-bottom: .2em solid white;
  border-left: .2em solid transparent;
  transform: translateZ(0);
  -webkit-animation: spinning 1s infinite linear;
          animation: spinning 1s infinite linear;
}

@-webkit-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.form-label {
  margin-bottom: .5rem;
  display: block;
  color: #3d4852;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form-input,
.form-textarea,
.form-select {
  padding: .5rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  border-width: 1px;
  color: #3d4852;
  background-color: #fff;
  font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  border-radius: .25rem;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  transition: background-color 500ms;
}

.form-input:focus,
.form-input.focus,
.form-textarea:focus,
.form-textarea.focus,
.form-select:focus,
.form-select.focus {
  border-color: #6574cd;
  box-shadow: 0 0 0 1px #6574cd;
}

.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  color: #8795a1;
  opacity: 1;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder,
.form-select::-moz-placeholder {
  color: #8795a1;
  opacity: 1;
}

.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: #8795a1;
  opacity: 1;
}

.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
  color: #8795a1;
  opacity: 1;
}

.form-input::placeholder,
.form-textarea::placeholder,
.form-select::placeholder {
  color: #8795a1;
  opacity: 1;
}

.form-select {
  padding-right: 1.5rem;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAABGdBTUEAALGPC/xhBQAAAQtJREFUOBG1lEEOgjAQRalbGj2OG9caOACn4ALGtfEuHACiazceR1PWOH/CNA3aMiTaBDpt/7zPdBKy7M/DCL9pGkvxxVp7KsvyJftL5rZt1865M+Ucq6pyyF3hNcI7Cuu+728QYn/JQA5yKaempxuZmQngOwEaYx55nu+1lQh8GIatMGi+01NwBcEmhxBqK4nAPZJ78K0KKFAJmR3oPp8+Iwgob0Oa6+TLoeCvRx+mTUYf/FVBGTPRwDkfLxnaSrRwcH0FWhNOmrkWYbE2XEicqgSa1J0LQ+aPCuQgZiLnwewbGuz5MGoAhcIkCQcjaTBjMgtXGURMVHC1wcQEy0J+Zlj8bKAnY1/UzDe2dbAVqfXn6wAAAABJRU5ErkJggg==');
  background-size: .7rem;
  background-repeat: no-repeat;
  background-position: right .7rem center;
}

.form-select::-ms-expand {
  opacity: 0;
}

/* the error message displayed beneath the field in question */

.form-error {
  color: #e3342f;
  margin-top: .5rem;
  font-size: .875rem;
}

/* styles applied to the field */

.form-input.error,
.form-textarea.error,
.form-select.error {
  border-color: #ef5753;
}

.form-input.error:focus,
.form-textarea.error:focus,
.form-select.error:focus {
  box-shadow: 0 0 0 1px #e3342f;
}

.popup {
  background: #f9acaa;
  color: #621b18;
  padding: .7em;
  opacity: 0;
  transition: opacity 300ms;
}

table {
  width: 100%;
  white-space: nowrap;
}

thead tr {
  text-align: left;
  font-weight: 700;
}

thead tr th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

tbody tr:hover {
  background-color: #f8fafc;
}

tbody tr:focus-within {
  background-color: #f8fafc;
}

tbody tr td {
  border-top-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

tbody tr td a:not(.btn-*) {
  display: flex;
  align-items: center;
}

/* Make clicks pass-through */

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Utilities */

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

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

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

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

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

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

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

.group:hover .group-hover\:appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.focus-within\:appearance-none:focus-within {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

.group:hover .group-hover\:bg-fixed {
  background-attachment: fixed;
}

.group:hover .group-hover\:bg-local {
  background-attachment: local;
}

.group:hover .group-hover\:bg-scroll {
  background-attachment: scroll;
}

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

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

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

.focus-within\:bg-fixed:focus-within {
  background-attachment: fixed;
}

.focus-within\:bg-local:focus-within {
  background-attachment: local;
}

.focus-within\:bg-scroll:focus-within {
  background-attachment: scroll;
}

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

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

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

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

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

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

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

.bg-black {
  background-color: #22292f;
}

.bg-grey-darkest {
  background-color: #3d4852;
}

.bg-grey-darker {
  background-color: #606f7b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-orange-darkest {
  background-color: #462a16;
}

.bg-orange-darker {
  background-color: #613b1f;
}

.bg-orange-dark {
  background-color: #de751f;
}

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

.bg-orange-light {
  background-color: #faad63;
}

.bg-orange-lighter {
  background-color: #fcd9b6;
}

.bg-orange-lightest {
  background-color: #fff5eb;
}

.bg-yellow-darkest {
  background-color: #453411;
}

.bg-yellow-darker {
  background-color: #684f1d;
}

.bg-yellow-dark {
  background-color: #f2d024;
}

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

.bg-yellow-light {
  background-color: #fff382;
}

.bg-yellow-lighter {
  background-color: #fff9c2;
}

.bg-yellow-lightest {
  background-color: #fcfbeb;
}

.bg-green-darkest {
  background-color: #0f2f21;
}

.bg-green-darker {
  background-color: #1a4731;
}

.bg-green-dark {
  background-color: #1f9d55;
}

.bg-green {
  background-color: #38c172;
}

.bg-green-light {
  background-color: #51d88a;
}

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

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

.bg-teal-darkest {
  background-color: #0d3331;
}

.bg-teal-darker {
  background-color: #20504f;
}

.bg-teal-dark {
  background-color: #38a89d;
}

.bg-teal {
  background-color: #4dc0b5;
}

.bg-teal-light {
  background-color: #64d5ca;
}

.bg-teal-lighter {
  background-color: #a0f0ed;
}

.bg-teal-lightest {
  background-color: #e8fffe;
}

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

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

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

.bg-blue {
  background-color: #3490dc;
}

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

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

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

.bg-indigo-darkest {
  background-color: #191e38;
}

.bg-indigo-darker {
  background-color: #2f365f;
}

.bg-indigo-dark {
  background-color: #5661b3;
}

.bg-indigo {
  background-color: #6574cd;
}

.bg-indigo-light {
  background-color: #7886d7;
}

.bg-indigo-lighter {
  background-color: #b2b7ff;
}

.bg-indigo-lightest {
  background-color: #e6e8ff;
}

.bg-purple-darkest {
  background-color: #21183c;
}

.bg-purple-darker {
  background-color: #382b5f;
}

.bg-purple-dark {
  background-color: #794acf;
}

.bg-purple {
  background-color: #9561e2;
}

.bg-purple-light {
  background-color: #a779e9;
}

.bg-purple-lighter {
  background-color: #d6bbfc;
}

.bg-purple-lightest {
  background-color: #f3ebff;
}

.bg-pink-darkest {
  background-color: #451225;
}

.bg-pink-darker {
  background-color: #6f213f;
}

.bg-pink-dark {
  background-color: #eb5286;
}

.bg-pink {
  background-color: #f66d9b;
}

.bg-pink-light {
  background-color: #fa7ea8;
}

.bg-pink-lighter {
  background-color: #ffbbca;
}

.bg-pink-lightest {
  background-color: #ffebef;
}

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

.group:hover .group-hover\:bg-black {
  background-color: #22292f;
}

.group:hover .group-hover\:bg-grey-darkest {
  background-color: #3d4852;
}

.group:hover .group-hover\:bg-grey-darker {
  background-color: #606f7b;
}

.group:hover .group-hover\:bg-grey-dark {
  background-color: #8795a1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-orange-darkest {
  background-color: #462a16;
}

.group:hover .group-hover\:bg-orange-darker {
  background-color: #613b1f;
}

.group:hover .group-hover\:bg-orange-dark {
  background-color: #de751f;
}

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

.group:hover .group-hover\:bg-orange-light {
  background-color: #faad63;
}

.group:hover .group-hover\:bg-orange-lighter {
  background-color: #fcd9b6;
}

.group:hover .group-hover\:bg-orange-lightest {
  background-color: #fff5eb;
}

.group:hover .group-hover\:bg-yellow-darkest {
  background-color: #453411;
}

.group:hover .group-hover\:bg-yellow-darker {
  background-color: #684f1d;
}

.group:hover .group-hover\:bg-yellow-dark {
  background-color: #f2d024;
}

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

.group:hover .group-hover\:bg-yellow-light {
  background-color: #fff382;
}

.group:hover .group-hover\:bg-yellow-lighter {
  background-color: #fff9c2;
}

.group:hover .group-hover\:bg-yellow-lightest {
  background-color: #fcfbeb;
}

.group:hover .group-hover\:bg-green-darkest {
  background-color: #0f2f21;
}

.group:hover .group-hover\:bg-green-darker {
  background-color: #1a4731;
}

.group:hover .group-hover\:bg-green-dark {
  background-color: #1f9d55;
}

.group:hover .group-hover\:bg-green {
  background-color: #38c172;
}

.group:hover .group-hover\:bg-green-light {
  background-color: #51d88a;
}

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

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

.group:hover .group-hover\:bg-teal-darkest {
  background-color: #0d3331;
}

.group:hover .group-hover\:bg-teal-darker {
  background-color: #20504f;
}

.group:hover .group-hover\:bg-teal-dark {
  background-color: #38a89d;
}

.group:hover .group-hover\:bg-teal {
  background-color: #4dc0b5;
}

.group:hover .group-hover\:bg-teal-light {
  background-color: #64d5ca;
}

.group:hover .group-hover\:bg-teal-lighter {
  background-color: #a0f0ed;
}

.group:hover .group-hover\:bg-teal-lightest {
  background-color: #e8fffe;
}

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

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

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

.group:hover .group-hover\:bg-blue {
  background-color: #3490dc;
}

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

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

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

.group:hover .group-hover\:bg-indigo-darkest {
  background-color: #191e38;
}

.group:hover .group-hover\:bg-indigo-darker {
  background-color: #2f365f;
}

.group:hover .group-hover\:bg-indigo-dark {
  background-color: #5661b3;
}

.group:hover .group-hover\:bg-indigo {
  background-color: #6574cd;
}

.group:hover .group-hover\:bg-indigo-light {
  background-color: #7886d7;
}

.group:hover .group-hover\:bg-indigo-lighter {
  background-color: #b2b7ff;
}

.group:hover .group-hover\:bg-indigo-lightest {
  background-color: #e6e8ff;
}

.group:hover .group-hover\:bg-purple-darkest {
  background-color: #21183c;
}

.group:hover .group-hover\:bg-purple-darker {
  background-color: #382b5f;
}

.group:hover .group-hover\:bg-purple-dark {
  background-color: #794acf;
}

.group:hover .group-hover\:bg-purple {
  background-color: #9561e2;
}

.group:hover .group-hover\:bg-purple-light {
  background-color: #a779e9;
}

.group:hover .group-hover\:bg-purple-lighter {
  background-color: #d6bbfc;
}

.group:hover .group-hover\:bg-purple-lightest {
  background-color: #f3ebff;
}

.group:hover .group-hover\:bg-pink-darkest {
  background-color: #451225;
}

.group:hover .group-hover\:bg-pink-darker {
  background-color: #6f213f;
}

.group:hover .group-hover\:bg-pink-dark {
  background-color: #eb5286;
}

.group:hover .group-hover\:bg-pink {
  background-color: #f66d9b;
}

.group:hover .group-hover\:bg-pink-light {
  background-color: #fa7ea8;
}

.group:hover .group-hover\:bg-pink-lighter {
  background-color: #ffbbca;
}

.group:hover .group-hover\:bg-pink-lightest {
  background-color: #ffebef;
}

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

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

.hover\:bg-grey-darkest:hover {
  background-color: #3d4852;
}

.hover\:bg-grey-darker:hover {
  background-color: #606f7b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-orange-darkest:hover {
  background-color: #462a16;
}

.hover\:bg-orange-darker:hover {
  background-color: #613b1f;
}

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

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

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

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

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

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

.hover\:bg-yellow-darker:hover {
  background-color: #684f1d;
}

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

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

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

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

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

.hover\:bg-green-darkest:hover {
  background-color: #0f2f21;
}

.hover\:bg-green-darker:hover {
  background-color: #1a4731;
}

.hover\:bg-green-dark:hover {
  background-color: #1f9d55;
}

.hover\:bg-green:hover {
  background-color: #38c172;
}

.hover\:bg-green-light:hover {
  background-color: #51d88a;
}

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

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

.hover\:bg-teal-darkest:hover {
  background-color: #0d3331;
}

.hover\:bg-teal-darker:hover {
  background-color: #20504f;
}

.hover\:bg-teal-dark:hover {
  background-color: #38a89d;
}

.hover\:bg-teal:hover {
  background-color: #4dc0b5;
}

.hover\:bg-teal-light:hover {
  background-color: #64d5ca;
}

.hover\:bg-teal-lighter:hover {
  background-color: #a0f0ed;
}

.hover\:bg-teal-lightest:hover {
  background-color: #e8fffe;
}

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

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

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

.hover\:bg-blue:hover {
  background-color: #3490dc;
}

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

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

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

.hover\:bg-indigo-darkest:hover {
  background-color: #191e38;
}

.hover\:bg-indigo-darker:hover {
  background-color: #2f365f;
}

.hover\:bg-indigo-dark:hover {
  background-color: #5661b3;
}

.hover\:bg-indigo:hover {
  background-color: #6574cd;
}

.hover\:bg-indigo-light:hover {
  background-color: #7886d7;
}

.hover\:bg-indigo-lighter:hover {
  background-color: #b2b7ff;
}

.hover\:bg-indigo-lightest:hover {
  background-color: #e6e8ff;
}

.hover\:bg-purple-darkest:hover {
  background-color: #21183c;
}

.hover\:bg-purple-darker:hover {
  background-color: #382b5f;
}

.hover\:bg-purple-dark:hover {
  background-color: #794acf;
}

.hover\:bg-purple:hover {
  background-color: #9561e2;
}

.hover\:bg-purple-light:hover {
  background-color: #a779e9;
}

.hover\:bg-purple-lighter:hover {
  background-color: #d6bbfc;
}

.hover\:bg-purple-lightest:hover {
  background-color: #f3ebff;
}

.hover\:bg-pink-darkest:hover {
  background-color: #451225;
}

.hover\:bg-pink-darker:hover {
  background-color: #6f213f;
}

.hover\:bg-pink-dark:hover {
  background-color: #eb5286;
}

.hover\:bg-pink:hover {
  background-color: #f66d9b;
}

.hover\:bg-pink-light:hover {
  background-color: #fa7ea8;
}

.hover\:bg-pink-lighter:hover {
  background-color: #ffbbca;
}

.hover\:bg-pink-lightest:hover {
  background-color: #ffebef;
}

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

.focus-within\:bg-black:focus-within {
  background-color: #22292f;
}

.focus-within\:bg-grey-darkest:focus-within {
  background-color: #3d4852;
}

.focus-within\:bg-grey-darker:focus-within {
  background-color: #606f7b;
}

.focus-within\:bg-grey-dark:focus-within {
  background-color: #8795a1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.focus-within\:bg-orange-darkest:focus-within {
  background-color: #462a16;
}

.focus-within\:bg-orange-darker:focus-within {
  background-color: #613b1f;
}

.focus-within\:bg-orange-dark:focus-within {
  background-color: #de751f;
}

.focus-within\:bg-orange:focus-within {
  background-color: #f6993f;
}

.focus-within\:bg-orange-light:focus-within {
  background-color: #faad63;
}

.focus-within\:bg-orange-lighter:focus-within {
  background-color: #fcd9b6;
}

.focus-within\:bg-orange-lightest:focus-within {
  background-color: #fff5eb;
}

.focus-within\:bg-yellow-darkest:focus-within {
  background-color: #453411;
}

.focus-within\:bg-yellow-darker:focus-within {
  background-color: #684f1d;
}

.focus-within\:bg-yellow-dark:focus-within {
  background-color: #f2d024;
}

.focus-within\:bg-yellow:focus-within {
  background-color: #ffed4a;
}

.focus-within\:bg-yellow-light:focus-within {
  background-color: #fff382;
}

.focus-within\:bg-yellow-lighter:focus-within {
  background-color: #fff9c2;
}

.focus-within\:bg-yellow-lightest:focus-within {
  background-color: #fcfbeb;
}

.focus-within\:bg-green-darkest:focus-within {
  background-color: #0f2f21;
}

.focus-within\:bg-green-darker:focus-within {
  background-color: #1a4731;
}

.focus-within\:bg-green-dark:focus-within {
  background-color: #1f9d55;
}

.focus-within\:bg-green:focus-within {
  background-color: #38c172;
}

.focus-within\:bg-green-light:focus-within {
  background-color: #51d88a;
}

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

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

.focus-within\:bg-teal-darkest:focus-within {
  background-color: #0d3331;
}

.focus-within\:bg-teal-darker:focus-within {
  background-color: #20504f;
}

.focus-within\:bg-teal-dark:focus-within {
  background-color: #38a89d;
}

.focus-within\:bg-teal:focus-within {
  background-color: #4dc0b5;
}

.focus-within\:bg-teal-light:focus-within {
  background-color: #64d5ca;
}

.focus-within\:bg-teal-lighter:focus-within {
  background-color: #a0f0ed;
}

.focus-within\:bg-teal-lightest:focus-within {
  background-color: #e8fffe;
}

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

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

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

.focus-within\:bg-blue:focus-within {
  background-color: #3490dc;
}

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

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

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

.focus-within\:bg-indigo-darkest:focus-within {
  background-color: #191e38;
}

.focus-within\:bg-indigo-darker:focus-within {
  background-color: #2f365f;
}

.focus-within\:bg-indigo-dark:focus-within {
  background-color: #5661b3;
}

.focus-within\:bg-indigo:focus-within {
  background-color: #6574cd;
}

.focus-within\:bg-indigo-light:focus-within {
  background-color: #7886d7;
}

.focus-within\:bg-indigo-lighter:focus-within {
  background-color: #b2b7ff;
}

.focus-within\:bg-indigo-lightest:focus-within {
  background-color: #e6e8ff;
}

.focus-within\:bg-purple-darkest:focus-within {
  background-color: #21183c;
}

.focus-within\:bg-purple-darker:focus-within {
  background-color: #382b5f;
}

.focus-within\:bg-purple-dark:focus-within {
  background-color: #794acf;
}

.focus-within\:bg-purple:focus-within {
  background-color: #9561e2;
}

.focus-within\:bg-purple-light:focus-within {
  background-color: #a779e9;
}

.focus-within\:bg-purple-lighter:focus-within {
  background-color: #d6bbfc;
}

.focus-within\:bg-purple-lightest:focus-within {
  background-color: #f3ebff;
}

.focus-within\:bg-pink-darkest:focus-within {
  background-color: #451225;
}

.focus-within\:bg-pink-darker:focus-within {
  background-color: #6f213f;
}

.focus-within\:bg-pink-dark:focus-within {
  background-color: #eb5286;
}

.focus-within\:bg-pink:focus-within {
  background-color: #f66d9b;
}

.focus-within\:bg-pink-light:focus-within {
  background-color: #fa7ea8;
}

.focus-within\:bg-pink-lighter:focus-within {
  background-color: #ffbbca;
}

.focus-within\:bg-pink-lightest:focus-within {
  background-color: #ffebef;
}

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

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

.focus\:bg-grey-darkest:focus {
  background-color: #3d4852;
}

.focus\:bg-grey-darker:focus {
  background-color: #606f7b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-orange-darkest:focus {
  background-color: #462a16;
}

.focus\:bg-orange-darker:focus {
  background-color: #613b1f;
}

.focus\:bg-orange-dark:focus {
  background-color: #de751f;
}

.focus\:bg-orange:focus {
  background-color: #f6993f;
}

.focus\:bg-orange-light:focus {
  background-color: #faad63;
}

.focus\:bg-orange-lighter:focus {
  background-color: #fcd9b6;
}

.focus\:bg-orange-lightest:focus {
  background-color: #fff5eb;
}

.focus\:bg-yellow-darkest:focus {
  background-color: #453411;
}

.focus\:bg-yellow-darker:focus {
  background-color: #684f1d;
}

.focus\:bg-yellow-dark:focus {
  background-color: #f2d024;
}

.focus\:bg-yellow:focus {
  background-color: #ffed4a;
}

.focus\:bg-yellow-light:focus {
  background-color: #fff382;
}

.focus\:bg-yellow-lighter:focus {
  background-color: #fff9c2;
}

.focus\:bg-yellow-lightest:focus {
  background-color: #fcfbeb;
}

.focus\:bg-green-darkest:focus {
  background-color: #0f2f21;
}

.focus\:bg-green-darker:focus {
  background-color: #1a4731;
}

.focus\:bg-green-dark:focus {
  background-color: #1f9d55;
}

.focus\:bg-green:focus {
  background-color: #38c172;
}

.focus\:bg-green-light:focus {
  background-color: #51d88a;
}

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

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

.focus\:bg-teal-darkest:focus {
  background-color: #0d3331;
}

.focus\:bg-teal-darker:focus {
  background-color: #20504f;
}

.focus\:bg-teal-dark:focus {
  background-color: #38a89d;
}

.focus\:bg-teal:focus {
  background-color: #4dc0b5;
}

.focus\:bg-teal-light:focus {
  background-color: #64d5ca;
}

.focus\:bg-teal-lighter:focus {
  background-color: #a0f0ed;
}

.focus\:bg-teal-lightest:focus {
  background-color: #e8fffe;
}

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

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

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

.focus\:bg-blue:focus {
  background-color: #3490dc;
}

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

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

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

.focus\:bg-indigo-darkest:focus {
  background-color: #191e38;
}

.focus\:bg-indigo-darker:focus {
  background-color: #2f365f;
}

.focus\:bg-indigo-dark:focus {
  background-color: #5661b3;
}

.focus\:bg-indigo:focus {
  background-color: #6574cd;
}

.focus\:bg-indigo-light:focus {
  background-color: #7886d7;
}

.focus\:bg-indigo-lighter:focus {
  background-color: #b2b7ff;
}

.focus\:bg-indigo-lightest:focus {
  background-color: #e6e8ff;
}

.focus\:bg-purple-darkest:focus {
  background-color: #21183c;
}

.focus\:bg-purple-darker:focus {
  background-color: #382b5f;
}

.focus\:bg-purple-dark:focus {
  background-color: #794acf;
}

.focus\:bg-purple:focus {
  background-color: #9561e2;
}

.focus\:bg-purple-light:focus {
  background-color: #a779e9;
}

.focus\:bg-purple-lighter:focus {
  background-color: #d6bbfc;
}

.focus\:bg-purple-lightest:focus {
  background-color: #f3ebff;
}

.focus\:bg-pink-darkest:focus {
  background-color: #451225;
}

.focus\:bg-pink-darker:focus {
  background-color: #6f213f;
}

.focus\:bg-pink-dark:focus {
  background-color: #eb5286;
}

.focus\:bg-pink:focus {
  background-color: #f66d9b;
}

.focus\:bg-pink-light:focus {
  background-color: #fa7ea8;
}

.focus\:bg-pink-lighter:focus {
  background-color: #ffbbca;
}

.focus\:bg-pink-lightest:focus {
  background-color: #ffebef;
}

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

.active\:bg-black:active {
  background-color: #22292f;
}

.active\:bg-grey-darkest:active {
  background-color: #3d4852;
}

.active\:bg-grey-darker:active {
  background-color: #606f7b;
}

.active\:bg-grey-dark:active {
  background-color: #8795a1;
}

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

.active\:bg-grey-light:active {
  background-color: #dae1e7;
}

.active\:bg-grey-lighter:active {
  background-color: #f1f5f8;
}

.active\:bg-grey-lightest:active {
  background-color: #f8fafc;
}

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

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

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

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

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

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

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

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

.active\:bg-orange-darkest:active {
  background-color: #462a16;
}

.active\:bg-orange-darker:active {
  background-color: #613b1f;
}

.active\:bg-orange-dark:active {
  background-color: #de751f;
}

.active\:bg-orange:active {
  background-color: #f6993f;
}

.active\:bg-orange-light:active {
  background-color: #faad63;
}

.active\:bg-orange-lighter:active {
  background-color: #fcd9b6;
}

.active\:bg-orange-lightest:active {
  background-color: #fff5eb;
}

.active\:bg-yellow-darkest:active {
  background-color: #453411;
}

.active\:bg-yellow-darker:active {
  background-color: #684f1d;
}

.active\:bg-yellow-dark:active {
  background-color: #f2d024;
}

.active\:bg-yellow:active {
  background-color: #ffed4a;
}

.active\:bg-yellow-light:active {
  background-color: #fff382;
}

.active\:bg-yellow-lighter:active {
  background-color: #fff9c2;
}

.active\:bg-yellow-lightest:active {
  background-color: #fcfbeb;
}

.active\:bg-green-darkest:active {
  background-color: #0f2f21;
}

.active\:bg-green-darker:active {
  background-color: #1a4731;
}

.active\:bg-green-dark:active {
  background-color: #1f9d55;
}

.active\:bg-green:active {
  background-color: #38c172;
}

.active\:bg-green-light:active {
  background-color: #51d88a;
}

.active\:bg-green-lighter:active {
  background-color: #a2f5bf;
}

.active\:bg-green-lightest:active {
  background-color: #e3fcec;
}

.active\:bg-teal-darkest:active {
  background-color: #0d3331;
}

.active\:bg-teal-darker:active {
  background-color: #20504f;
}

.active\:bg-teal-dark:active {
  background-color: #38a89d;
}

.active\:bg-teal:active {
  background-color: #4dc0b5;
}

.active\:bg-teal-light:active {
  background-color: #64d5ca;
}

.active\:bg-teal-lighter:active {
  background-color: #a0f0ed;
}

.active\:bg-teal-lightest:active {
  background-color: #e8fffe;
}

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

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

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

.active\:bg-blue:active {
  background-color: #3490dc;
}

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

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

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

.active\:bg-indigo-darkest:active {
  background-color: #191e38;
}

.active\:bg-indigo-darker:active {
  background-color: #2f365f;
}

.active\:bg-indigo-dark:active {
  background-color: #5661b3;
}

.active\:bg-indigo:active {
  background-color: #6574cd;
}

.active\:bg-indigo-light:active {
  background-color: #7886d7;
}

.active\:bg-indigo-lighter:active {
  background-color: #b2b7ff;
}

.active\:bg-indigo-lightest:active {
  background-color: #e6e8ff;
}

.active\:bg-purple-darkest:active {
  background-color: #21183c;
}

.active\:bg-purple-darker:active {
  background-color: #382b5f;
}

.active\:bg-purple-dark:active {
  background-color: #794acf;
}

.active\:bg-purple:active {
  background-color: #9561e2;
}

.active\:bg-purple-light:active {
  background-color: #a779e9;
}

.active\:bg-purple-lighter:active {
  background-color: #d6bbfc;
}

.active\:bg-purple-lightest:active {
  background-color: #f3ebff;
}

.active\:bg-pink-darkest:active {
  background-color: #451225;
}

.active\:bg-pink-darker:active {
  background-color: #6f213f;
}

.active\:bg-pink-dark:active {
  background-color: #eb5286;
}

.active\:bg-pink:active {
  background-color: #f66d9b;
}

.active\:bg-pink-light:active {
  background-color: #fa7ea8;
}

.active\:bg-pink-lighter:active {
  background-color: #ffbbca;
}

.active\:bg-pink-lightest:active {
  background-color: #ffebef;
}

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-bottom {
  background-position: bottom;
}

.group:hover .group-hover\:bg-center {
  background-position: center;
}

.group:hover .group-hover\:bg-left {
  background-position: left;
}

.group:hover .group-hover\:bg-left-bottom {
  background-position: left bottom;
}

.group:hover .group-hover\:bg-left-top {
  background-position: left top;
}

.group:hover .group-hover\:bg-right {
  background-position: right;
}

.group:hover .group-hover\:bg-right-bottom {
  background-position: right bottom;
}

.group:hover .group-hover\:bg-right-top {
  background-position: right top;
}

.group:hover .group-hover\:bg-top {
  background-position: top;
}

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

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

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

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

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

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

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

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

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

.focus-within\:bg-bottom:focus-within {
  background-position: bottom;
}

.focus-within\:bg-center:focus-within {
  background-position: center;
}

.focus-within\:bg-left:focus-within {
  background-position: left;
}

.focus-within\:bg-left-bottom:focus-within {
  background-position: left bottom;
}

.focus-within\:bg-left-top:focus-within {
  background-position: left top;
}

.focus-within\:bg-right:focus-within {
  background-position: right;
}

.focus-within\:bg-right-bottom:focus-within {
  background-position: right bottom;
}

.focus-within\:bg-right-top:focus-within {
  background-position: right top;
}

.focus-within\:bg-top:focus-within {
  background-position: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-repeat {
  background-repeat: repeat;
}

.group:hover .group-hover\:bg-no-repeat {
  background-repeat: no-repeat;
}

.group:hover .group-hover\:bg-repeat-x {
  background-repeat: repeat-x;
}

.group:hover .group-hover\:bg-repeat-y {
  background-repeat: repeat-y;
}

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

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

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

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

.focus-within\:bg-repeat:focus-within {
  background-repeat: repeat;
}

.focus-within\:bg-no-repeat:focus-within {
  background-repeat: no-repeat;
}

.focus-within\:bg-repeat-x:focus-within {
  background-repeat: repeat-x;
}

.focus-within\:bg-repeat-y:focus-within {
  background-repeat: repeat-y;
}

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:bg-auto {
  background-size: auto;
}

.group:hover .group-hover\:bg-cover {
  background-size: cover;
}

.group:hover .group-hover\:bg-contain {
  background-size: contain;
}

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

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

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

.focus-within\:bg-auto:focus-within {
  background-size: auto;
}

.focus-within\:bg-cover:focus-within {
  background-size: cover;
}

.focus-within\:bg-contain:focus-within {
  background-size: contain;
}

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

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

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

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

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

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

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

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

.group:hover .group-hover\:border-collapse {
  border-collapse: collapse;
}

.group:hover .group-hover\:border-separate {
  border-collapse: separate;
}

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

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

.focus-within\:border-collapse:focus-within {
  border-collapse: collapse;
}

.focus-within\:border-separate:focus-within {
  border-collapse: separate;
}

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

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

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

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

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

.border-black {
  border-color: #22292f;
}

.border-grey-darkest {
  border-color: #3d4852;
}

.border-grey-darker {
  border-color: #606f7b;
}

.border-grey-dark {
  border-color: #8795a1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-orange-darkest {
  border-color: #462a16;
}

.border-orange-darker {
  border-color: #613b1f;
}

.border-orange-dark {
  border-color: #de751f;
}

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

.border-orange-light {
  border-color: #faad63;
}

.border-orange-lighter {
  border-color: #fcd9b6;
}

.border-orange-lightest {
  border-color: #fff5eb;
}

.border-yellow-darkest {
  border-color: #453411;
}

.border-yellow-darker {
  border-color: #684f1d;
}

.border-yellow-dark {
  border-color: #f2d024;
}

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

.border-yellow-light {
  border-color: #fff382;
}

.border-yellow-lighter {
  border-color: #fff9c2;
}

.border-yellow-lightest {
  border-color: #fcfbeb;
}

.border-green-darkest {
  border-color: #0f2f21;
}

.border-green-darker {
  border-color: #1a4731;
}

.border-green-dark {
  border-color: #1f9d55;
}

.border-green {
  border-color: #38c172;
}

.border-green-light {
  border-color: #51d88a;
}

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

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

.border-teal-darkest {
  border-color: #0d3331;
}

.border-teal-darker {
  border-color: #20504f;
}

.border-teal-dark {
  border-color: #38a89d;
}

.border-teal {
  border-color: #4dc0b5;
}

.border-teal-light {
  border-color: #64d5ca;
}

.border-teal-lighter {
  border-color: #a0f0ed;
}

.border-teal-lightest {
  border-color: #e8fffe;
}

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

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

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

.border-blue {
  border-color: #3490dc;
}

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

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

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

.border-indigo-darkest {
  border-color: #191e38;
}

.border-indigo-darker {
  border-color: #2f365f;
}

.border-indigo-dark {
  border-color: #5661b3;
}

.border-indigo {
  border-color: #6574cd;
}

.border-indigo-light {
  border-color: #7886d7;
}

.border-indigo-lighter {
  border-color: #b2b7ff;
}

.border-indigo-lightest {
  border-color: #e6e8ff;
}

.border-purple-darkest {
  border-color: #21183c;
}

.border-purple-darker {
  border-color: #382b5f;
}

.border-purple-dark {
  border-color: #794acf;
}

.border-purple {
  border-color: #9561e2;
}

.border-purple-light {
  border-color: #a779e9;
}

.border-purple-lighter {
  border-color: #d6bbfc;
}

.border-purple-lightest {
  border-color: #f3ebff;
}

.border-pink-darkest {
  border-color: #451225;
}

.border-pink-darker {
  border-color: #6f213f;
}

.border-pink-dark {
  border-color: #eb5286;
}

.border-pink {
  border-color: #f66d9b;
}

.border-pink-light {
  border-color: #fa7ea8;
}

.border-pink-lighter {
  border-color: #ffbbca;
}

.border-pink-lightest {
  border-color: #ffebef;
}

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

.group:hover .group-hover\:border-black {
  border-color: #22292f;
}

.group:hover .group-hover\:border-grey-darkest {
  border-color: #3d4852;
}

.group:hover .group-hover\:border-grey-darker {
  border-color: #606f7b;
}

.group:hover .group-hover\:border-grey-dark {
  border-color: #8795a1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:border-orange-darkest {
  border-color: #462a16;
}

.group:hover .group-hover\:border-orange-darker {
  border-color: #613b1f;
}

.group:hover .group-hover\:border-orange-dark {
  border-color: #de751f;
}

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

.group:hover .group-hover\:border-orange-light {
  border-color: #faad63;
}

.group:hover .group-hover\:border-orange-lighter {
  border-color: #fcd9b6;
}

.group:hover .group-hover\:border-orange-lightest {
  border-color: #fff5eb;
}

.group:hover .group-hover\:border-yellow-darkest {
  border-color: #453411;
}

.group:hover .group-hover\:border-yellow-darker {
  border-color: #684f1d;
}

.group:hover .group-hover\:border-yellow-dark {
  border-color: #f2d024;
}

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

.group:hover .group-hover\:border-yellow-light {
  border-color: #fff382;
}

.group:hover .group-hover\:border-yellow-lighter {
  border-color: #fff9c2;
}

.group:hover .group-hover\:border-yellow-lightest {
  border-color: #fcfbeb;
}

.group:hover .group-hover\:border-green-darkest {
  border-color: #0f2f21;
}

.group:hover .group-hover\:border-green-darker {
  border-color: #1a4731;
}

.group:hover .group-hover\:border-green-dark {
  border-color: #1f9d55;
}

.group:hover .group-hover\:border-green {
  border-color: #38c172;
}

.group:hover .group-hover\:border-green-light {
  border-color: #51d88a;
}

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

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

.group:hover .group-hover\:border-teal-darkest {
  border-color: #0d3331;
}

.group:hover .group-hover\:border-teal-darker {
  border-color: #20504f;
}

.group:hover .group-hover\:border-teal-dark {
  border-color: #38a89d;
}

.group:hover .group-hover\:border-teal {
  border-color: #4dc0b5;
}

.group:hover .group-hover\:border-teal-light {
  border-color: #64d5ca;
}

.group:hover .group-hover\:border-teal-lighter {
  border-color: #a0f0ed;
}

.group:hover .group-hover\:border-teal-lightest {
  border-color: #e8fffe;
}

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

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

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

.group:hover .group-hover\:border-blue {
  border-color: #3490dc;
}

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

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

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

.group:hover .group-hover\:border-indigo-darkest {
  border-color: #191e38;
}

.group:hover .group-hover\:border-indigo-darker {
  border-color: #2f365f;
}

.group:hover .group-hover\:border-indigo-dark {
  border-color: #5661b3;
}

.group:hover .group-hover\:border-indigo {
  border-color: #6574cd;
}

.group:hover .group-hover\:border-indigo-light {
  border-color: #7886d7;
}

.group:hover .group-hover\:border-indigo-lighter {
  border-color: #b2b7ff;
}

.group:hover .group-hover\:border-indigo-lightest {
  border-color: #e6e8ff;
}

.group:hover .group-hover\:border-purple-darkest {
  border-color: #21183c;
}

.group:hover .group-hover\:border-purple-darker {
  border-color: #382b5f;
}

.group:hover .group-hover\:border-purple-dark {
  border-color: #794acf;
}

.group:hover .group-hover\:border-purple {
  border-color: #9561e2;
}

.group:hover .group-hover\:border-purple-light {
  border-color: #a779e9;
}

.group:hover .group-hover\:border-purple-lighter {
  border-color: #d6bbfc;
}

.group:hover .group-hover\:border-purple-lightest {
  border-color: #f3ebff;
}

.group:hover .group-hover\:border-pink-darkest {
  border-color: #451225;
}

.group:hover .group-hover\:border-pink-darker {
  border-color: #6f213f;
}

.group:hover .group-hover\:border-pink-dark {
  border-color: #eb5286;
}

.group:hover .group-hover\:border-pink {
  border-color: #f66d9b;
}

.group:hover .group-hover\:border-pink-light {
  border-color: #fa7ea8;
}

.group:hover .group-hover\:border-pink-lighter {
  border-color: #ffbbca;
}

.group:hover .group-hover\:border-pink-lightest {
  border-color: #ffebef;
}

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

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

.hover\:border-grey-darkest:hover {
  border-color: #3d4852;
}

.hover\:border-grey-darker:hover {
  border-color: #606f7b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:border-orange-darkest:hover {
  border-color: #462a16;
}

.hover\:border-orange-darker:hover {
  border-color: #613b1f;
}

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

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

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

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

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

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

.hover\:border-yellow-darker:hover {
  border-color: #684f1d;
}

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

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

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

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

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

.hover\:border-green-darkest:hover {
  border-color: #0f2f21;
}

.hover\:border-green-darker:hover {
  border-color: #1a4731;
}

.hover\:border-green-dark:hover {
  border-color: #1f9d55;
}

.hover\:border-green:hover {
  border-color: #38c172;
}

.hover\:border-green-light:hover {
  border-color: #51d88a;
}

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

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

.hover\:border-teal-darkest:hover {
  border-color: #0d3331;
}

.hover\:border-teal-darker:hover {
  border-color: #20504f;
}

.hover\:border-teal-dark:hover {
  border-color: #38a89d;
}

.hover\:border-teal:hover {
  border-color: #4dc0b5;
}

.hover\:border-teal-light:hover {
  border-color: #64d5ca;
}

.hover\:border-teal-lighter:hover {
  border-color: #a0f0ed;
}

.hover\:border-teal-lightest:hover {
  border-color: #e8fffe;
}

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

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

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

.hover\:border-blue:hover {
  border-color: #3490dc;
}

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

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

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

.hover\:border-indigo-darkest:hover {
  border-color: #191e38;
}

.hover\:border-indigo-darker:hover {
  border-color: #2f365f;
}

.hover\:border-indigo-dark:hover {
  border-color: #5661b3;
}

.hover\:border-indigo:hover {
  border-color: #6574cd;
}

.hover\:border-indigo-light:hover {
  border-color: #7886d7;
}

.hover\:border-indigo-lighter:hover {
  border-color: #b2b7ff;
}

.hover\:border-indigo-lightest:hover {
  border-color: #e6e8ff;
}

.hover\:border-purple-darkest:hover {
  border-color: #21183c;
}

.hover\:border-purple-darker:hover {
  border-color: #382b5f;
}

.hover\:border-purple-dark:hover {
  border-color: #794acf;
}

.hover\:border-purple:hover {
  border-color: #9561e2;
}

.hover\:border-purple-light:hover {
  border-color: #a779e9;
}

.hover\:border-purple-lighter:hover {
  border-color: #d6bbfc;
}

.hover\:border-purple-lightest:hover {
  border-color: #f3ebff;
}

.hover\:border-pink-darkest:hover {
  border-color: #451225;
}

.hover\:border-pink-darker:hover {
  border-color: #6f213f;
}

.hover\:border-pink-dark:hover {
  border-color: #eb5286;
}

.hover\:border-pink:hover {
  border-color: #f66d9b;
}

.hover\:border-pink-light:hover {
  border-color: #fa7ea8;
}

.hover\:border-pink-lighter:hover {
  border-color: #ffbbca;
}

.hover\:border-pink-lightest:hover {
  border-color: #ffebef;
}

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

.focus-within\:border-black:focus-within {
  border-color: #22292f;
}

.focus-within\:border-grey-darkest:focus-within {
  border-color: #3d4852;
}

.focus-within\:border-grey-darker:focus-within {
  border-color: #606f7b;
}

.focus-within\:border-grey-dark:focus-within {
  border-color: #8795a1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.focus-within\:border-orange-darkest:focus-within {
  border-color: #462a16;
}

.focus-within\:border-orange-darker:focus-within {
  border-color: #613b1f;
}

.focus-within\:border-orange-dark:focus-within {
  border-color: #de751f;
}

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

.focus-within\:border-orange-light:focus-within {
  border-color: #faad63;
}

.focus-within\:border-orange-lighter:focus-within {
  border-color: #fcd9b6;
}

.focus-within\:border-orange-lightest:focus-within {
  border-color: #fff5eb;
}

.focus-within\:border-yellow-darkest:focus-within {
  border-color: #453411;
}

.focus-within\:border-yellow-darker:focus-within {
  border-color: #684f1d;
}

.focus-within\:border-yellow-dark:focus-within {
  border-color: #f2d024;
}

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

.focus-within\:border-yellow-light:focus-within {
  border-color: #fff382;
}

.focus-within\:border-yellow-lighter:focus-within {
  border-color: #fff9c2;
}

.focus-within\:border-yellow-lightest:focus-within {
  border-color: #fcfbeb;
}

.focus-within\:border-green-darkest:focus-within {
  border-color: #0f2f21;
}

.focus-within\:border-green-darker:focus-within {
  border-color: #1a4731;
}

.focus-within\:border-green-dark:focus-within {
  border-color: #1f9d55;
}

.focus-within\:border-green:focus-within {
  border-color: #38c172;
}

.focus-within\:border-green-light:focus-within {
  border-color: #51d88a;
}

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

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

.focus-within\:border-teal-darkest:focus-within {
  border-color: #0d3331;
}

.focus-within\:border-teal-darker:focus-within {
  border-color: #20504f;
}

.focus-within\:border-teal-dark:focus-within {
  border-color: #38a89d;
}

.focus-within\:border-teal:focus-within {
  border-color: #4dc0b5;
}

.focus-within\:border-teal-light:focus-within {
  border-color: #64d5ca;
}

.focus-within\:border-teal-lighter:focus-within {
  border-color: #a0f0ed;
}

.focus-within\:border-teal-lightest:focus-within {
  border-color: #e8fffe;
}

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

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

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

.focus-within\:border-blue:focus-within {
  border-color: #3490dc;
}

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

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

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

.focus-within\:border-indigo-darkest:focus-within {
  border-color: #191e38;
}

.focus-within\:border-indigo-darker:focus-within {
  border-color: #2f365f;
}

.focus-within\:border-indigo-dark:focus-within {
  border-color: #5661b3;
}

.focus-within\:border-indigo:focus-within {
  border-color: #6574cd;
}

.focus-within\:border-indigo-light:focus-within {
  border-color: #7886d7;
}

.focus-within\:border-indigo-lighter:focus-within {
  border-color: #b2b7ff;
}

.focus-within\:border-indigo-lightest:focus-within {
  border-color: #e6e8ff;
}

.focus-within\:border-purple-darkest:focus-within {
  border-color: #21183c;
}

.focus-within\:border-purple-darker:focus-within {
  border-color: #382b5f;
}

.focus-within\:border-purple-dark:focus-within {
  border-color: #794acf;
}

.focus-within\:border-purple:focus-within {
  border-color: #9561e2;
}

.focus-within\:border-purple-light:focus-within {
  border-color: #a779e9;
}

.focus-within\:border-purple-lighter:focus-within {
  border-color: #d6bbfc;
}

.focus-within\:border-purple-lightest:focus-within {
  border-color: #f3ebff;
}

.focus-within\:border-pink-darkest:focus-within {
  border-color: #451225;
}

.focus-within\:border-pink-darker:focus-within {
  border-color: #6f213f;
}

.focus-within\:border-pink-dark:focus-within {
  border-color: #eb5286;
}

.focus-within\:border-pink:focus-within {
  border-color: #f66d9b;
}

.focus-within\:border-pink-light:focus-within {
  border-color: #fa7ea8;
}

.focus-within\:border-pink-lighter:focus-within {
  border-color: #ffbbca;
}

.focus-within\:border-pink-lightest:focus-within {
  border-color: #ffebef;
}

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

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

.focus\:border-grey-darkest:focus {
  border-color: #3d4852;
}

.focus\:border-grey-darker:focus {
  border-color: #606f7b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:border-orange-darkest:focus {
  border-color: #462a16;
}

.focus\:border-orange-darker:focus {
  border-color: #613b1f;
}

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

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

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

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

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

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

.focus\:border-yellow-darker:focus {
  border-color: #684f1d;
}

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

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

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

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

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

.focus\:border-green-darkest:focus {
  border-color: #0f2f21;
}

.focus\:border-green-darker:focus {
  border-color: #1a4731;
}

.focus\:border-green-dark:focus {
  border-color: #1f9d55;
}

.focus\:border-green:focus {
  border-color: #38c172;
}

.focus\:border-green-light:focus {
  border-color: #51d88a;
}

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

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

.focus\:border-teal-darkest:focus {
  border-color: #0d3331;
}

.focus\:border-teal-darker:focus {
  border-color: #20504f;
}

.focus\:border-teal-dark:focus {
  border-color: #38a89d;
}

.focus\:border-teal:focus {
  border-color: #4dc0b5;
}

.focus\:border-teal-light:focus {
  border-color: #64d5ca;
}

.focus\:border-teal-lighter:focus {
  border-color: #a0f0ed;
}

.focus\:border-teal-lightest:focus {
  border-color: #e8fffe;
}

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

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

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

.focus\:border-blue:focus {
  border-color: #3490dc;
}

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

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

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

.focus\:border-indigo-darkest:focus {
  border-color: #191e38;
}

.focus\:border-indigo-darker:focus {
  border-color: #2f365f;
}

.focus\:border-indigo-dark:focus {
  border-color: #5661b3;
}

.focus\:border-indigo:focus {
  border-color: #6574cd;
}

.focus\:border-indigo-light:focus {
  border-color: #7886d7;
}

.focus\:border-indigo-lighter:focus {
  border-color: #b2b7ff;
}

.focus\:border-indigo-lightest:focus {
  border-color: #e6e8ff;
}

.focus\:border-purple-darkest:focus {
  border-color: #21183c;
}

.focus\:border-purple-darker:focus {
  border-color: #382b5f;
}

.focus\:border-purple-dark:focus {
  border-color: #794acf;
}

.focus\:border-purple:focus {
  border-color: #9561e2;
}

.focus\:border-purple-light:focus {
  border-color: #a779e9;
}

.focus\:border-purple-lighter:focus {
  border-color: #d6bbfc;
}

.focus\:border-purple-lightest:focus {
  border-color: #f3ebff;
}

.focus\:border-pink-darkest:focus {
  border-color: #451225;
}

.focus\:border-pink-darker:focus {
  border-color: #6f213f;
}

.focus\:border-pink-dark:focus {
  border-color: #eb5286;
}

.focus\:border-pink:focus {
  border-color: #f66d9b;
}

.focus\:border-pink-light:focus {
  border-color: #fa7ea8;
}

.focus\:border-pink-lighter:focus {
  border-color: #ffbbca;
}

.focus\:border-pink-lightest:focus {
  border-color: #ffebef;
}

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

.active\:border-black:active {
  border-color: #22292f;
}

.active\:border-grey-darkest:active {
  border-color: #3d4852;
}

.active\:border-grey-darker:active {
  border-color: #606f7b;
}

.active\:border-grey-dark:active {
  border-color: #8795a1;
}

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

.active\:border-grey-light:active {
  border-color: #dae1e7;
}

.active\:border-grey-lighter:active {
  border-color: #f1f5f8;
}

.active\:border-grey-lightest:active {
  border-color: #f8fafc;
}

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

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

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

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

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

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

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

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

.active\:border-orange-darkest:active {
  border-color: #462a16;
}

.active\:border-orange-darker:active {
  border-color: #613b1f;
}

.active\:border-orange-dark:active {
  border-color: #de751f;
}

.active\:border-orange:active {
  border-color: #f6993f;
}

.active\:border-orange-light:active {
  border-color: #faad63;
}

.active\:border-orange-lighter:active {
  border-color: #fcd9b6;
}

.active\:border-orange-lightest:active {
  border-color: #fff5eb;
}

.active\:border-yellow-darkest:active {
  border-color: #453411;
}

.active\:border-yellow-darker:active {
  border-color: #684f1d;
}

.active\:border-yellow-dark:active {
  border-color: #f2d024;
}

.active\:border-yellow:active {
  border-color: #ffed4a;
}

.active\:border-yellow-light:active {
  border-color: #fff382;
}

.active\:border-yellow-lighter:active {
  border-color: #fff9c2;
}

.active\:border-yellow-lightest:active {
  border-color: #fcfbeb;
}

.active\:border-green-darkest:active {
  border-color: #0f2f21;
}

.active\:border-green-darker:active {
  border-color: #1a4731;
}

.active\:border-green-dark:active {
  border-color: #1f9d55;
}

.active\:border-green:active {
  border-color: #38c172;
}

.active\:border-green-light:active {
  border-color: #51d88a;
}

.active\:border-green-lighter:active {
  border-color: #a2f5bf;
}

.active\:border-green-lightest:active {
  border-color: #e3fcec;
}

.active\:border-teal-darkest:active {
  border-color: #0d3331;
}

.active\:border-teal-darker:active {
  border-color: #20504f;
}

.active\:border-teal-dark:active {
  border-color: #38a89d;
}

.active\:border-teal:active {
  border-color: #4dc0b5;
}

.active\:border-teal-light:active {
  border-color: #64d5ca;
}

.active\:border-teal-lighter:active {
  border-color: #a0f0ed;
}

.active\:border-teal-lightest:active {
  border-color: #e8fffe;
}

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

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

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

.active\:border-blue:active {
  border-color: #3490dc;
}

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

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

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

.active\:border-indigo-darkest:active {
  border-color: #191e38;
}

.active\:border-indigo-darker:active {
  border-color: #2f365f;
}

.active\:border-indigo-dark:active {
  border-color: #5661b3;
}

.active\:border-indigo:active {
  border-color: #6574cd;
}

.active\:border-indigo-light:active {
  border-color: #7886d7;
}

.active\:border-indigo-lighter:active {
  border-color: #b2b7ff;
}

.active\:border-indigo-lightest:active {
  border-color: #e6e8ff;
}

.active\:border-purple-darkest:active {
  border-color: #21183c;
}

.active\:border-purple-darker:active {
  border-color: #382b5f;
}

.active\:border-purple-dark:active {
  border-color: #794acf;
}

.active\:border-purple:active {
  border-color: #9561e2;
}

.active\:border-purple-light:active {
  border-color: #a779e9;
}

.active\:border-purple-lighter:active {
  border-color: #d6bbfc;
}

.active\:border-purple-lightest:active {
  border-color: #f3ebff;
}

.active\:border-pink-darkest:active {
  border-color: #451225;
}

.active\:border-pink-darker:active {
  border-color: #6f213f;
}

.active\:border-pink-dark:active {
  border-color: #eb5286;
}

.active\:border-pink:active {
  border-color: #f66d9b;
}

.active\:border-pink-light:active {
  border-color: #fa7ea8;
}

.active\:border-pink-lighter:active {
  border-color: #ffbbca;
}

.active\:border-pink-lightest:active {
  border-color: #ffebef;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:rounded-none {
  border-radius: 0;
}

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

.group:hover .group-hover\:rounded {
  border-radius: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-within\:rounded-none:focus-within {
  border-radius: 0;
}

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

.focus-within\:rounded:focus-within {
  border-radius: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:border-solid {
  border-style: solid;
}

.group:hover .group-hover\:border-dashed {
  border-style: dashed;
}

.group:hover .group-hover\:border-dotted {
  border-style: dotted;
}

.group:hover .group-hover\:border-none {
  border-style: none;
}

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

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

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

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

.focus-within\:border-solid:focus-within {
  border-style: solid;
}

.focus-within\:border-dashed:focus-within {
  border-style: dashed;
}

.focus-within\:border-dotted:focus-within {
  border-style: dotted;
}

.focus-within\:border-none:focus-within {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:border-0 {
  border-width: 0;
}

.group:hover .group-hover\:border-2 {
  border-width: 2px;
}

.group:hover .group-hover\:border-4 {
  border-width: 4px;
}

.group:hover .group-hover\:border-8 {
  border-width: 8px;
}

.group:hover .group-hover\:border {
  border-width: 1px;
}

.group:hover .group-hover\:border-t-0 {
  border-top-width: 0;
}

.group:hover .group-hover\:border-r-0 {
  border-right-width: 0;
}

.group:hover .group-hover\:border-b-0 {
  border-bottom-width: 0;
}

.group:hover .group-hover\:border-l-0 {
  border-left-width: 0;
}

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:border-b-8 {
  border-bottom-width: 8px;
}

.group:hover .group-hover\:border-l-8 {
  border-left-width: 8px;
}

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

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

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

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

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

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

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

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

.hover\:border:hover {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.hover\:border-t-4:hover {
  border-top-width: 4px;
}

.hover\:border-r-4:hover {
  border-right-width: 4px;
}

.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}

.hover\:border-l-4:hover {
  border-left-width: 4px;
}

.hover\:border-t-8:hover {
  border-top-width: 8px;
}

.hover\:border-r-8:hover {
  border-right-width: 8px;
}

.hover\:border-b-8:hover {
  border-bottom-width: 8px;
}

.hover\:border-l-8:hover {
  border-left-width: 8px;
}

.hover\:border-t:hover {
  border-top-width: 1px;
}

.hover\:border-r:hover {
  border-right-width: 1px;
}

.hover\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:border-l:hover {
  border-left-width: 1px;
}

.focus-within\:border-0:focus-within {
  border-width: 0;
}

.focus-within\:border-2:focus-within {
  border-width: 2px;
}

.focus-within\:border-4:focus-within {
  border-width: 4px;
}

.focus-within\:border-8:focus-within {
  border-width: 8px;
}

.focus-within\:border:focus-within {
  border-width: 1px;
}

.focus-within\:border-t-0:focus-within {
  border-top-width: 0;
}

.focus-within\:border-r-0:focus-within {
  border-right-width: 0;
}

.focus-within\:border-b-0:focus-within {
  border-bottom-width: 0;
}

.focus-within\:border-l-0:focus-within {
  border-left-width: 0;
}

.focus-within\:border-t-2:focus-within {
  border-top-width: 2px;
}

.focus-within\:border-r-2:focus-within {
  border-right-width: 2px;
}

.focus-within\:border-b-2:focus-within {
  border-bottom-width: 2px;
}

.focus-within\:border-l-2:focus-within {
  border-left-width: 2px;
}

.focus-within\:border-t-4:focus-within {
  border-top-width: 4px;
}

.focus-within\:border-r-4:focus-within {
  border-right-width: 4px;
}

.focus-within\:border-b-4:focus-within {
  border-bottom-width: 4px;
}

.focus-within\:border-l-4:focus-within {
  border-left-width: 4px;
}

.focus-within\:border-t-8:focus-within {
  border-top-width: 8px;
}

.focus-within\:border-r-8:focus-within {
  border-right-width: 8px;
}

.focus-within\:border-b-8:focus-within {
  border-bottom-width: 8px;
}

.focus-within\:border-l-8:focus-within {
  border-left-width: 8px;
}

.focus-within\:border-t:focus-within {
  border-top-width: 1px;
}

.focus-within\:border-r:focus-within {
  border-right-width: 1px;
}

.focus-within\:border-b:focus-within {
  border-bottom-width: 1px;
}

.focus-within\:border-l:focus-within {
  border-left-width: 1px;
}

.focus\:border-0:focus {
  border-width: 0;
}

.focus\:border-2:focus {
  border-width: 2px;
}

.focus\:border-4:focus {
  border-width: 4px;
}

.focus\:border-8:focus {
  border-width: 8px;
}

.focus\:border:focus {
  border-width: 1px;
}

.focus\:border-t-0:focus {
  border-top-width: 0;
}

.focus\:border-r-0:focus {
  border-right-width: 0;
}

.focus\:border-b-0:focus {
  border-bottom-width: 0;
}

.focus\:border-l-0:focus {
  border-left-width: 0;
}

.focus\:border-t-2:focus {
  border-top-width: 2px;
}

.focus\:border-r-2:focus {
  border-right-width: 2px;
}

.focus\:border-b-2:focus {
  border-bottom-width: 2px;
}

.focus\:border-l-2:focus {
  border-left-width: 2px;
}

.focus\:border-t-4:focus {
  border-top-width: 4px;
}

.focus\:border-r-4:focus {
  border-right-width: 4px;
}

.focus\:border-b-4:focus {
  border-bottom-width: 4px;
}

.focus\:border-l-4:focus {
  border-left-width: 4px;
}

.focus\:border-t-8:focus {
  border-top-width: 8px;
}

.focus\:border-r-8:focus {
  border-right-width: 8px;
}

.focus\:border-b-8:focus {
  border-bottom-width: 8px;
}

.focus\:border-l-8:focus {
  border-left-width: 8px;
}

.focus\:border-t:focus {
  border-top-width: 1px;
}

.focus\:border-r:focus {
  border-right-width: 1px;
}

.focus\:border-b:focus {
  border-bottom-width: 1px;
}

.focus\:border-l:focus {
  border-left-width: 1px;
}

.active\:border-0:active {
  border-width: 0;
}

.active\:border-2:active {
  border-width: 2px;
}

.active\:border-4:active {
  border-width: 4px;
}

.active\:border-8:active {
  border-width: 8px;
}

.active\:border:active {
  border-width: 1px;
}

.active\:border-t-0:active {
  border-top-width: 0;
}

.active\:border-r-0:active {
  border-right-width: 0;
}

.active\:border-b-0:active {
  border-bottom-width: 0;
}

.active\:border-l-0:active {
  border-left-width: 0;
}

.active\:border-t-2:active {
  border-top-width: 2px;
}

.active\:border-r-2:active {
  border-right-width: 2px;
}

.active\:border-b-2:active {
  border-bottom-width: 2px;
}

.active\:border-l-2:active {
  border-left-width: 2px;
}

.active\:border-t-4:active {
  border-top-width: 4px;
}

.active\:border-r-4:active {
  border-right-width: 4px;
}

.active\:border-b-4:active {
  border-bottom-width: 4px;
}

.active\:border-l-4:active {
  border-left-width: 4px;
}

.active\:border-t-8:active {
  border-top-width: 8px;
}

.active\:border-r-8:active {
  border-right-width: 8px;
}

.active\:border-b-8:active {
  border-bottom-width: 8px;
}

.active\:border-l-8:active {
  border-left-width: 8px;
}

.active\:border-t:active {
  border-top-width: 1px;
}

.active\:border-r:active {
  border-right-width: 1px;
}

.active\:border-b:active {
  border-bottom-width: 1px;
}

.active\:border-l:active {
  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;
}

.group:hover .group-hover\:cursor-auto {
  cursor: auto;
}

.group:hover .group-hover\:cursor-default {
  cursor: default;
}

.group:hover .group-hover\:cursor-pointer {
  cursor: pointer;
}

.group:hover .group-hover\:cursor-wait {
  cursor: wait;
}

.group:hover .group-hover\:cursor-move {
  cursor: move;
}

.group:hover .group-hover\:cursor-not-allowed {
  cursor: not-allowed;
}

.hover\:cursor-auto:hover {
  cursor: auto;
}

.hover\:cursor-default:hover {
  cursor: default;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:cursor-wait:hover {
  cursor: wait;
}

.hover\:cursor-move:hover {
  cursor: move;
}

.hover\:cursor-not-allowed:hover {
  cursor: not-allowed;
}

.focus-within\:cursor-auto:focus-within {
  cursor: auto;
}

.focus-within\:cursor-default:focus-within {
  cursor: default;
}

.focus-within\:cursor-pointer:focus-within {
  cursor: pointer;
}

.focus-within\:cursor-wait:focus-within {
  cursor: wait;
}

.focus-within\:cursor-move:focus-within {
  cursor: move;
}

.focus-within\:cursor-not-allowed:focus-within {
  cursor: not-allowed;
}

.focus\:cursor-auto:focus {
  cursor: auto;
}

.focus\:cursor-default:focus {
  cursor: default;
}

.focus\:cursor-pointer:focus {
  cursor: pointer;
}

.focus\:cursor-wait:focus {
  cursor: wait;
}

.focus\:cursor-move:focus {
  cursor: move;
}

.focus\:cursor-not-allowed:focus {
  cursor: not-allowed;
}

.active\:cursor-auto:active {
  cursor: auto;
}

.active\:cursor-default:active {
  cursor: default;
}

.active\:cursor-pointer:active {
  cursor: pointer;
}

.active\:cursor-wait:active {
  cursor: wait;
}

.active\:cursor-move:active {
  cursor: move;
}

.active\:cursor-not-allowed:active {
  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;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-block {
  display: inline-block;
}

.group:hover .group-hover\:inline {
  display: inline;
}

.group:hover .group-hover\:table {
  display: table;
}

.group:hover .group-hover\:table-row {
  display: table-row;
}

.group:hover .group-hover\:table-cell {
  display: table-cell;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.hover\:block:hover {
  display: block;
}

.hover\:inline-block:hover {
  display: inline-block;
}

.hover\:inline:hover {
  display: inline;
}

.hover\:table:hover {
  display: table;
}

.hover\:table-row:hover {
  display: table-row;
}

.hover\:table-cell:hover {
  display: table-cell;
}

.hover\:hidden:hover {
  display: none;
}

.focus-within\:block:focus-within {
  display: block;
}

.focus-within\:inline-block:focus-within {
  display: inline-block;
}

.focus-within\:inline:focus-within {
  display: inline;
}

.focus-within\:table:focus-within {
  display: table;
}

.focus-within\:table-row:focus-within {
  display: table-row;
}

.focus-within\:table-cell:focus-within {
  display: table-cell;
}

.focus-within\:hidden:focus-within {
  display: none;
}

.focus\:block:focus {
  display: block;
}

.focus\:inline-block:focus {
  display: inline-block;
}

.focus\:inline:focus {
  display: inline;
}

.focus\:table:focus {
  display: table;
}

.focus\:table-row:focus {
  display: table-row;
}

.focus\:table-cell:focus {
  display: table-cell;
}

.focus\:hidden:focus {
  display: none;
}

.active\:block:active {
  display: block;
}

.active\:inline-block:active {
  display: inline-block;
}

.active\:inline:active {
  display: inline;
}

.active\:table:active {
  display: table;
}

.active\:table-row:active {
  display: table-row;
}

.active\:table-cell:active {
  display: table-cell;
}

.active\:hidden:active {
  display: none;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:inline-flex {
  display: inline-flex;
}

.group:hover .group-hover\:flex-row {
  flex-direction: row;
}

.group:hover .group-hover\:flex-row-reverse {
  flex-direction: row-reverse;
}

.group:hover .group-hover\:flex-col {
  flex-direction: column;
}

.group:hover .group-hover\:flex-col-reverse {
  flex-direction: column-reverse;
}

.group:hover .group-hover\:flex-wrap {
  flex-wrap: wrap;
}

.group:hover .group-hover\:flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.group:hover .group-hover\:flex-no-wrap {
  flex-wrap: nowrap;
}

.group:hover .group-hover\:items-start {
  align-items: flex-start;
}

.group:hover .group-hover\:items-end {
  align-items: flex-end;
}

.group:hover .group-hover\:items-center {
  align-items: center;
}

.group:hover .group-hover\:items-baseline {
  align-items: baseline;
}

.group:hover .group-hover\:items-stretch {
  align-items: stretch;
}

.group:hover .group-hover\:self-auto {
  align-self: auto;
}

.group:hover .group-hover\:self-start {
  align-self: flex-start;
}

.group:hover .group-hover\:self-end {
  align-self: flex-end;
}

.group:hover .group-hover\:self-center {
  align-self: center;
}

.group:hover .group-hover\:self-stretch {
  align-self: stretch;
}

.group:hover .group-hover\:justify-start {
  justify-content: flex-start;
}

.group:hover .group-hover\:justify-end {
  justify-content: flex-end;
}

.group:hover .group-hover\:justify-center {
  justify-content: center;
}

.group:hover .group-hover\:justify-between {
  justify-content: space-between;
}

.group:hover .group-hover\:justify-around {
  justify-content: space-around;
}

.group:hover .group-hover\:content-center {
  align-content: center;
}

.group:hover .group-hover\:content-start {
  align-content: flex-start;
}

.group:hover .group-hover\:content-end {
  align-content: flex-end;
}

.group:hover .group-hover\:content-between {
  align-content: space-between;
}

.group:hover .group-hover\:content-around {
  align-content: space-around;
}

.group:hover .group-hover\:flex-1 {
  flex: 1 1 0%;
}

.group:hover .group-hover\:flex-auto {
  flex: 1 1 auto;
}

.group:hover .group-hover\:flex-initial {
  flex: 0 1 auto;
}

.group:hover .group-hover\:flex-none {
  flex: none;
}

.group:hover .group-hover\:flex-grow {
  flex-grow: 1;
}

.group:hover .group-hover\:flex-shrink {
  flex-shrink: 1;
}

.group:hover .group-hover\:flex-no-grow {
  flex-grow: 0;
}

.group:hover .group-hover\:flex-no-shrink {
  flex-shrink: 0;
}

.hover\:flex:hover {
  display: flex;
}

.hover\:inline-flex:hover {
  display: inline-flex;
}

.hover\:flex-row:hover {
  flex-direction: row;
}

.hover\:flex-row-reverse:hover {
  flex-direction: row-reverse;
}

.hover\:flex-col:hover {
  flex-direction: column;
}

.hover\:flex-col-reverse:hover {
  flex-direction: column-reverse;
}

.hover\:flex-wrap:hover {
  flex-wrap: wrap;
}

.hover\:flex-wrap-reverse:hover {
  flex-wrap: wrap-reverse;
}

.hover\:flex-no-wrap:hover {
  flex-wrap: nowrap;
}

.hover\:items-start:hover {
  align-items: flex-start;
}

.hover\:items-end:hover {
  align-items: flex-end;
}

.hover\:items-center:hover {
  align-items: center;
}

.hover\:items-baseline:hover {
  align-items: baseline;
}

.hover\:items-stretch:hover {
  align-items: stretch;
}

.hover\:self-auto:hover {
  align-self: auto;
}

.hover\:self-start:hover {
  align-self: flex-start;
}

.hover\:self-end:hover {
  align-self: flex-end;
}

.hover\:self-center:hover {
  align-self: center;
}

.hover\:self-stretch:hover {
  align-self: stretch;
}

.hover\:justify-start:hover {
  justify-content: flex-start;
}

.hover\:justify-end:hover {
  justify-content: flex-end;
}

.hover\:justify-center:hover {
  justify-content: center;
}

.hover\:justify-between:hover {
  justify-content: space-between;
}

.hover\:justify-around:hover {
  justify-content: space-around;
}

.hover\:content-center:hover {
  align-content: center;
}

.hover\:content-start:hover {
  align-content: flex-start;
}

.hover\:content-end:hover {
  align-content: flex-end;
}

.hover\:content-between:hover {
  align-content: space-between;
}

.hover\:content-around:hover {
  align-content: space-around;
}

.hover\:flex-1:hover {
  flex: 1 1 0%;
}

.hover\:flex-auto:hover {
  flex: 1 1 auto;
}

.hover\:flex-initial:hover {
  flex: 0 1 auto;
}

.hover\:flex-none:hover {
  flex: none;
}

.hover\:flex-grow:hover {
  flex-grow: 1;
}

.hover\:flex-shrink:hover {
  flex-shrink: 1;
}

.hover\:flex-no-grow:hover {
  flex-grow: 0;
}

.hover\:flex-no-shrink:hover {
  flex-shrink: 0;
}

.focus-within\:flex:focus-within {
  display: flex;
}

.focus-within\:inline-flex:focus-within {
  display: inline-flex;
}

.focus-within\:flex-row:focus-within {
  flex-direction: row;
}

.focus-within\:flex-row-reverse:focus-within {
  flex-direction: row-reverse;
}

.focus-within\:flex-col:focus-within {
  flex-direction: column;
}

.focus-within\:flex-col-reverse:focus-within {
  flex-direction: column-reverse;
}

.focus-within\:flex-wrap:focus-within {
  flex-wrap: wrap;
}

.focus-within\:flex-wrap-reverse:focus-within {
  flex-wrap: wrap-reverse;
}

.focus-within\:flex-no-wrap:focus-within {
  flex-wrap: nowrap;
}

.focus-within\:items-start:focus-within {
  align-items: flex-start;
}

.focus-within\:items-end:focus-within {
  align-items: flex-end;
}

.focus-within\:items-center:focus-within {
  align-items: center;
}

.focus-within\:items-baseline:focus-within {
  align-items: baseline;
}

.focus-within\:items-stretch:focus-within {
  align-items: stretch;
}

.focus-within\:self-auto:focus-within {
  align-self: auto;
}

.focus-within\:self-start:focus-within {
  align-self: flex-start;
}

.focus-within\:self-end:focus-within {
  align-self: flex-end;
}

.focus-within\:self-center:focus-within {
  align-self: center;
}

.focus-within\:self-stretch:focus-within {
  align-self: stretch;
}

.focus-within\:justify-start:focus-within {
  justify-content: flex-start;
}

.focus-within\:justify-end:focus-within {
  justify-content: flex-end;
}

.focus-within\:justify-center:focus-within {
  justify-content: center;
}

.focus-within\:justify-between:focus-within {
  justify-content: space-between;
}

.focus-within\:justify-around:focus-within {
  justify-content: space-around;
}

.focus-within\:content-center:focus-within {
  align-content: center;
}

.focus-within\:content-start:focus-within {
  align-content: flex-start;
}

.focus-within\:content-end:focus-within {
  align-content: flex-end;
}

.focus-within\:content-between:focus-within {
  align-content: space-between;
}

.focus-within\:content-around:focus-within {
  align-content: space-around;
}

.focus-within\:flex-1:focus-within {
  flex: 1 1 0%;
}

.focus-within\:flex-auto:focus-within {
  flex: 1 1 auto;
}

.focus-within\:flex-initial:focus-within {
  flex: 0 1 auto;
}

.focus-within\:flex-none:focus-within {
  flex: none;
}

.focus-within\:flex-grow:focus-within {
  flex-grow: 1;
}

.focus-within\:flex-shrink:focus-within {
  flex-shrink: 1;
}

.focus-within\:flex-no-grow:focus-within {
  flex-grow: 0;
}

.focus-within\:flex-no-shrink:focus-within {
  flex-shrink: 0;
}

.focus\:flex:focus {
  display: flex;
}

.focus\:inline-flex:focus {
  display: inline-flex;
}

.focus\:flex-row:focus {
  flex-direction: row;
}

.focus\:flex-row-reverse:focus {
  flex-direction: row-reverse;
}

.focus\:flex-col:focus {
  flex-direction: column;
}

.focus\:flex-col-reverse:focus {
  flex-direction: column-reverse;
}

.focus\:flex-wrap:focus {
  flex-wrap: wrap;
}

.focus\:flex-wrap-reverse:focus {
  flex-wrap: wrap-reverse;
}

.focus\:flex-no-wrap:focus {
  flex-wrap: nowrap;
}

.focus\:items-start:focus {
  align-items: flex-start;
}

.focus\:items-end:focus {
  align-items: flex-end;
}

.focus\:items-center:focus {
  align-items: center;
}

.focus\:items-baseline:focus {
  align-items: baseline;
}

.focus\:items-stretch:focus {
  align-items: stretch;
}

.focus\:self-auto:focus {
  align-self: auto;
}

.focus\:self-start:focus {
  align-self: flex-start;
}

.focus\:self-end:focus {
  align-self: flex-end;
}

.focus\:self-center:focus {
  align-self: center;
}

.focus\:self-stretch:focus {
  align-self: stretch;
}

.focus\:justify-start:focus {
  justify-content: flex-start;
}

.focus\:justify-end:focus {
  justify-content: flex-end;
}

.focus\:justify-center:focus {
  justify-content: center;
}

.focus\:justify-between:focus {
  justify-content: space-between;
}

.focus\:justify-around:focus {
  justify-content: space-around;
}

.focus\:content-center:focus {
  align-content: center;
}

.focus\:content-start:focus {
  align-content: flex-start;
}

.focus\:content-end:focus {
  align-content: flex-end;
}

.focus\:content-between:focus {
  align-content: space-between;
}

.focus\:content-around:focus {
  align-content: space-around;
}

.focus\:flex-1:focus {
  flex: 1 1 0%;
}

.focus\:flex-auto:focus {
  flex: 1 1 auto;
}

.focus\:flex-initial:focus {
  flex: 0 1 auto;
}

.focus\:flex-none:focus {
  flex: none;
}

.focus\:flex-grow:focus {
  flex-grow: 1;
}

.focus\:flex-shrink:focus {
  flex-shrink: 1;
}

.focus\:flex-no-grow:focus {
  flex-grow: 0;
}

.focus\:flex-no-shrink:focus {
  flex-shrink: 0;
}

.active\:flex:active {
  display: flex;
}

.active\:inline-flex:active {
  display: inline-flex;
}

.active\:flex-row:active {
  flex-direction: row;
}

.active\:flex-row-reverse:active {
  flex-direction: row-reverse;
}

.active\:flex-col:active {
  flex-direction: column;
}

.active\:flex-col-reverse:active {
  flex-direction: column-reverse;
}

.active\:flex-wrap:active {
  flex-wrap: wrap;
}

.active\:flex-wrap-reverse:active {
  flex-wrap: wrap-reverse;
}

.active\:flex-no-wrap:active {
  flex-wrap: nowrap;
}

.active\:items-start:active {
  align-items: flex-start;
}

.active\:items-end:active {
  align-items: flex-end;
}

.active\:items-center:active {
  align-items: center;
}

.active\:items-baseline:active {
  align-items: baseline;
}

.active\:items-stretch:active {
  align-items: stretch;
}

.active\:self-auto:active {
  align-self: auto;
}

.active\:self-start:active {
  align-self: flex-start;
}

.active\:self-end:active {
  align-self: flex-end;
}

.active\:self-center:active {
  align-self: center;
}

.active\:self-stretch:active {
  align-self: stretch;
}

.active\:justify-start:active {
  justify-content: flex-start;
}

.active\:justify-end:active {
  justify-content: flex-end;
}

.active\:justify-center:active {
  justify-content: center;
}

.active\:justify-between:active {
  justify-content: space-between;
}

.active\:justify-around:active {
  justify-content: space-around;
}

.active\:content-center:active {
  align-content: center;
}

.active\:content-start:active {
  align-content: flex-start;
}

.active\:content-end:active {
  align-content: flex-end;
}

.active\:content-between:active {
  align-content: space-between;
}

.active\:content-around:active {
  align-content: space-around;
}

.active\:flex-1:active {
  flex: 1 1 0%;
}

.active\:flex-auto:active {
  flex: 1 1 auto;
}

.active\:flex-initial:active {
  flex: 0 1 auto;
}

.active\:flex-none:active {
  flex: none;
}

.active\:flex-grow:active {
  flex-grow: 1;
}

.active\:flex-shrink:active {
  flex-shrink: 1;
}

.active\:flex-no-grow:active {
  flex-grow: 0;
}

.active\:flex-no-shrink:active {
  flex-shrink: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.group:hover .group-hover\:float-right {
  float: right;
}

.group:hover .group-hover\:float-left {
  float: left;
}

.group:hover .group-hover\:float-none {
  float: none;
}

.group:hover .group-hover\:clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hover\:float-right:hover {
  float: right;
}

.hover\:float-left:hover {
  float: left;
}

.hover\:float-none:hover {
  float: none;
}

.hover\:clearfix:after:hover {
  content: "";
  display: table;
  clear: both;
}

.focus-within\:float-right:focus-within {
  float: right;
}

.focus-within\:float-left:focus-within {
  float: left;
}

.focus-within\:float-none:focus-within {
  float: none;
}

.focus-within\:clearfix:after:focus-within {
  content: "";
  display: table;
  clear: both;
}

.focus\:float-right:focus {
  float: right;
}

.focus\:float-left:focus {
  float: left;
}

.focus\:float-none:focus {
  float: none;
}

.focus\:clearfix:after:focus {
  content: "";
  display: table;
  clear: both;
}

.active\:float-right:active {
  float: right;
}

.active\:float-left:active {
  float: left;
}

.active\:float-none:active {
  float: none;
}

.active\:clearfix:after:active {
  content: "";
  display: table;
  clear: both;
}

.font-sans {
  font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -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;
}

.group:hover .group-hover\:font-sans {
  font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.group:hover .group-hover\:font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.group:hover .group-hover\:font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.hover\:font-sans:hover {
  font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.hover\:font-serif:hover {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.hover\:font-mono:hover {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.focus-within\:font-sans:focus-within {
  font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.focus-within\:font-serif:focus-within {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.focus-within\:font-mono:focus-within {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.focus\:font-sans:focus {
  font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.focus\:font-serif:focus {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.focus\:font-mono:focus {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.active\:font-sans:active {
  font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.active\:font-serif:active {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}

.active\:font-mono:active {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.group:hover .group-hover\:font-hairline {
  font-weight: 100;
}

.group:hover .group-hover\:font-thin {
  font-weight: 200;
}

.group:hover .group-hover\:font-light {
  font-weight: 300;
}

.group:hover .group-hover\:font-normal {
  font-weight: 400;
}

.group:hover .group-hover\:font-medium {
  font-weight: 500;
}

.group:hover .group-hover\:font-semibold {
  font-weight: 600;
}

.group:hover .group-hover\:font-bold {
  font-weight: 700;
}

.group:hover .group-hover\:font-extrabold {
  font-weight: 800;
}

.group:hover .group-hover\:font-black {
  font-weight: 900;
}

.hover\:font-hairline:hover {
  font-weight: 100;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus-within\:font-hairline:focus-within {
  font-weight: 100;
}

.focus-within\:font-thin:focus-within {
  font-weight: 200;
}

.focus-within\:font-light:focus-within {
  font-weight: 300;
}

.focus-within\:font-normal:focus-within {
  font-weight: 400;
}

.focus-within\:font-medium:focus-within {
  font-weight: 500;
}

.focus-within\:font-semibold:focus-within {
  font-weight: 600;
}

.focus-within\:font-bold:focus-within {
  font-weight: 700;
}

.focus-within\:font-extrabold:focus-within {
  font-weight: 800;
}

.focus-within\:font-black:focus-within {
  font-weight: 900;
}

.focus\:font-hairline:focus {
  font-weight: 100;
}

.focus\:font-thin:focus {
  font-weight: 200;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-medium:focus {
  font-weight: 500;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-extrabold:focus {
  font-weight: 800;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.active\:font-hairline:active {
  font-weight: 100;
}

.active\:font-thin:active {
  font-weight: 200;
}

.active\:font-light:active {
  font-weight: 300;
}

.active\:font-normal:active {
  font-weight: 400;
}

.active\:font-medium:active {
  font-weight: 500;
}

.active\:font-semibold:active {
  font-weight: 600;
}

.active\:font-bold:active {
  font-weight: 700;
}

.active\:font-extrabold:active {
  font-weight: 800;
}

.active\:font-black:active {
  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-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.group:hover .group-hover\:h-1 {
  height: .25rem;
}

.group:hover .group-hover\:h-2 {
  height: .5rem;
}

.group:hover .group-hover\:h-3 {
  height: .75rem;
}

.group:hover .group-hover\:h-4 {
  height: 1rem;
}

.group:hover .group-hover\:h-5 {
  height: 1.25rem;
}

.group:hover .group-hover\:h-6 {
  height: 1.5rem;
}

.group:hover .group-hover\:h-8 {
  height: 2rem;
}

.group:hover .group-hover\:h-10 {
  height: 2.5rem;
}

.group:hover .group-hover\:h-12 {
  height: 3rem;
}

.group:hover .group-hover\:h-16 {
  height: 4rem;
}

.group:hover .group-hover\:h-24 {
  height: 6rem;
}

.group:hover .group-hover\:h-32 {
  height: 8rem;
}

.group:hover .group-hover\:h-48 {
  height: 12rem;
}

.group:hover .group-hover\:h-64 {
  height: 16rem;
}

.group:hover .group-hover\:h-auto {
  height: auto;
}

.group:hover .group-hover\:h-px {
  height: 1px;
}

.group:hover .group-hover\:h-full {
  height: 100%;
}

.group:hover .group-hover\:h-screen {
  height: 100vh;
}

.hover\:h-1:hover {
  height: .25rem;
}

.hover\:h-2:hover {
  height: .5rem;
}

.hover\:h-3:hover {
  height: .75rem;
}

.hover\:h-4:hover {
  height: 1rem;
}

.hover\:h-5:hover {
  height: 1.25rem;
}

.hover\:h-6:hover {
  height: 1.5rem;
}

.hover\:h-8:hover {
  height: 2rem;
}

.hover\:h-10:hover {
  height: 2.5rem;
}

.hover\:h-12:hover {
  height: 3rem;
}

.hover\:h-16:hover {
  height: 4rem;
}

.hover\:h-24:hover {
  height: 6rem;
}

.hover\:h-32:hover {
  height: 8rem;
}

.hover\:h-48:hover {
  height: 12rem;
}

.hover\:h-64:hover {
  height: 16rem;
}

.hover\:h-auto:hover {
  height: auto;
}

.hover\:h-px:hover {
  height: 1px;
}

.hover\:h-full:hover {
  height: 100%;
}

.hover\:h-screen:hover {
  height: 100vh;
}

.focus-within\:h-1:focus-within {
  height: .25rem;
}

.focus-within\:h-2:focus-within {
  height: .5rem;
}

.focus-within\:h-3:focus-within {
  height: .75rem;
}

.focus-within\:h-4:focus-within {
  height: 1rem;
}

.focus-within\:h-5:focus-within {
  height: 1.25rem;
}

.focus-within\:h-6:focus-within {
  height: 1.5rem;
}

.focus-within\:h-8:focus-within {
  height: 2rem;
}

.focus-within\:h-10:focus-within {
  height: 2.5rem;
}

.focus-within\:h-12:focus-within {
  height: 3rem;
}

.focus-within\:h-16:focus-within {
  height: 4rem;
}

.focus-within\:h-24:focus-within {
  height: 6rem;
}

.focus-within\:h-32:focus-within {
  height: 8rem;
}

.focus-within\:h-48:focus-within {
  height: 12rem;
}

.focus-within\:h-64:focus-within {
  height: 16rem;
}

.focus-within\:h-auto:focus-within {
  height: auto;
}

.focus-within\:h-px:focus-within {
  height: 1px;
}

.focus-within\:h-full:focus-within {
  height: 100%;
}

.focus-within\:h-screen:focus-within {
  height: 100vh;
}

.focus\:h-1:focus {
  height: .25rem;
}

.focus\:h-2:focus {
  height: .5rem;
}

.focus\:h-3:focus {
  height: .75rem;
}

.focus\:h-4:focus {
  height: 1rem;
}

.focus\:h-5:focus {
  height: 1.25rem;
}

.focus\:h-6:focus {
  height: 1.5rem;
}

.focus\:h-8:focus {
  height: 2rem;
}

.focus\:h-10:focus {
  height: 2.5rem;
}

.focus\:h-12:focus {
  height: 3rem;
}

.focus\:h-16:focus {
  height: 4rem;
}

.focus\:h-24:focus {
  height: 6rem;
}

.focus\:h-32:focus {
  height: 8rem;
}

.focus\:h-48:focus {
  height: 12rem;
}

.focus\:h-64:focus {
  height: 16rem;
}

.focus\:h-auto:focus {
  height: auto;
}

.focus\:h-px:focus {
  height: 1px;
}

.focus\:h-full:focus {
  height: 100%;
}

.focus\:h-screen:focus {
  height: 100vh;
}

.active\:h-1:active {
  height: .25rem;
}

.active\:h-2:active {
  height: .5rem;
}

.active\:h-3:active {
  height: .75rem;
}

.active\:h-4:active {
  height: 1rem;
}

.active\:h-5:active {
  height: 1.25rem;
}

.active\:h-6:active {
  height: 1.5rem;
}

.active\:h-8:active {
  height: 2rem;
}

.active\:h-10:active {
  height: 2.5rem;
}

.active\:h-12:active {
  height: 3rem;
}

.active\:h-16:active {
  height: 4rem;
}

.active\:h-24:active {
  height: 6rem;
}

.active\:h-32:active {
  height: 8rem;
}

.active\:h-48:active {
  height: 12rem;
}

.active\:h-64:active {
  height: 16rem;
}

.active\:h-auto:active {
  height: auto;
}

.active\:h-px:active {
  height: 1px;
}

.active\:h-full:active {
  height: 100%;
}

.active\:h-screen:active {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.group:hover .group-hover\:leading-none {
  line-height: 1;
}

.group:hover .group-hover\:leading-tight {
  line-height: 1.25;
}

.group:hover .group-hover\:leading-normal {
  line-height: 1.5;
}

.group:hover .group-hover\:leading-loose {
  line-height: 2;
}

.hover\:leading-none:hover {
  line-height: 1;
}

.hover\:leading-tight:hover {
  line-height: 1.25;
}

.hover\:leading-normal:hover {
  line-height: 1.5;
}

.hover\:leading-loose:hover {
  line-height: 2;
}

.focus-within\:leading-none:focus-within {
  line-height: 1;
}

.focus-within\:leading-tight:focus-within {
  line-height: 1.25;
}

.focus-within\:leading-normal:focus-within {
  line-height: 1.5;
}

.focus-within\:leading-loose:focus-within {
  line-height: 2;
}

.focus\:leading-none:focus {
  line-height: 1;
}

.focus\:leading-tight:focus {
  line-height: 1.25;
}

.focus\:leading-normal:focus {
  line-height: 1.5;
}

.focus\:leading-loose:focus {
  line-height: 2;
}

.active\:leading-none:active {
  line-height: 1;
}

.active\:leading-tight:active {
  line-height: 1.25;
}

.active\:leading-normal:active {
  line-height: 1.5;
}

.active\:leading-loose:active {
  line-height: 2;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: .25rem;
}

.m-2 {
  margin: .5rem;
}

.m-3 {
  margin: .75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.mx-3 {
  margin-left: .75rem;
  margin-right: .75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: .25rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.ml-1 {
  margin-left: .25rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.ml-2 {
  margin-left: .5rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.ml-3 {
  margin-left: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mt-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-20 {
  margin: 5rem;
}

.group:hover .group-hover\:m-24 {
  margin: 6rem;
}

.group:hover .group-hover\:m-32 {
  margin: 8rem;
}

.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-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-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-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-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;
}

.hover\:m-0:hover {
  margin: 0;
}

.hover\:m-1:hover {
  margin: .25rem;
}

.hover\:m-2:hover {
  margin: .5rem;
}

.hover\:m-3:hover {
  margin: .75rem;
}

.hover\:m-4:hover {
  margin: 1rem;
}

.hover\:m-5:hover {
  margin: 1.25rem;
}

.hover\:m-6:hover {
  margin: 1.5rem;
}

.hover\:m-8:hover {
  margin: 2rem;
}

.hover\:m-10:hover {
  margin: 2.5rem;
}

.hover\:m-12:hover {
  margin: 3rem;
}

.hover\:m-16:hover {
  margin: 4rem;
}

.hover\:m-20:hover {
  margin: 5rem;
}

.hover\:m-24:hover {
  margin: 6rem;
}

.hover\:m-32:hover {
  margin: 8rem;
}

.hover\:m-auto:hover {
  margin: auto;
}

.hover\:m-px:hover {
  margin: 1px;
}

.hover\:my-0:hover {
  margin-top: 0;
  margin-bottom: 0;
}

.hover\:mx-0:hover {
  margin-left: 0;
  margin-right: 0;
}

.hover\:my-1:hover {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.hover\:mx-1:hover {
  margin-left: .25rem;
  margin-right: .25rem;
}

.hover\:my-2:hover {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.hover\:mx-2:hover {
  margin-left: .5rem;
  margin-right: .5rem;
}

.hover\:my-3:hover {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.hover\:mx-3:hover {
  margin-left: .75rem;
  margin-right: .75rem;
}

.hover\:my-4:hover {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hover\:mx-4:hover {
  margin-left: 1rem;
  margin-right: 1rem;
}

.hover\:my-5:hover {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.hover\:mx-5:hover {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.hover\:my-6:hover {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hover\:mx-6:hover {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.hover\:my-8:hover {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hover\:mx-8:hover {
  margin-left: 2rem;
  margin-right: 2rem;
}

.hover\:my-10:hover {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.hover\:mx-10:hover {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.hover\:my-12:hover {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hover\:mx-12:hover {
  margin-left: 3rem;
  margin-right: 3rem;
}

.hover\:my-16:hover {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.hover\:mx-16:hover {
  margin-left: 4rem;
  margin-right: 4rem;
}

.hover\:my-20:hover {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.hover\:mx-20:hover {
  margin-left: 5rem;
  margin-right: 5rem;
}

.hover\:my-24:hover {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.hover\:mx-24:hover {
  margin-left: 6rem;
  margin-right: 6rem;
}

.hover\:my-32:hover {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.hover\:mx-32:hover {
  margin-left: 8rem;
  margin-right: 8rem;
}

.hover\:my-auto:hover {
  margin-top: auto;
  margin-bottom: auto;
}

.hover\:mx-auto:hover {
  margin-left: auto;
  margin-right: auto;
}

.hover\:my-px:hover {
  margin-top: 1px;
  margin-bottom: 1px;
}

.hover\:mx-px:hover {
  margin-left: 1px;
  margin-right: 1px;
}

.hover\:mt-0:hover {
  margin-top: 0;
}

.hover\:mr-0:hover {
  margin-right: 0;
}

.hover\:mb-0:hover {
  margin-bottom: 0;
}

.hover\:ml-0:hover {
  margin-left: 0;
}

.hover\:mt-1:hover {
  margin-top: .25rem;
}

.hover\:mr-1:hover {
  margin-right: .25rem;
}

.hover\:mb-1:hover {
  margin-bottom: .25rem;
}

.hover\:ml-1:hover {
  margin-left: .25rem;
}

.hover\:mt-2:hover {
  margin-top: .5rem;
}

.hover\:mr-2:hover {
  margin-right: .5rem;
}

.hover\:mb-2:hover {
  margin-bottom: .5rem;
}

.hover\:ml-2:hover {
  margin-left: .5rem;
}

.hover\:mt-3:hover {
  margin-top: .75rem;
}

.hover\:mr-3:hover {
  margin-right: .75rem;
}

.hover\:mb-3:hover {
  margin-bottom: .75rem;
}

.hover\:ml-3:hover {
  margin-left: .75rem;
}

.hover\:mt-4:hover {
  margin-top: 1rem;
}

.hover\:mr-4:hover {
  margin-right: 1rem;
}

.hover\:mb-4:hover {
  margin-bottom: 1rem;
}

.hover\:ml-4:hover {
  margin-left: 1rem;
}

.hover\:mt-5:hover {
  margin-top: 1.25rem;
}

.hover\:mr-5:hover {
  margin-right: 1.25rem;
}

.hover\:mb-5:hover {
  margin-bottom: 1.25rem;
}

.hover\:ml-5:hover {
  margin-left: 1.25rem;
}

.hover\:mt-6:hover {
  margin-top: 1.5rem;
}

.hover\:mr-6:hover {
  margin-right: 1.5rem;
}

.hover\:mb-6:hover {
  margin-bottom: 1.5rem;
}

.hover\:ml-6:hover {
  margin-left: 1.5rem;
}

.hover\:mt-8:hover {
  margin-top: 2rem;
}

.hover\:mr-8:hover {
  margin-right: 2rem;
}

.hover\:mb-8:hover {
  margin-bottom: 2rem;
}

.hover\:ml-8:hover {
  margin-left: 2rem;
}

.hover\:mt-10:hover {
  margin-top: 2.5rem;
}

.hover\:mr-10:hover {
  margin-right: 2.5rem;
}

.hover\:mb-10:hover {
  margin-bottom: 2.5rem;
}

.hover\:ml-10:hover {
  margin-left: 2.5rem;
}

.hover\:mt-12:hover {
  margin-top: 3rem;
}

.hover\:mr-12:hover {
  margin-right: 3rem;
}

.hover\:mb-12:hover {
  margin-bottom: 3rem;
}

.hover\:ml-12:hover {
  margin-left: 3rem;
}

.hover\:mt-16:hover {
  margin-top: 4rem;
}

.hover\:mr-16:hover {
  margin-right: 4rem;
}

.hover\:mb-16:hover {
  margin-bottom: 4rem;
}

.hover\:ml-16:hover {
  margin-left: 4rem;
}

.hover\:mt-20:hover {
  margin-top: 5rem;
}

.hover\:mr-20:hover {
  margin-right: 5rem;
}

.hover\:mb-20:hover {
  margin-bottom: 5rem;
}

.hover\:ml-20:hover {
  margin-left: 5rem;
}

.hover\:mt-24:hover {
  margin-top: 6rem;
}

.hover\:mr-24:hover {
  margin-right: 6rem;
}

.hover\:mb-24:hover {
  margin-bottom: 6rem;
}

.hover\:ml-24:hover {
  margin-left: 6rem;
}

.hover\:mt-32:hover {
  margin-top: 8rem;
}

.hover\:mr-32:hover {
  margin-right: 8rem;
}

.hover\:mb-32:hover {
  margin-bottom: 8rem;
}

.hover\:ml-32:hover {
  margin-left: 8rem;
}

.hover\:mt-auto:hover {
  margin-top: auto;
}

.hover\:mr-auto:hover {
  margin-right: auto;
}

.hover\:mb-auto:hover {
  margin-bottom: auto;
}

.hover\:ml-auto:hover {
  margin-left: auto;
}

.hover\:mt-px:hover {
  margin-top: 1px;
}

.hover\:mr-px:hover {
  margin-right: 1px;
}

.hover\:mb-px:hover {
  margin-bottom: 1px;
}

.hover\:ml-px:hover {
  margin-left: 1px;
}

.focus-within\:m-0:focus-within {
  margin: 0;
}

.focus-within\:m-1:focus-within {
  margin: .25rem;
}

.focus-within\:m-2:focus-within {
  margin: .5rem;
}

.focus-within\:m-3:focus-within {
  margin: .75rem;
}

.focus-within\:m-4:focus-within {
  margin: 1rem;
}

.focus-within\:m-5:focus-within {
  margin: 1.25rem;
}

.focus-within\:m-6:focus-within {
  margin: 1.5rem;
}

.focus-within\:m-8:focus-within {
  margin: 2rem;
}

.focus-within\:m-10:focus-within {
  margin: 2.5rem;
}

.focus-within\:m-12:focus-within {
  margin: 3rem;
}

.focus-within\:m-16:focus-within {
  margin: 4rem;
}

.focus-within\:m-20:focus-within {
  margin: 5rem;
}

.focus-within\:m-24:focus-within {
  margin: 6rem;
}

.focus-within\:m-32:focus-within {
  margin: 8rem;
}

.focus-within\:m-auto:focus-within {
  margin: auto;
}

.focus-within\:m-px:focus-within {
  margin: 1px;
}

.focus-within\:my-0:focus-within {
  margin-top: 0;
  margin-bottom: 0;
}

.focus-within\:mx-0:focus-within {
  margin-left: 0;
  margin-right: 0;
}

.focus-within\:my-1:focus-within {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.focus-within\:mx-1:focus-within {
  margin-left: .25rem;
  margin-right: .25rem;
}

.focus-within\:my-2:focus-within {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.focus-within\:mx-2:focus-within {
  margin-left: .5rem;
  margin-right: .5rem;
}

.focus-within\:my-3:focus-within {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.focus-within\:mx-3:focus-within {
  margin-left: .75rem;
  margin-right: .75rem;
}

.focus-within\:my-4:focus-within {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.focus-within\:mx-4:focus-within {
  margin-left: 1rem;
  margin-right: 1rem;
}

.focus-within\:my-5:focus-within {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.focus-within\:mx-5:focus-within {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.focus-within\:my-6:focus-within {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.focus-within\:mx-6:focus-within {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.focus-within\:my-8:focus-within {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.focus-within\:mx-8:focus-within {
  margin-left: 2rem;
  margin-right: 2rem;
}

.focus-within\:my-10:focus-within {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.focus-within\:mx-10:focus-within {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.focus-within\:my-12:focus-within {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.focus-within\:mx-12:focus-within {
  margin-left: 3rem;
  margin-right: 3rem;
}

.focus-within\:my-16:focus-within {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.focus-within\:mx-16:focus-within {
  margin-left: 4rem;
  margin-right: 4rem;
}

.focus-within\:my-20:focus-within {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.focus-within\:mx-20:focus-within {
  margin-left: 5rem;
  margin-right: 5rem;
}

.focus-within\:my-24:focus-within {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.focus-within\:mx-24:focus-within {
  margin-left: 6rem;
  margin-right: 6rem;
}

.focus-within\:my-32:focus-within {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.focus-within\:mx-32:focus-within {
  margin-left: 8rem;
  margin-right: 8rem;
}

.focus-within\:my-auto:focus-within {
  margin-top: auto;
  margin-bottom: auto;
}

.focus-within\:mx-auto:focus-within {
  margin-left: auto;
  margin-right: auto;
}

.focus-within\:my-px:focus-within {
  margin-top: 1px;
  margin-bottom: 1px;
}

.focus-within\:mx-px:focus-within {
  margin-left: 1px;
  margin-right: 1px;
}

.focus-within\:mt-0:focus-within {
  margin-top: 0;
}

.focus-within\:mr-0:focus-within {
  margin-right: 0;
}

.focus-within\:mb-0:focus-within {
  margin-bottom: 0;
}

.focus-within\:ml-0:focus-within {
  margin-left: 0;
}

.focus-within\:mt-1:focus-within {
  margin-top: .25rem;
}

.focus-within\:mr-1:focus-within {
  margin-right: .25rem;
}

.focus-within\:mb-1:focus-within {
  margin-bottom: .25rem;
}

.focus-within\:ml-1:focus-within {
  margin-left: .25rem;
}

.focus-within\:mt-2:focus-within {
  margin-top: .5rem;
}

.focus-within\:mr-2:focus-within {
  margin-right: .5rem;
}

.focus-within\:mb-2:focus-within {
  margin-bottom: .5rem;
}

.focus-within\:ml-2:focus-within {
  margin-left: .5rem;
}

.focus-within\:mt-3:focus-within {
  margin-top: .75rem;
}

.focus-within\:mr-3:focus-within {
  margin-right: .75rem;
}

.focus-within\:mb-3:focus-within {
  margin-bottom: .75rem;
}

.focus-within\:ml-3:focus-within {
  margin-left: .75rem;
}

.focus-within\:mt-4:focus-within {
  margin-top: 1rem;
}

.focus-within\:mr-4:focus-within {
  margin-right: 1rem;
}

.focus-within\:mb-4:focus-within {
  margin-bottom: 1rem;
}

.focus-within\:ml-4:focus-within {
  margin-left: 1rem;
}

.focus-within\:mt-5:focus-within {
  margin-top: 1.25rem;
}

.focus-within\:mr-5:focus-within {
  margin-right: 1.25rem;
}

.focus-within\:mb-5:focus-within {
  margin-bottom: 1.25rem;
}

.focus-within\:ml-5:focus-within {
  margin-left: 1.25rem;
}

.focus-within\:mt-6:focus-within {
  margin-top: 1.5rem;
}

.focus-within\:mr-6:focus-within {
  margin-right: 1.5rem;
}

.focus-within\:mb-6:focus-within {
  margin-bottom: 1.5rem;
}

.focus-within\:ml-6:focus-within {
  margin-left: 1.5rem;
}

.focus-within\:mt-8:focus-within {
  margin-top: 2rem;
}

.focus-within\:mr-8:focus-within {
  margin-right: 2rem;
}

.focus-within\:mb-8:focus-within {
  margin-bottom: 2rem;
}

.focus-within\:ml-8:focus-within {
  margin-left: 2rem;
}

.focus-within\:mt-10:focus-within {
  margin-top: 2.5rem;
}

.focus-within\:mr-10:focus-within {
  margin-right: 2.5rem;
}

.focus-within\:mb-10:focus-within {
  margin-bottom: 2.5rem;
}

.focus-within\:ml-10:focus-within {
  margin-left: 2.5rem;
}

.focus-within\:mt-12:focus-within {
  margin-top: 3rem;
}

.focus-within\:mr-12:focus-within {
  margin-right: 3rem;
}

.focus-within\:mb-12:focus-within {
  margin-bottom: 3rem;
}

.focus-within\:ml-12:focus-within {
  margin-left: 3rem;
}

.focus-within\:mt-16:focus-within {
  margin-top: 4rem;
}

.focus-within\:mr-16:focus-within {
  margin-right: 4rem;
}

.focus-within\:mb-16:focus-within {
  margin-bottom: 4rem;
}

.focus-within\:ml-16:focus-within {
  margin-left: 4rem;
}

.focus-within\:mt-20:focus-within {
  margin-top: 5rem;
}

.focus-within\:mr-20:focus-within {
  margin-right: 5rem;
}

.focus-within\:mb-20:focus-within {
  margin-bottom: 5rem;
}

.focus-within\:ml-20:focus-within {
  margin-left: 5rem;
}

.focus-within\:mt-24:focus-within {
  margin-top: 6rem;
}

.focus-within\:mr-24:focus-within {
  margin-right: 6rem;
}

.focus-within\:mb-24:focus-within {
  margin-bottom: 6rem;
}

.focus-within\:ml-24:focus-within {
  margin-left: 6rem;
}

.focus-within\:mt-32:focus-within {
  margin-top: 8rem;
}

.focus-within\:mr-32:focus-within {
  margin-right: 8rem;
}

.focus-within\:mb-32:focus-within {
  margin-bottom: 8rem;
}

.focus-within\:ml-32:focus-within {
  margin-left: 8rem;
}

.focus-within\:mt-auto:focus-within {
  margin-top: auto;
}

.focus-within\:mr-auto:focus-within {
  margin-right: auto;
}

.focus-within\:mb-auto:focus-within {
  margin-bottom: auto;
}

.focus-within\:ml-auto:focus-within {
  margin-left: auto;
}

.focus-within\:mt-px:focus-within {
  margin-top: 1px;
}

.focus-within\:mr-px:focus-within {
  margin-right: 1px;
}

.focus-within\:mb-px:focus-within {
  margin-bottom: 1px;
}

.focus-within\:ml-px:focus-within {
  margin-left: 1px;
}

.focus\:m-0:focus {
  margin: 0;
}

.focus\:m-1:focus {
  margin: .25rem;
}

.focus\:m-2:focus {
  margin: .5rem;
}

.focus\:m-3:focus {
  margin: .75rem;
}

.focus\:m-4:focus {
  margin: 1rem;
}

.focus\:m-5:focus {
  margin: 1.25rem;
}

.focus\:m-6:focus {
  margin: 1.5rem;
}

.focus\:m-8:focus {
  margin: 2rem;
}

.focus\:m-10:focus {
  margin: 2.5rem;
}

.focus\:m-12:focus {
  margin: 3rem;
}

.focus\:m-16:focus {
  margin: 4rem;
}

.focus\:m-20:focus {
  margin: 5rem;
}

.focus\:m-24:focus {
  margin: 6rem;
}

.focus\:m-32:focus {
  margin: 8rem;
}

.focus\:m-auto:focus {
  margin: auto;
}

.focus\:m-px:focus {
  margin: 1px;
}

.focus\:my-0:focus {
  margin-top: 0;
  margin-bottom: 0;
}

.focus\:mx-0:focus {
  margin-left: 0;
  margin-right: 0;
}

.focus\:my-1:focus {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.focus\:mx-1:focus {
  margin-left: .25rem;
  margin-right: .25rem;
}

.focus\:my-2:focus {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.focus\:mx-2:focus {
  margin-left: .5rem;
  margin-right: .5rem;
}

.focus\:my-3:focus {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.focus\:mx-3:focus {
  margin-left: .75rem;
  margin-right: .75rem;
}

.focus\:my-4:focus {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.focus\:mx-4:focus {
  margin-left: 1rem;
  margin-right: 1rem;
}

.focus\:my-5:focus {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.focus\:mx-5:focus {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.focus\:my-6:focus {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.focus\:mx-6:focus {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.focus\:my-8:focus {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.focus\:mx-8:focus {
  margin-left: 2rem;
  margin-right: 2rem;
}

.focus\:my-10:focus {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.focus\:mx-10:focus {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.focus\:my-12:focus {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.focus\:mx-12:focus {
  margin-left: 3rem;
  margin-right: 3rem;
}

.focus\:my-16:focus {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.focus\:mx-16:focus {
  margin-left: 4rem;
  margin-right: 4rem;
}

.focus\:my-20:focus {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.focus\:mx-20:focus {
  margin-left: 5rem;
  margin-right: 5rem;
}

.focus\:my-24:focus {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.focus\:mx-24:focus {
  margin-left: 6rem;
  margin-right: 6rem;
}

.focus\:my-32:focus {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.focus\:mx-32:focus {
  margin-left: 8rem;
  margin-right: 8rem;
}

.focus\:my-auto:focus {
  margin-top: auto;
  margin-bottom: auto;
}

.focus\:mx-auto:focus {
  margin-left: auto;
  margin-right: auto;
}

.focus\:my-px:focus {
  margin-top: 1px;
  margin-bottom: 1px;
}

.focus\:mx-px:focus {
  margin-left: 1px;
  margin-right: 1px;
}

.focus\:mt-0:focus {
  margin-top: 0;
}

.focus\:mr-0:focus {
  margin-right: 0;
}

.focus\:mb-0:focus {
  margin-bottom: 0;
}

.focus\:ml-0:focus {
  margin-left: 0;
}

.focus\:mt-1:focus {
  margin-top: .25rem;
}

.focus\:mr-1:focus {
  margin-right: .25rem;
}

.focus\:mb-1:focus {
  margin-bottom: .25rem;
}

.focus\:ml-1:focus {
  margin-left: .25rem;
}

.focus\:mt-2:focus {
  margin-top: .5rem;
}

.focus\:mr-2:focus {
  margin-right: .5rem;
}

.focus\:mb-2:focus {
  margin-bottom: .5rem;
}

.focus\:ml-2:focus {
  margin-left: .5rem;
}

.focus\:mt-3:focus {
  margin-top: .75rem;
}

.focus\:mr-3:focus {
  margin-right: .75rem;
}

.focus\:mb-3:focus {
  margin-bottom: .75rem;
}

.focus\:ml-3:focus {
  margin-left: .75rem;
}

.focus\:mt-4:focus {
  margin-top: 1rem;
}

.focus\:mr-4:focus {
  margin-right: 1rem;
}

.focus\:mb-4:focus {
  margin-bottom: 1rem;
}

.focus\:ml-4:focus {
  margin-left: 1rem;
}

.focus\:mt-5:focus {
  margin-top: 1.25rem;
}

.focus\:mr-5:focus {
  margin-right: 1.25rem;
}

.focus\:mb-5:focus {
  margin-bottom: 1.25rem;
}

.focus\:ml-5:focus {
  margin-left: 1.25rem;
}

.focus\:mt-6:focus {
  margin-top: 1.5rem;
}

.focus\:mr-6:focus {
  margin-right: 1.5rem;
}

.focus\:mb-6:focus {
  margin-bottom: 1.5rem;
}

.focus\:ml-6:focus {
  margin-left: 1.5rem;
}

.focus\:mt-8:focus {
  margin-top: 2rem;
}

.focus\:mr-8:focus {
  margin-right: 2rem;
}

.focus\:mb-8:focus {
  margin-bottom: 2rem;
}

.focus\:ml-8:focus {
  margin-left: 2rem;
}

.focus\:mt-10:focus {
  margin-top: 2.5rem;
}

.focus\:mr-10:focus {
  margin-right: 2.5rem;
}

.focus\:mb-10:focus {
  margin-bottom: 2.5rem;
}

.focus\:ml-10:focus {
  margin-left: 2.5rem;
}

.focus\:mt-12:focus {
  margin-top: 3rem;
}

.focus\:mr-12:focus {
  margin-right: 3rem;
}

.focus\:mb-12:focus {
  margin-bottom: 3rem;
}

.focus\:ml-12:focus {
  margin-left: 3rem;
}

.focus\:mt-16:focus {
  margin-top: 4rem;
}

.focus\:mr-16:focus {
  margin-right: 4rem;
}

.focus\:mb-16:focus {
  margin-bottom: 4rem;
}

.focus\:ml-16:focus {
  margin-left: 4rem;
}

.focus\:mt-20:focus {
  margin-top: 5rem;
}

.focus\:mr-20:focus {
  margin-right: 5rem;
}

.focus\:mb-20:focus {
  margin-bottom: 5rem;
}

.focus\:ml-20:focus {
  margin-left: 5rem;
}

.focus\:mt-24:focus {
  margin-top: 6rem;
}

.focus\:mr-24:focus {
  margin-right: 6rem;
}

.focus\:mb-24:focus {
  margin-bottom: 6rem;
}

.focus\:ml-24:focus {
  margin-left: 6rem;
}

.focus\:mt-32:focus {
  margin-top: 8rem;
}

.focus\:mr-32:focus {
  margin-right: 8rem;
}

.focus\:mb-32:focus {
  margin-bottom: 8rem;
}

.focus\:ml-32:focus {
  margin-left: 8rem;
}

.focus\:mt-auto:focus {
  margin-top: auto;
}

.focus\:mr-auto:focus {
  margin-right: auto;
}

.focus\:mb-auto:focus {
  margin-bottom: auto;
}

.focus\:ml-auto:focus {
  margin-left: auto;
}

.focus\:mt-px:focus {
  margin-top: 1px;
}

.focus\:mr-px:focus {
  margin-right: 1px;
}

.focus\:mb-px:focus {
  margin-bottom: 1px;
}

.focus\:ml-px:focus {
  margin-left: 1px;
}

.active\:m-0:active {
  margin: 0;
}

.active\:m-1:active {
  margin: .25rem;
}

.active\:m-2:active {
  margin: .5rem;
}

.active\:m-3:active {
  margin: .75rem;
}

.active\:m-4:active {
  margin: 1rem;
}

.active\:m-5:active {
  margin: 1.25rem;
}

.active\:m-6:active {
  margin: 1.5rem;
}

.active\:m-8:active {
  margin: 2rem;
}

.active\:m-10:active {
  margin: 2.5rem;
}

.active\:m-12:active {
  margin: 3rem;
}

.active\:m-16:active {
  margin: 4rem;
}

.active\:m-20:active {
  margin: 5rem;
}

.active\:m-24:active {
  margin: 6rem;
}

.active\:m-32:active {
  margin: 8rem;
}

.active\:m-auto:active {
  margin: auto;
}

.active\:m-px:active {
  margin: 1px;
}

.active\:my-0:active {
  margin-top: 0;
  margin-bottom: 0;
}

.active\:mx-0:active {
  margin-left: 0;
  margin-right: 0;
}

.active\:my-1:active {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.active\:mx-1:active {
  margin-left: .25rem;
  margin-right: .25rem;
}

.active\:my-2:active {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.active\:mx-2:active {
  margin-left: .5rem;
  margin-right: .5rem;
}

.active\:my-3:active {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.active\:mx-3:active {
  margin-left: .75rem;
  margin-right: .75rem;
}

.active\:my-4:active {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.active\:mx-4:active {
  margin-left: 1rem;
  margin-right: 1rem;
}

.active\:my-5:active {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.active\:mx-5:active {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.active\:my-6:active {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.active\:mx-6:active {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.active\:my-8:active {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.active\:mx-8:active {
  margin-left: 2rem;
  margin-right: 2rem;
}

.active\:my-10:active {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.active\:mx-10:active {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.active\:my-12:active {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.active\:mx-12:active {
  margin-left: 3rem;
  margin-right: 3rem;
}

.active\:my-16:active {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.active\:mx-16:active {
  margin-left: 4rem;
  margin-right: 4rem;
}

.active\:my-20:active {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.active\:mx-20:active {
  margin-left: 5rem;
  margin-right: 5rem;
}

.active\:my-24:active {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.active\:mx-24:active {
  margin-left: 6rem;
  margin-right: 6rem;
}

.active\:my-32:active {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.active\:mx-32:active {
  margin-left: 8rem;
  margin-right: 8rem;
}

.active\:my-auto:active {
  margin-top: auto;
  margin-bottom: auto;
}

.active\:mx-auto:active {
  margin-left: auto;
  margin-right: auto;
}

.active\:my-px:active {
  margin-top: 1px;
  margin-bottom: 1px;
}

.active\:mx-px:active {
  margin-left: 1px;
  margin-right: 1px;
}

.active\:mt-0:active {
  margin-top: 0;
}

.active\:mr-0:active {
  margin-right: 0;
}

.active\:mb-0:active {
  margin-bottom: 0;
}

.active\:ml-0:active {
  margin-left: 0;
}

.active\:mt-1:active {
  margin-top: .25rem;
}

.active\:mr-1:active {
  margin-right: .25rem;
}

.active\:mb-1:active {
  margin-bottom: .25rem;
}

.active\:ml-1:active {
  margin-left: .25rem;
}

.active\:mt-2:active {
  margin-top: .5rem;
}

.active\:mr-2:active {
  margin-right: .5rem;
}

.active\:mb-2:active {
  margin-bottom: .5rem;
}

.active\:ml-2:active {
  margin-left: .5rem;
}

.active\:mt-3:active {
  margin-top: .75rem;
}

.active\:mr-3:active {
  margin-right: .75rem;
}

.active\:mb-3:active {
  margin-bottom: .75rem;
}

.active\:ml-3:active {
  margin-left: .75rem;
}

.active\:mt-4:active {
  margin-top: 1rem;
}

.active\:mr-4:active {
  margin-right: 1rem;
}

.active\:mb-4:active {
  margin-bottom: 1rem;
}

.active\:ml-4:active {
  margin-left: 1rem;
}

.active\:mt-5:active {
  margin-top: 1.25rem;
}

.active\:mr-5:active {
  margin-right: 1.25rem;
}

.active\:mb-5:active {
  margin-bottom: 1.25rem;
}

.active\:ml-5:active {
  margin-left: 1.25rem;
}

.active\:mt-6:active {
  margin-top: 1.5rem;
}

.active\:mr-6:active {
  margin-right: 1.5rem;
}

.active\:mb-6:active {
  margin-bottom: 1.5rem;
}

.active\:ml-6:active {
  margin-left: 1.5rem;
}

.active\:mt-8:active {
  margin-top: 2rem;
}

.active\:mr-8:active {
  margin-right: 2rem;
}

.active\:mb-8:active {
  margin-bottom: 2rem;
}

.active\:ml-8:active {
  margin-left: 2rem;
}

.active\:mt-10:active {
  margin-top: 2.5rem;
}

.active\:mr-10:active {
  margin-right: 2.5rem;
}

.active\:mb-10:active {
  margin-bottom: 2.5rem;
}

.active\:ml-10:active {
  margin-left: 2.5rem;
}

.active\:mt-12:active {
  margin-top: 3rem;
}

.active\:mr-12:active {
  margin-right: 3rem;
}

.active\:mb-12:active {
  margin-bottom: 3rem;
}

.active\:ml-12:active {
  margin-left: 3rem;
}

.active\:mt-16:active {
  margin-top: 4rem;
}

.active\:mr-16:active {
  margin-right: 4rem;
}

.active\:mb-16:active {
  margin-bottom: 4rem;
}

.active\:ml-16:active {
  margin-left: 4rem;
}

.active\:mt-20:active {
  margin-top: 5rem;
}

.active\:mr-20:active {
  margin-right: 5rem;
}

.active\:mb-20:active {
  margin-bottom: 5rem;
}

.active\:ml-20:active {
  margin-left: 5rem;
}

.active\:mt-24:active {
  margin-top: 6rem;
}

.active\:mr-24:active {
  margin-right: 6rem;
}

.active\:mb-24:active {
  margin-bottom: 6rem;
}

.active\:ml-24:active {
  margin-left: 6rem;
}

.active\:mt-32:active {
  margin-top: 8rem;
}

.active\:mr-32:active {
  margin-right: 8rem;
}

.active\:mb-32:active {
  margin-bottom: 8rem;
}

.active\:ml-32:active {
  margin-left: 8rem;
}

.active\:mt-auto:active {
  margin-top: auto;
}

.active\:mr-auto:active {
  margin-right: auto;
}

.active\:mb-auto:active {
  margin-bottom: auto;
}

.active\:ml-auto:active {
  margin-left: auto;
}

.active\:mt-px:active {
  margin-top: 1px;
}

.active\:mr-px:active {
  margin-right: 1px;
}

.active\:mb-px:active {
  margin-bottom: 1px;
}

.active\:ml-px:active {
  margin-left: 1px;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.group:hover .group-hover\:max-h-full {
  max-height: 100%;
}

.group:hover .group-hover\:max-h-screen {
  max-height: 100vh;
}

.hover\:max-h-full:hover {
  max-height: 100%;
}

.hover\:max-h-screen:hover {
  max-height: 100vh;
}

.focus-within\:max-h-full:focus-within {
  max-height: 100%;
}

.focus-within\:max-h-screen:focus-within {
  max-height: 100vh;
}

.focus\:max-h-full:focus {
  max-height: 100%;
}

.focus\:max-h-screen:focus {
  max-height: 100vh;
}

.active\:max-h-full:active {
  max-height: 100%;
}

.active\:max-h-screen:active {
  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%;
}

.group:hover .group-hover\:max-w-xs {
  max-width: 20rem;
}

.group:hover .group-hover\:max-w-sm {
  max-width: 30rem;
}

.group:hover .group-hover\:max-w-md {
  max-width: 40rem;
}

.group:hover .group-hover\:max-w-lg {
  max-width: 50rem;
}

.group:hover .group-hover\:max-w-xl {
  max-width: 60rem;
}

.group:hover .group-hover\:max-w-2xl {
  max-width: 70rem;
}

.group:hover .group-hover\:max-w-3xl {
  max-width: 80rem;
}

.group:hover .group-hover\:max-w-4xl {
  max-width: 90rem;
}

.group:hover .group-hover\:max-w-5xl {
  max-width: 100rem;
}

.group:hover .group-hover\:max-w-full {
  max-width: 100%;
}

.hover\:max-w-xs:hover {
  max-width: 20rem;
}

.hover\:max-w-sm:hover {
  max-width: 30rem;
}

.hover\:max-w-md:hover {
  max-width: 40rem;
}

.hover\:max-w-lg:hover {
  max-width: 50rem;
}

.hover\:max-w-xl:hover {
  max-width: 60rem;
}

.hover\:max-w-2xl:hover {
  max-width: 70rem;
}

.hover\:max-w-3xl:hover {
  max-width: 80rem;
}

.hover\:max-w-4xl:hover {
  max-width: 90rem;
}

.hover\:max-w-5xl:hover {
  max-width: 100rem;
}

.hover\:max-w-full:hover {
  max-width: 100%;
}

.focus-within\:max-w-xs:focus-within {
  max-width: 20rem;
}

.focus-within\:max-w-sm:focus-within {
  max-width: 30rem;
}

.focus-within\:max-w-md:focus-within {
  max-width: 40rem;
}

.focus-within\:max-w-lg:focus-within {
  max-width: 50rem;
}

.focus-within\:max-w-xl:focus-within {
  max-width: 60rem;
}

.focus-within\:max-w-2xl:focus-within {
  max-width: 70rem;
}

.focus-within\:max-w-3xl:focus-within {
  max-width: 80rem;
}

.focus-within\:max-w-4xl:focus-within {
  max-width: 90rem;
}

.focus-within\:max-w-5xl:focus-within {
  max-width: 100rem;
}

.focus-within\:max-w-full:focus-within {
  max-width: 100%;
}

.focus\:max-w-xs:focus {
  max-width: 20rem;
}

.focus\:max-w-sm:focus {
  max-width: 30rem;
}

.focus\:max-w-md:focus {
  max-width: 40rem;
}

.focus\:max-w-lg:focus {
  max-width: 50rem;
}

.focus\:max-w-xl:focus {
  max-width: 60rem;
}

.focus\:max-w-2xl:focus {
  max-width: 70rem;
}

.focus\:max-w-3xl:focus {
  max-width: 80rem;
}

.focus\:max-w-4xl:focus {
  max-width: 90rem;
}

.focus\:max-w-5xl:focus {
  max-width: 100rem;
}

.focus\:max-w-full:focus {
  max-width: 100%;
}

.active\:max-w-xs:active {
  max-width: 20rem;
}

.active\:max-w-sm:active {
  max-width: 30rem;
}

.active\:max-w-md:active {
  max-width: 40rem;
}

.active\:max-w-lg:active {
  max-width: 50rem;
}

.active\:max-w-xl:active {
  max-width: 60rem;
}

.active\:max-w-2xl:active {
  max-width: 70rem;
}

.active\:max-w-3xl:active {
  max-width: 80rem;
}

.active\:max-w-4xl:active {
  max-width: 90rem;
}

.active\:max-w-5xl:active {
  max-width: 100rem;
}

.active\:max-w-full:active {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.group:hover .group-hover\:min-h-0 {
  min-height: 0;
}

.group:hover .group-hover\:min-h-full {
  min-height: 100%;
}

.group:hover .group-hover\:min-h-screen {
  min-height: 100vh;
}

.hover\:min-h-0:hover {
  min-height: 0;
}

.hover\:min-h-full:hover {
  min-height: 100%;
}

.hover\:min-h-screen:hover {
  min-height: 100vh;
}

.focus-within\:min-h-0:focus-within {
  min-height: 0;
}

.focus-within\:min-h-full:focus-within {
  min-height: 100%;
}

.focus-within\:min-h-screen:focus-within {
  min-height: 100vh;
}

.focus\:min-h-0:focus {
  min-height: 0;
}

.focus\:min-h-full:focus {
  min-height: 100%;
}

.focus\:min-h-screen:focus {
  min-height: 100vh;
}

.active\:min-h-0:active {
  min-height: 0;
}

.active\:min-h-full:active {
  min-height: 100%;
}

.active\:min-h-screen:active {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.group:hover .group-hover\:min-w-0 {
  min-width: 0;
}

.group:hover .group-hover\:min-w-full {
  min-width: 100%;
}

.hover\:min-w-0:hover {
  min-width: 0;
}

.hover\:min-w-full:hover {
  min-width: 100%;
}

.focus-within\:min-w-0:focus-within {
  min-width: 0;
}

.focus-within\:min-w-full:focus-within {
  min-width: 100%;
}

.focus\:min-w-0:focus {
  min-width: 0;
}

.focus\:min-w-full:focus {
  min-width: 100%;
}

.active\:min-w-0:active {
  min-width: 0;
}

.active\:min-w-full:active {
  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;
}

.group:hover .group-hover\:-m-0 {
  margin: 0;
}

.group:hover .group-hover\:-m-1 {
  margin: -0.25rem;
}

.group:hover .group-hover\:-m-2 {
  margin: -0.5rem;
}

.group:hover .group-hover\:-m-3 {
  margin: -0.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-20 {
  margin: -5rem;
}

.group:hover .group-hover\:-m-24 {
  margin: -6rem;
}

.group:hover .group-hover\:-m-32 {
  margin: -8rem;
}

.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: -0.25rem;
  margin-bottom: -0.25rem;
}

.group:hover .group-hover\:-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.group:hover .group-hover\:-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.group:hover .group-hover\:-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.group:hover .group-hover\:-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.group:hover .group-hover\:-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.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-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-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: -0.25rem;
}

.group:hover .group-hover\:-mr-1 {
  margin-right: -0.25rem;
}

.group:hover .group-hover\:-mb-1 {
  margin-bottom: -0.25rem;
}

.group:hover .group-hover\:-ml-1 {
  margin-left: -0.25rem;
}

.group:hover .group-hover\:-mt-2 {
  margin-top: -0.5rem;
}

.group:hover .group-hover\:-mr-2 {
  margin-right: -0.5rem;
}

.group:hover .group-hover\:-mb-2 {
  margin-bottom: -0.5rem;
}

.group:hover .group-hover\:-ml-2 {
  margin-left: -0.5rem;
}

.group:hover .group-hover\:-mt-3 {
  margin-top: -0.75rem;
}

.group:hover .group-hover\:-mr-3 {
  margin-right: -0.75rem;
}

.group:hover .group-hover\:-mb-3 {
  margin-bottom: -0.75rem;
}

.group:hover .group-hover\:-ml-3 {
  margin-left: -0.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-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-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;
}

.hover\:-m-0:hover {
  margin: 0;
}

.hover\:-m-1:hover {
  margin: -0.25rem;
}

.hover\:-m-2:hover {
  margin: -0.5rem;
}

.hover\:-m-3:hover {
  margin: -0.75rem;
}

.hover\:-m-4:hover {
  margin: -1rem;
}

.hover\:-m-5:hover {
  margin: -1.25rem;
}

.hover\:-m-6:hover {
  margin: -1.5rem;
}

.hover\:-m-8:hover {
  margin: -2rem;
}

.hover\:-m-10:hover {
  margin: -2.5rem;
}

.hover\:-m-12:hover {
  margin: -3rem;
}

.hover\:-m-16:hover {
  margin: -4rem;
}

.hover\:-m-20:hover {
  margin: -5rem;
}

.hover\:-m-24:hover {
  margin: -6rem;
}

.hover\:-m-32:hover {
  margin: -8rem;
}

.hover\:-m-px:hover {
  margin: -1px;
}

.hover\:-my-0:hover {
  margin-top: 0;
  margin-bottom: 0;
}

.hover\:-mx-0:hover {
  margin-left: 0;
  margin-right: 0;
}

.hover\:-my-1:hover {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.hover\:-mx-1:hover {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.hover\:-my-2:hover {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.hover\:-mx-2:hover {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.hover\:-my-3:hover {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.hover\:-mx-3:hover {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hover\:-my-4:hover {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.hover\:-mx-4:hover {
  margin-left: -1rem;
  margin-right: -1rem;
}

.hover\:-my-5:hover {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.hover\:-mx-5:hover {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.hover\:-my-6:hover {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.hover\:-mx-6:hover {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.hover\:-my-8:hover {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.hover\:-mx-8:hover {
  margin-left: -2rem;
  margin-right: -2rem;
}

.hover\:-my-10:hover {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.hover\:-mx-10:hover {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.hover\:-my-12:hover {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.hover\:-mx-12:hover {
  margin-left: -3rem;
  margin-right: -3rem;
}

.hover\:-my-16:hover {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.hover\:-mx-16:hover {
  margin-left: -4rem;
  margin-right: -4rem;
}

.hover\:-my-20:hover {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.hover\:-mx-20:hover {
  margin-left: -5rem;
  margin-right: -5rem;
}

.hover\:-my-24:hover {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.hover\:-mx-24:hover {
  margin-left: -6rem;
  margin-right: -6rem;
}

.hover\:-my-32:hover {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.hover\:-mx-32:hover {
  margin-left: -8rem;
  margin-right: -8rem;
}

.hover\:-my-px:hover {
  margin-top: -1px;
  margin-bottom: -1px;
}

.hover\:-mx-px:hover {
  margin-left: -1px;
  margin-right: -1px;
}

.hover\:-mt-0:hover {
  margin-top: 0;
}

.hover\:-mr-0:hover {
  margin-right: 0;
}

.hover\:-mb-0:hover {
  margin-bottom: 0;
}

.hover\:-ml-0:hover {
  margin-left: 0;
}

.hover\:-mt-1:hover {
  margin-top: -0.25rem;
}

.hover\:-mr-1:hover {
  margin-right: -0.25rem;
}

.hover\:-mb-1:hover {
  margin-bottom: -0.25rem;
}

.hover\:-ml-1:hover {
  margin-left: -0.25rem;
}

.hover\:-mt-2:hover {
  margin-top: -0.5rem;
}

.hover\:-mr-2:hover {
  margin-right: -0.5rem;
}

.hover\:-mb-2:hover {
  margin-bottom: -0.5rem;
}

.hover\:-ml-2:hover {
  margin-left: -0.5rem;
}

.hover\:-mt-3:hover {
  margin-top: -0.75rem;
}

.hover\:-mr-3:hover {
  margin-right: -0.75rem;
}

.hover\:-mb-3:hover {
  margin-bottom: -0.75rem;
}

.hover\:-ml-3:hover {
  margin-left: -0.75rem;
}

.hover\:-mt-4:hover {
  margin-top: -1rem;
}

.hover\:-mr-4:hover {
  margin-right: -1rem;
}

.hover\:-mb-4:hover {
  margin-bottom: -1rem;
}

.hover\:-ml-4:hover {
  margin-left: -1rem;
}

.hover\:-mt-5:hover {
  margin-top: -1.25rem;
}

.hover\:-mr-5:hover {
  margin-right: -1.25rem;
}

.hover\:-mb-5:hover {
  margin-bottom: -1.25rem;
}

.hover\:-ml-5:hover {
  margin-left: -1.25rem;
}

.hover\:-mt-6:hover {
  margin-top: -1.5rem;
}

.hover\:-mr-6:hover {
  margin-right: -1.5rem;
}

.hover\:-mb-6:hover {
  margin-bottom: -1.5rem;
}

.hover\:-ml-6:hover {
  margin-left: -1.5rem;
}

.hover\:-mt-8:hover {
  margin-top: -2rem;
}

.hover\:-mr-8:hover {
  margin-right: -2rem;
}

.hover\:-mb-8:hover {
  margin-bottom: -2rem;
}

.hover\:-ml-8:hover {
  margin-left: -2rem;
}

.hover\:-mt-10:hover {
  margin-top: -2.5rem;
}

.hover\:-mr-10:hover {
  margin-right: -2.5rem;
}

.hover\:-mb-10:hover {
  margin-bottom: -2.5rem;
}

.hover\:-ml-10:hover {
  margin-left: -2.5rem;
}

.hover\:-mt-12:hover {
  margin-top: -3rem;
}

.hover\:-mr-12:hover {
  margin-right: -3rem;
}

.hover\:-mb-12:hover {
  margin-bottom: -3rem;
}

.hover\:-ml-12:hover {
  margin-left: -3rem;
}

.hover\:-mt-16:hover {
  margin-top: -4rem;
}

.hover\:-mr-16:hover {
  margin-right: -4rem;
}

.hover\:-mb-16:hover {
  margin-bottom: -4rem;
}

.hover\:-ml-16:hover {
  margin-left: -4rem;
}

.hover\:-mt-20:hover {
  margin-top: -5rem;
}

.hover\:-mr-20:hover {
  margin-right: -5rem;
}

.hover\:-mb-20:hover {
  margin-bottom: -5rem;
}

.hover\:-ml-20:hover {
  margin-left: -5rem;
}

.hover\:-mt-24:hover {
  margin-top: -6rem;
}

.hover\:-mr-24:hover {
  margin-right: -6rem;
}

.hover\:-mb-24:hover {
  margin-bottom: -6rem;
}

.hover\:-ml-24:hover {
  margin-left: -6rem;
}

.hover\:-mt-32:hover {
  margin-top: -8rem;
}

.hover\:-mr-32:hover {
  margin-right: -8rem;
}

.hover\:-mb-32:hover {
  margin-bottom: -8rem;
}

.hover\:-ml-32:hover {
  margin-left: -8rem;
}

.hover\:-mt-px:hover {
  margin-top: -1px;
}

.hover\:-mr-px:hover {
  margin-right: -1px;
}

.hover\:-mb-px:hover {
  margin-bottom: -1px;
}

.hover\:-ml-px:hover {
  margin-left: -1px;
}

.focus-within\:-m-0:focus-within {
  margin: 0;
}

.focus-within\:-m-1:focus-within {
  margin: -0.25rem;
}

.focus-within\:-m-2:focus-within {
  margin: -0.5rem;
}

.focus-within\:-m-3:focus-within {
  margin: -0.75rem;
}

.focus-within\:-m-4:focus-within {
  margin: -1rem;
}

.focus-within\:-m-5:focus-within {
  margin: -1.25rem;
}

.focus-within\:-m-6:focus-within {
  margin: -1.5rem;
}

.focus-within\:-m-8:focus-within {
  margin: -2rem;
}

.focus-within\:-m-10:focus-within {
  margin: -2.5rem;
}

.focus-within\:-m-12:focus-within {
  margin: -3rem;
}

.focus-within\:-m-16:focus-within {
  margin: -4rem;
}

.focus-within\:-m-20:focus-within {
  margin: -5rem;
}

.focus-within\:-m-24:focus-within {
  margin: -6rem;
}

.focus-within\:-m-32:focus-within {
  margin: -8rem;
}

.focus-within\:-m-px:focus-within {
  margin: -1px;
}

.focus-within\:-my-0:focus-within {
  margin-top: 0;
  margin-bottom: 0;
}

.focus-within\:-mx-0:focus-within {
  margin-left: 0;
  margin-right: 0;
}

.focus-within\:-my-1:focus-within {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.focus-within\:-mx-1:focus-within {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.focus-within\:-my-2:focus-within {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.focus-within\:-mx-2:focus-within {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.focus-within\:-my-3:focus-within {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.focus-within\:-mx-3:focus-within {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.focus-within\:-my-4:focus-within {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.focus-within\:-mx-4:focus-within {
  margin-left: -1rem;
  margin-right: -1rem;
}

.focus-within\:-my-5:focus-within {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.focus-within\:-mx-5:focus-within {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.focus-within\:-my-6:focus-within {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.focus-within\:-mx-6:focus-within {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.focus-within\:-my-8:focus-within {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.focus-within\:-mx-8:focus-within {
  margin-left: -2rem;
  margin-right: -2rem;
}

.focus-within\:-my-10:focus-within {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.focus-within\:-mx-10:focus-within {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.focus-within\:-my-12:focus-within {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.focus-within\:-mx-12:focus-within {
  margin-left: -3rem;
  margin-right: -3rem;
}

.focus-within\:-my-16:focus-within {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.focus-within\:-mx-16:focus-within {
  margin-left: -4rem;
  margin-right: -4rem;
}

.focus-within\:-my-20:focus-within {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.focus-within\:-mx-20:focus-within {
  margin-left: -5rem;
  margin-right: -5rem;
}

.focus-within\:-my-24:focus-within {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.focus-within\:-mx-24:focus-within {
  margin-left: -6rem;
  margin-right: -6rem;
}

.focus-within\:-my-32:focus-within {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.focus-within\:-mx-32:focus-within {
  margin-left: -8rem;
  margin-right: -8rem;
}

.focus-within\:-my-px:focus-within {
  margin-top: -1px;
  margin-bottom: -1px;
}

.focus-within\:-mx-px:focus-within {
  margin-left: -1px;
  margin-right: -1px;
}

.focus-within\:-mt-0:focus-within {
  margin-top: 0;
}

.focus-within\:-mr-0:focus-within {
  margin-right: 0;
}

.focus-within\:-mb-0:focus-within {
  margin-bottom: 0;
}

.focus-within\:-ml-0:focus-within {
  margin-left: 0;
}

.focus-within\:-mt-1:focus-within {
  margin-top: -0.25rem;
}

.focus-within\:-mr-1:focus-within {
  margin-right: -0.25rem;
}

.focus-within\:-mb-1:focus-within {
  margin-bottom: -0.25rem;
}

.focus-within\:-ml-1:focus-within {
  margin-left: -0.25rem;
}

.focus-within\:-mt-2:focus-within {
  margin-top: -0.5rem;
}

.focus-within\:-mr-2:focus-within {
  margin-right: -0.5rem;
}

.focus-within\:-mb-2:focus-within {
  margin-bottom: -0.5rem;
}

.focus-within\:-ml-2:focus-within {
  margin-left: -0.5rem;
}

.focus-within\:-mt-3:focus-within {
  margin-top: -0.75rem;
}

.focus-within\:-mr-3:focus-within {
  margin-right: -0.75rem;
}

.focus-within\:-mb-3:focus-within {
  margin-bottom: -0.75rem;
}

.focus-within\:-ml-3:focus-within {
  margin-left: -0.75rem;
}

.focus-within\:-mt-4:focus-within {
  margin-top: -1rem;
}

.focus-within\:-mr-4:focus-within {
  margin-right: -1rem;
}

.focus-within\:-mb-4:focus-within {
  margin-bottom: -1rem;
}

.focus-within\:-ml-4:focus-within {
  margin-left: -1rem;
}

.focus-within\:-mt-5:focus-within {
  margin-top: -1.25rem;
}

.focus-within\:-mr-5:focus-within {
  margin-right: -1.25rem;
}

.focus-within\:-mb-5:focus-within {
  margin-bottom: -1.25rem;
}

.focus-within\:-ml-5:focus-within {
  margin-left: -1.25rem;
}

.focus-within\:-mt-6:focus-within {
  margin-top: -1.5rem;
}

.focus-within\:-mr-6:focus-within {
  margin-right: -1.5rem;
}

.focus-within\:-mb-6:focus-within {
  margin-bottom: -1.5rem;
}

.focus-within\:-ml-6:focus-within {
  margin-left: -1.5rem;
}

.focus-within\:-mt-8:focus-within {
  margin-top: -2rem;
}

.focus-within\:-mr-8:focus-within {
  margin-right: -2rem;
}

.focus-within\:-mb-8:focus-within {
  margin-bottom: -2rem;
}

.focus-within\:-ml-8:focus-within {
  margin-left: -2rem;
}

.focus-within\:-mt-10:focus-within {
  margin-top: -2.5rem;
}

.focus-within\:-mr-10:focus-within {
  margin-right: -2.5rem;
}

.focus-within\:-mb-10:focus-within {
  margin-bottom: -2.5rem;
}

.focus-within\:-ml-10:focus-within {
  margin-left: -2.5rem;
}

.focus-within\:-mt-12:focus-within {
  margin-top: -3rem;
}

.focus-within\:-mr-12:focus-within {
  margin-right: -3rem;
}

.focus-within\:-mb-12:focus-within {
  margin-bottom: -3rem;
}

.focus-within\:-ml-12:focus-within {
  margin-left: -3rem;
}

.focus-within\:-mt-16:focus-within {
  margin-top: -4rem;
}

.focus-within\:-mr-16:focus-within {
  margin-right: -4rem;
}

.focus-within\:-mb-16:focus-within {
  margin-bottom: -4rem;
}

.focus-within\:-ml-16:focus-within {
  margin-left: -4rem;
}

.focus-within\:-mt-20:focus-within {
  margin-top: -5rem;
}

.focus-within\:-mr-20:focus-within {
  margin-right: -5rem;
}

.focus-within\:-mb-20:focus-within {
  margin-bottom: -5rem;
}

.focus-within\:-ml-20:focus-within {
  margin-left: -5rem;
}

.focus-within\:-mt-24:focus-within {
  margin-top: -6rem;
}

.focus-within\:-mr-24:focus-within {
  margin-right: -6rem;
}

.focus-within\:-mb-24:focus-within {
  margin-bottom: -6rem;
}

.focus-within\:-ml-24:focus-within {
  margin-left: -6rem;
}

.focus-within\:-mt-32:focus-within {
  margin-top: -8rem;
}

.focus-within\:-mr-32:focus-within {
  margin-right: -8rem;
}

.focus-within\:-mb-32:focus-within {
  margin-bottom: -8rem;
}

.focus-within\:-ml-32:focus-within {
  margin-left: -8rem;
}

.focus-within\:-mt-px:focus-within {
  margin-top: -1px;
}

.focus-within\:-mr-px:focus-within {
  margin-right: -1px;
}

.focus-within\:-mb-px:focus-within {
  margin-bottom: -1px;
}

.focus-within\:-ml-px:focus-within {
  margin-left: -1px;
}

.focus\:-m-0:focus {
  margin: 0;
}

.focus\:-m-1:focus {
  margin: -0.25rem;
}

.focus\:-m-2:focus {
  margin: -0.5rem;
}

.focus\:-m-3:focus {
  margin: -0.75rem;
}

.focus\:-m-4:focus {
  margin: -1rem;
}

.focus\:-m-5:focus {
  margin: -1.25rem;
}

.focus\:-m-6:focus {
  margin: -1.5rem;
}

.focus\:-m-8:focus {
  margin: -2rem;
}

.focus\:-m-10:focus {
  margin: -2.5rem;
}

.focus\:-m-12:focus {
  margin: -3rem;
}

.focus\:-m-16:focus {
  margin: -4rem;
}

.focus\:-m-20:focus {
  margin: -5rem;
}

.focus\:-m-24:focus {
  margin: -6rem;
}

.focus\:-m-32:focus {
  margin: -8rem;
}

.focus\:-m-px:focus {
  margin: -1px;
}

.focus\:-my-0:focus {
  margin-top: 0;
  margin-bottom: 0;
}

.focus\:-mx-0:focus {
  margin-left: 0;
  margin-right: 0;
}

.focus\:-my-1:focus {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.focus\:-mx-1:focus {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.focus\:-my-2:focus {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.focus\:-mx-2:focus {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.focus\:-my-3:focus {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.focus\:-mx-3:focus {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.focus\:-my-4:focus {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.focus\:-mx-4:focus {
  margin-left: -1rem;
  margin-right: -1rem;
}

.focus\:-my-5:focus {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.focus\:-mx-5:focus {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.focus\:-my-6:focus {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.focus\:-mx-6:focus {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.focus\:-my-8:focus {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.focus\:-mx-8:focus {
  margin-left: -2rem;
  margin-right: -2rem;
}

.focus\:-my-10:focus {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.focus\:-mx-10:focus {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.focus\:-my-12:focus {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.focus\:-mx-12:focus {
  margin-left: -3rem;
  margin-right: -3rem;
}

.focus\:-my-16:focus {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.focus\:-mx-16:focus {
  margin-left: -4rem;
  margin-right: -4rem;
}

.focus\:-my-20:focus {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.focus\:-mx-20:focus {
  margin-left: -5rem;
  margin-right: -5rem;
}

.focus\:-my-24:focus {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.focus\:-mx-24:focus {
  margin-left: -6rem;
  margin-right: -6rem;
}

.focus\:-my-32:focus {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.focus\:-mx-32:focus {
  margin-left: -8rem;
  margin-right: -8rem;
}

.focus\:-my-px:focus {
  margin-top: -1px;
  margin-bottom: -1px;
}

.focus\:-mx-px:focus {
  margin-left: -1px;
  margin-right: -1px;
}

.focus\:-mt-0:focus {
  margin-top: 0;
}

.focus\:-mr-0:focus {
  margin-right: 0;
}

.focus\:-mb-0:focus {
  margin-bottom: 0;
}

.focus\:-ml-0:focus {
  margin-left: 0;
}

.focus\:-mt-1:focus {
  margin-top: -0.25rem;
}

.focus\:-mr-1:focus {
  margin-right: -0.25rem;
}

.focus\:-mb-1:focus {
  margin-bottom: -0.25rem;
}

.focus\:-ml-1:focus {
  margin-left: -0.25rem;
}

.focus\:-mt-2:focus {
  margin-top: -0.5rem;
}

.focus\:-mr-2:focus {
  margin-right: -0.5rem;
}

.focus\:-mb-2:focus {
  margin-bottom: -0.5rem;
}

.focus\:-ml-2:focus {
  margin-left: -0.5rem;
}

.focus\:-mt-3:focus {
  margin-top: -0.75rem;
}

.focus\:-mr-3:focus {
  margin-right: -0.75rem;
}

.focus\:-mb-3:focus {
  margin-bottom: -0.75rem;
}

.focus\:-ml-3:focus {
  margin-left: -0.75rem;
}

.focus\:-mt-4:focus {
  margin-top: -1rem;
}

.focus\:-mr-4:focus {
  margin-right: -1rem;
}

.focus\:-mb-4:focus {
  margin-bottom: -1rem;
}

.focus\:-ml-4:focus {
  margin-left: -1rem;
}

.focus\:-mt-5:focus {
  margin-top: -1.25rem;
}

.focus\:-mr-5:focus {
  margin-right: -1.25rem;
}

.focus\:-mb-5:focus {
  margin-bottom: -1.25rem;
}

.focus\:-ml-5:focus {
  margin-left: -1.25rem;
}

.focus\:-mt-6:focus {
  margin-top: -1.5rem;
}

.focus\:-mr-6:focus {
  margin-right: -1.5rem;
}

.focus\:-mb-6:focus {
  margin-bottom: -1.5rem;
}

.focus\:-ml-6:focus {
  margin-left: -1.5rem;
}

.focus\:-mt-8:focus {
  margin-top: -2rem;
}

.focus\:-mr-8:focus {
  margin-right: -2rem;
}

.focus\:-mb-8:focus {
  margin-bottom: -2rem;
}

.focus\:-ml-8:focus {
  margin-left: -2rem;
}

.focus\:-mt-10:focus {
  margin-top: -2.5rem;
}

.focus\:-mr-10:focus {
  margin-right: -2.5rem;
}

.focus\:-mb-10:focus {
  margin-bottom: -2.5rem;
}

.focus\:-ml-10:focus {
  margin-left: -2.5rem;
}

.focus\:-mt-12:focus {
  margin-top: -3rem;
}

.focus\:-mr-12:focus {
  margin-right: -3rem;
}

.focus\:-mb-12:focus {
  margin-bottom: -3rem;
}

.focus\:-ml-12:focus {
  margin-left: -3rem;
}

.focus\:-mt-16:focus {
  margin-top: -4rem;
}

.focus\:-mr-16:focus {
  margin-right: -4rem;
}

.focus\:-mb-16:focus {
  margin-bottom: -4rem;
}

.focus\:-ml-16:focus {
  margin-left: -4rem;
}

.focus\:-mt-20:focus {
  margin-top: -5rem;
}

.focus\:-mr-20:focus {
  margin-right: -5rem;
}

.focus\:-mb-20:focus {
  margin-bottom: -5rem;
}

.focus\:-ml-20:focus {
  margin-left: -5rem;
}

.focus\:-mt-24:focus {
  margin-top: -6rem;
}

.focus\:-mr-24:focus {
  margin-right: -6rem;
}

.focus\:-mb-24:focus {
  margin-bottom: -6rem;
}

.focus\:-ml-24:focus {
  margin-left: -6rem;
}

.focus\:-mt-32:focus {
  margin-top: -8rem;
}

.focus\:-mr-32:focus {
  margin-right: -8rem;
}

.focus\:-mb-32:focus {
  margin-bottom: -8rem;
}

.focus\:-ml-32:focus {
  margin-left: -8rem;
}

.focus\:-mt-px:focus {
  margin-top: -1px;
}

.focus\:-mr-px:focus {
  margin-right: -1px;
}

.focus\:-mb-px:focus {
  margin-bottom: -1px;
}

.focus\:-ml-px:focus {
  margin-left: -1px;
}

.active\:-m-0:active {
  margin: 0;
}

.active\:-m-1:active {
  margin: -0.25rem;
}

.active\:-m-2:active {
  margin: -0.5rem;
}

.active\:-m-3:active {
  margin: -0.75rem;
}

.active\:-m-4:active {
  margin: -1rem;
}

.active\:-m-5:active {
  margin: -1.25rem;
}

.active\:-m-6:active {
  margin: -1.5rem;
}

.active\:-m-8:active {
  margin: -2rem;
}

.active\:-m-10:active {
  margin: -2.5rem;
}

.active\:-m-12:active {
  margin: -3rem;
}

.active\:-m-16:active {
  margin: -4rem;
}

.active\:-m-20:active {
  margin: -5rem;
}

.active\:-m-24:active {
  margin: -6rem;
}

.active\:-m-32:active {
  margin: -8rem;
}

.active\:-m-px:active {
  margin: -1px;
}

.active\:-my-0:active {
  margin-top: 0;
  margin-bottom: 0;
}

.active\:-mx-0:active {
  margin-left: 0;
  margin-right: 0;
}

.active\:-my-1:active {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.active\:-mx-1:active {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.active\:-my-2:active {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.active\:-mx-2:active {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.active\:-my-3:active {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.active\:-mx-3:active {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.active\:-my-4:active {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.active\:-mx-4:active {
  margin-left: -1rem;
  margin-right: -1rem;
}

.active\:-my-5:active {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.active\:-mx-5:active {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.active\:-my-6:active {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.active\:-mx-6:active {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.active\:-my-8:active {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.active\:-mx-8:active {
  margin-left: -2rem;
  margin-right: -2rem;
}

.active\:-my-10:active {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.active\:-mx-10:active {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.active\:-my-12:active {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.active\:-mx-12:active {
  margin-left: -3rem;
  margin-right: -3rem;
}

.active\:-my-16:active {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.active\:-mx-16:active {
  margin-left: -4rem;
  margin-right: -4rem;
}

.active\:-my-20:active {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.active\:-mx-20:active {
  margin-left: -5rem;
  margin-right: -5rem;
}

.active\:-my-24:active {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.active\:-mx-24:active {
  margin-left: -6rem;
  margin-right: -6rem;
}

.active\:-my-32:active {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.active\:-mx-32:active {
  margin-left: -8rem;
  margin-right: -8rem;
}

.active\:-my-px:active {
  margin-top: -1px;
  margin-bottom: -1px;
}

.active\:-mx-px:active {
  margin-left: -1px;
  margin-right: -1px;
}

.active\:-mt-0:active {
  margin-top: 0;
}

.active\:-mr-0:active {
  margin-right: 0;
}

.active\:-mb-0:active {
  margin-bottom: 0;
}

.active\:-ml-0:active {
  margin-left: 0;
}

.active\:-mt-1:active {
  margin-top: -0.25rem;
}

.active\:-mr-1:active {
  margin-right: -0.25rem;
}

.active\:-mb-1:active {
  margin-bottom: -0.25rem;
}

.active\:-ml-1:active {
  margin-left: -0.25rem;
}

.active\:-mt-2:active {
  margin-top: -0.5rem;
}

.active\:-mr-2:active {
  margin-right: -0.5rem;
}

.active\:-mb-2:active {
  margin-bottom: -0.5rem;
}

.active\:-ml-2:active {
  margin-left: -0.5rem;
}

.active\:-mt-3:active {
  margin-top: -0.75rem;
}

.active\:-mr-3:active {
  margin-right: -0.75rem;
}

.active\:-mb-3:active {
  margin-bottom: -0.75rem;
}

.active\:-ml-3:active {
  margin-left: -0.75rem;
}

.active\:-mt-4:active {
  margin-top: -1rem;
}

.active\:-mr-4:active {
  margin-right: -1rem;
}

.active\:-mb-4:active {
  margin-bottom: -1rem;
}

.active\:-ml-4:active {
  margin-left: -1rem;
}

.active\:-mt-5:active {
  margin-top: -1.25rem;
}

.active\:-mr-5:active {
  margin-right: -1.25rem;
}

.active\:-mb-5:active {
  margin-bottom: -1.25rem;
}

.active\:-ml-5:active {
  margin-left: -1.25rem;
}

.active\:-mt-6:active {
  margin-top: -1.5rem;
}

.active\:-mr-6:active {
  margin-right: -1.5rem;
}

.active\:-mb-6:active {
  margin-bottom: -1.5rem;
}

.active\:-ml-6:active {
  margin-left: -1.5rem;
}

.active\:-mt-8:active {
  margin-top: -2rem;
}

.active\:-mr-8:active {
  margin-right: -2rem;
}

.active\:-mb-8:active {
  margin-bottom: -2rem;
}

.active\:-ml-8:active {
  margin-left: -2rem;
}

.active\:-mt-10:active {
  margin-top: -2.5rem;
}

.active\:-mr-10:active {
  margin-right: -2.5rem;
}

.active\:-mb-10:active {
  margin-bottom: -2.5rem;
}

.active\:-ml-10:active {
  margin-left: -2.5rem;
}

.active\:-mt-12:active {
  margin-top: -3rem;
}

.active\:-mr-12:active {
  margin-right: -3rem;
}

.active\:-mb-12:active {
  margin-bottom: -3rem;
}

.active\:-ml-12:active {
  margin-left: -3rem;
}

.active\:-mt-16:active {
  margin-top: -4rem;
}

.active\:-mr-16:active {
  margin-right: -4rem;
}

.active\:-mb-16:active {
  margin-bottom: -4rem;
}

.active\:-ml-16:active {
  margin-left: -4rem;
}

.active\:-mt-20:active {
  margin-top: -5rem;
}

.active\:-mr-20:active {
  margin-right: -5rem;
}

.active\:-mb-20:active {
  margin-bottom: -5rem;
}

.active\:-ml-20:active {
  margin-left: -5rem;
}

.active\:-mt-24:active {
  margin-top: -6rem;
}

.active\:-mr-24:active {
  margin-right: -6rem;
}

.active\:-mb-24:active {
  margin-bottom: -6rem;
}

.active\:-ml-24:active {
  margin-left: -6rem;
}

.active\:-mt-32:active {
  margin-top: -8rem;
}

.active\:-mr-32:active {
  margin-right: -8rem;
}

.active\:-mb-32:active {
  margin-bottom: -8rem;
}

.active\:-ml-32:active {
  margin-left: -8rem;
}

.active\:-mt-px:active {
  margin-top: -1px;
}

.active\:-mr-px:active {
  margin-right: -1px;
}

.active\:-mb-px:active {
  margin-bottom: -1px;
}

.active\:-ml-px:active {
  margin-left: -1px;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.group:hover .group-hover\:object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.group:hover .group-hover\:object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.group:hover .group-hover\:object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.group:hover .group-hover\:object-none {
  -o-object-fit: none;
     object-fit: none;
}

.group:hover .group-hover\:object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.hover\:object-contain:hover {
  -o-object-fit: contain;
     object-fit: contain;
}

.hover\:object-cover:hover {
  -o-object-fit: cover;
     object-fit: cover;
}

.hover\:object-fill:hover {
  -o-object-fit: fill;
     object-fit: fill;
}

.hover\:object-none:hover {
  -o-object-fit: none;
     object-fit: none;
}

.hover\:object-scale-down:hover {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.focus-within\:object-contain:focus-within {
  -o-object-fit: contain;
     object-fit: contain;
}

.focus-within\:object-cover:focus-within {
  -o-object-fit: cover;
     object-fit: cover;
}

.focus-within\:object-fill:focus-within {
  -o-object-fit: fill;
     object-fit: fill;
}

.focus-within\:object-none:focus-within {
  -o-object-fit: none;
     object-fit: none;
}

.focus-within\:object-scale-down:focus-within {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.focus\:object-contain:focus {
  -o-object-fit: contain;
     object-fit: contain;
}

.focus\:object-cover:focus {
  -o-object-fit: cover;
     object-fit: cover;
}

.focus\:object-fill:focus {
  -o-object-fit: fill;
     object-fit: fill;
}

.focus\:object-none:focus {
  -o-object-fit: none;
     object-fit: none;
}

.focus\:object-scale-down:focus {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.active\:object-contain:active {
  -o-object-fit: contain;
     object-fit: contain;
}

.active\:object-cover:active {
  -o-object-fit: cover;
     object-fit: cover;
}

.active\:object-fill:active {
  -o-object-fit: fill;
     object-fit: fill;
}

.active\:object-none:active {
  -o-object-fit: none;
     object-fit: none;
}

.active\:object-scale-down:active {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.group:hover .group-hover\:object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.group:hover .group-hover\:object-center {
  -o-object-position: center;
     object-position: center;
}

.group:hover .group-hover\:object-left {
  -o-object-position: left;
     object-position: left;
}

.group:hover .group-hover\:object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.group:hover .group-hover\:object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.group:hover .group-hover\:object-right {
  -o-object-position: right;
     object-position: right;
}

.group:hover .group-hover\:object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.group:hover .group-hover\:object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.group:hover .group-hover\:object-top {
  -o-object-position: top;
     object-position: top;
}

.hover\:object-bottom:hover {
  -o-object-position: bottom;
     object-position: bottom;
}

.hover\:object-center:hover {
  -o-object-position: center;
     object-position: center;
}

.hover\:object-left:hover {
  -o-object-position: left;
     object-position: left;
}

.hover\:object-left-bottom:hover {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.hover\:object-left-top:hover {
  -o-object-position: left top;
     object-position: left top;
}

.hover\:object-right:hover {
  -o-object-position: right;
     object-position: right;
}

.hover\:object-right-bottom:hover {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.hover\:object-right-top:hover {
  -o-object-position: right top;
     object-position: right top;
}

.hover\:object-top:hover {
  -o-object-position: top;
     object-position: top;
}

.focus-within\:object-bottom:focus-within {
  -o-object-position: bottom;
     object-position: bottom;
}

.focus-within\:object-center:focus-within {
  -o-object-position: center;
     object-position: center;
}

.focus-within\:object-left:focus-within {
  -o-object-position: left;
     object-position: left;
}

.focus-within\:object-left-bottom:focus-within {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.focus-within\:object-left-top:focus-within {
  -o-object-position: left top;
     object-position: left top;
}

.focus-within\:object-right:focus-within {
  -o-object-position: right;
     object-position: right;
}

.focus-within\:object-right-bottom:focus-within {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.focus-within\:object-right-top:focus-within {
  -o-object-position: right top;
     object-position: right top;
}

.focus-within\:object-top:focus-within {
  -o-object-position: top;
     object-position: top;
}

.focus\:object-bottom:focus {
  -o-object-position: bottom;
     object-position: bottom;
}

.focus\:object-center:focus {
  -o-object-position: center;
     object-position: center;
}

.focus\:object-left:focus {
  -o-object-position: left;
     object-position: left;
}

.focus\:object-left-bottom:focus {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.focus\:object-left-top:focus {
  -o-object-position: left top;
     object-position: left top;
}

.focus\:object-right:focus {
  -o-object-position: right;
     object-position: right;
}

.focus\:object-right-bottom:focus {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.focus\:object-right-top:focus {
  -o-object-position: right top;
     object-position: right top;
}

.focus\:object-top:focus {
  -o-object-position: top;
     object-position: top;
}

.active\:object-bottom:active {
  -o-object-position: bottom;
     object-position: bottom;
}

.active\:object-center:active {
  -o-object-position: center;
     object-position: center;
}

.active\:object-left:active {
  -o-object-position: left;
     object-position: left;
}

.active\:object-left-bottom:active {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.active\:object-left-top:active {
  -o-object-position: left top;
     object-position: left top;
}

.active\:object-right:active {
  -o-object-position: right;
     object-position: right;
}

.active\:object-right-bottom:active {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.active\:object-right-top:active {
  -o-object-position: right top;
     object-position: right top;
}

.active\:object-top:active {
  -o-object-position: top;
     object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-25 {
  opacity: .25;
}

.group:hover .group-hover\:opacity-50 {
  opacity: .5;
}

.group:hover .group-hover\:opacity-75 {
  opacity: .75;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-25:hover {
  opacity: .25;
}

.hover\:opacity-50:hover {
  opacity: .5;
}

.hover\:opacity-75:hover {
  opacity: .75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus-within\:opacity-0:focus-within {
  opacity: 0;
}

.focus-within\:opacity-25:focus-within {
  opacity: .25;
}

.focus-within\:opacity-50:focus-within {
  opacity: .5;
}

.focus-within\:opacity-75:focus-within {
  opacity: .75;
}

.focus-within\:opacity-100:focus-within {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-25:focus {
  opacity: .25;
}

.focus\:opacity-50:focus {
  opacity: .5;
}

.focus\:opacity-75:focus {
  opacity: .75;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.active\:opacity-0:active {
  opacity: 0;
}

.active\:opacity-25:active {
  opacity: .25;
}

.active\:opacity-50:active {
  opacity: .5;
}

.active\:opacity-75:active {
  opacity: .75;
}

.active\:opacity-100:active {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.group:hover .group-hover\:outline-none {
  outline: 0;
}

.hover\:outline-none:hover {
  outline: 0;
}

.focus-within\:outline-none:focus-within {
  outline: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.active\:outline-none:active {
  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;
}

.group:hover .group-hover\:overflow-auto {
  overflow: auto;
}

.group:hover .group-hover\:overflow-hidden {
  overflow: hidden;
}

.group:hover .group-hover\:overflow-visible {
  overflow: visible;
}

.group:hover .group-hover\:overflow-scroll {
  overflow: scroll;
}

.group:hover .group-hover\:overflow-x-auto {
  overflow-x: auto;
}

.group:hover .group-hover\:overflow-y-auto {
  overflow-y: auto;
}

.group:hover .group-hover\:overflow-x-hidden {
  overflow-x: hidden;
}

.group:hover .group-hover\:overflow-y-hidden {
  overflow-y: hidden;
}

.group:hover .group-hover\:overflow-x-visible {
  overflow-x: visible;
}

.group:hover .group-hover\:overflow-y-visible {
  overflow-y: visible;
}

.group:hover .group-hover\:overflow-x-scroll {
  overflow-x: scroll;
}

.group:hover .group-hover\:overflow-y-scroll {
  overflow-y: scroll;
}

.group:hover .group-hover\:scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.group:hover .group-hover\:scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.hover\:overflow-auto:hover {
  overflow: auto;
}

.hover\:overflow-hidden:hover {
  overflow: hidden;
}

.hover\:overflow-visible:hover {
  overflow: visible;
}

.hover\:overflow-scroll:hover {
  overflow: scroll;
}

.hover\:overflow-x-auto:hover {
  overflow-x: auto;
}

.hover\:overflow-y-auto:hover {
  overflow-y: auto;
}

.hover\:overflow-x-hidden:hover {
  overflow-x: hidden;
}

.hover\:overflow-y-hidden:hover {
  overflow-y: hidden;
}

.hover\:overflow-x-visible:hover {
  overflow-x: visible;
}

.hover\:overflow-y-visible:hover {
  overflow-y: visible;
}

.hover\:overflow-x-scroll:hover {
  overflow-x: scroll;
}

.hover\:overflow-y-scroll:hover {
  overflow-y: scroll;
}

.hover\:scrolling-touch:hover {
  -webkit-overflow-scrolling: touch;
}

.hover\:scrolling-auto:hover {
  -webkit-overflow-scrolling: auto;
}

.focus-within\:overflow-auto:focus-within {
  overflow: auto;
}

.focus-within\:overflow-hidden:focus-within {
  overflow: hidden;
}

.focus-within\:overflow-visible:focus-within {
  overflow: visible;
}

.focus-within\:overflow-scroll:focus-within {
  overflow: scroll;
}

.focus-within\:overflow-x-auto:focus-within {
  overflow-x: auto;
}

.focus-within\:overflow-y-auto:focus-within {
  overflow-y: auto;
}

.focus-within\:overflow-x-hidden:focus-within {
  overflow-x: hidden;
}

.focus-within\:overflow-y-hidden:focus-within {
  overflow-y: hidden;
}

.focus-within\:overflow-x-visible:focus-within {
  overflow-x: visible;
}

.focus-within\:overflow-y-visible:focus-within {
  overflow-y: visible;
}

.focus-within\:overflow-x-scroll:focus-within {
  overflow-x: scroll;
}

.focus-within\:overflow-y-scroll:focus-within {
  overflow-y: scroll;
}

.focus-within\:scrolling-touch:focus-within {
  -webkit-overflow-scrolling: touch;
}

.focus-within\:scrolling-auto:focus-within {
  -webkit-overflow-scrolling: auto;
}

.focus\:overflow-auto:focus {
  overflow: auto;
}

.focus\:overflow-hidden:focus {
  overflow: hidden;
}

.focus\:overflow-visible:focus {
  overflow: visible;
}

.focus\:overflow-scroll:focus {
  overflow: scroll;
}

.focus\:overflow-x-auto:focus {
  overflow-x: auto;
}

.focus\:overflow-y-auto:focus {
  overflow-y: auto;
}

.focus\:overflow-x-hidden:focus {
  overflow-x: hidden;
}

.focus\:overflow-y-hidden:focus {
  overflow-y: hidden;
}

.focus\:overflow-x-visible:focus {
  overflow-x: visible;
}

.focus\:overflow-y-visible:focus {
  overflow-y: visible;
}

.focus\:overflow-x-scroll:focus {
  overflow-x: scroll;
}

.focus\:overflow-y-scroll:focus {
  overflow-y: scroll;
}

.focus\:scrolling-touch:focus {
  -webkit-overflow-scrolling: touch;
}

.focus\:scrolling-auto:focus {
  -webkit-overflow-scrolling: auto;
}

.active\:overflow-auto:active {
  overflow: auto;
}

.active\:overflow-hidden:active {
  overflow: hidden;
}

.active\:overflow-visible:active {
  overflow: visible;
}

.active\:overflow-scroll:active {
  overflow: scroll;
}

.active\:overflow-x-auto:active {
  overflow-x: auto;
}

.active\:overflow-y-auto:active {
  overflow-y: auto;
}

.active\:overflow-x-hidden:active {
  overflow-x: hidden;
}

.active\:overflow-y-hidden:active {
  overflow-y: hidden;
}

.active\:overflow-x-visible:active {
  overflow-x: visible;
}

.active\:overflow-y-visible:active {
  overflow-y: visible;
}

.active\:overflow-x-scroll:active {
  overflow-x: scroll;
}

.active\:overflow-y-scroll:active {
  overflow-y: scroll;
}

.active\:scrolling-touch:active {
  -webkit-overflow-scrolling: touch;
}

.active\:scrolling-auto:active {
  -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-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.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-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-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-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-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;
}

.group:hover .group-hover\:p-0 {
  padding: 0;
}

.group:hover .group-hover\:p-1 {
  padding: .25rem;
}

.group:hover .group-hover\:p-2 {
  padding: .5rem;
}

.group:hover .group-hover\:p-3 {
  padding: .75rem;
}

.group:hover .group-hover\:p-4 {
  padding: 1rem;
}

.group:hover .group-hover\:p-5 {
  padding: 1.25rem;
}

.group:hover .group-hover\:p-6 {
  padding: 1.5rem;
}

.group:hover .group-hover\:p-8 {
  padding: 2rem;
}

.group:hover .group-hover\:p-10 {
  padding: 2.5rem;
}

.group:hover .group-hover\:p-12 {
  padding: 3rem;
}

.group:hover .group-hover\:p-16 {
  padding: 4rem;
}

.group:hover .group-hover\:p-20 {
  padding: 5rem;
}

.group:hover .group-hover\:p-24 {
  padding: 6rem;
}

.group:hover .group-hover\:p-32 {
  padding: 8rem;
}

.group:hover .group-hover\:p-px {
  padding: 1px;
}

.group:hover .group-hover\:py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.group:hover .group-hover\:px-0 {
  padding-left: 0;
  padding-right: 0;
}

.group:hover .group-hover\:py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.group:hover .group-hover\:px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.group:hover .group-hover\:py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.group:hover .group-hover\:px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.group:hover .group-hover\:py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.group:hover .group-hover\:px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.group:hover .group-hover\:py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.group:hover .group-hover\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.group:hover .group-hover\:py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.group:hover .group-hover\:px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.group:hover .group-hover\:py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.group:hover .group-hover\:px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.group:hover .group-hover\:py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.group:hover .group-hover\:px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.group:hover .group-hover\:py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.group:hover .group-hover\:px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.group:hover .group-hover\:py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.group:hover .group-hover\:px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.group:hover .group-hover\:py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.group:hover .group-hover\:px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.group:hover .group-hover\:py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.group:hover .group-hover\:px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.group:hover .group-hover\:py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.group:hover .group-hover\:px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.group:hover .group-hover\:py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.group:hover .group-hover\:px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.group:hover .group-hover\:py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.group:hover .group-hover\:px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.group:hover .group-hover\:pt-0 {
  padding-top: 0;
}

.group:hover .group-hover\:pr-0 {
  padding-right: 0;
}

.group:hover .group-hover\:pb-0 {
  padding-bottom: 0;
}

.group:hover .group-hover\:pl-0 {
  padding-left: 0;
}

.group:hover .group-hover\:pt-1 {
  padding-top: .25rem;
}

.group:hover .group-hover\:pr-1 {
  padding-right: .25rem;
}

.group:hover .group-hover\:pb-1 {
  padding-bottom: .25rem;
}

.group:hover .group-hover\:pl-1 {
  padding-left: .25rem;
}

.group:hover .group-hover\:pt-2 {
  padding-top: .5rem;
}

.group:hover .group-hover\:pr-2 {
  padding-right: .5rem;
}

.group:hover .group-hover\:pb-2 {
  padding-bottom: .5rem;
}

.group:hover .group-hover\:pl-2 {
  padding-left: .5rem;
}

.group:hover .group-hover\:pt-3 {
  padding-top: .75rem;
}

.group:hover .group-hover\:pr-3 {
  padding-right: .75rem;
}

.group:hover .group-hover\:pb-3 {
  padding-bottom: .75rem;
}

.group:hover .group-hover\:pl-3 {
  padding-left: .75rem;
}

.group:hover .group-hover\:pt-4 {
  padding-top: 1rem;
}

.group:hover .group-hover\:pr-4 {
  padding-right: 1rem;
}

.group:hover .group-hover\:pb-4 {
  padding-bottom: 1rem;
}

.group:hover .group-hover\:pl-4 {
  padding-left: 1rem;
}

.group:hover .group-hover\:pt-5 {
  padding-top: 1.25rem;
}

.group:hover .group-hover\:pr-5 {
  padding-right: 1.25rem;
}

.group:hover .group-hover\:pb-5 {
  padding-bottom: 1.25rem;
}

.group:hover .group-hover\:pl-5 {
  padding-left: 1.25rem;
}

.group:hover .group-hover\:pt-6 {
  padding-top: 1.5rem;
}

.group:hover .group-hover\:pr-6 {
  padding-right: 1.5rem;
}

.group:hover .group-hover\:pb-6 {
  padding-bottom: 1.5rem;
}

.group:hover .group-hover\:pl-6 {
  padding-left: 1.5rem;
}

.group:hover .group-hover\:pt-8 {
  padding-top: 2rem;
}

.group:hover .group-hover\:pr-8 {
  padding-right: 2rem;
}

.group:hover .group-hover\:pb-8 {
  padding-bottom: 2rem;
}

.group:hover .group-hover\:pl-8 {
  padding-left: 2rem;
}

.group:hover .group-hover\:pt-10 {
  padding-top: 2.5rem;
}

.group:hover .group-hover\:pr-10 {
  padding-right: 2.5rem;
}

.group:hover .group-hover\:pb-10 {
  padding-bottom: 2.5rem;
}

.group:hover .group-hover\:pl-10 {
  padding-left: 2.5rem;
}

.group:hover .group-hover\:pt-12 {
  padding-top: 3rem;
}

.group:hover .group-hover\:pr-12 {
  padding-right: 3rem;
}

.group:hover .group-hover\:pb-12 {
  padding-bottom: 3rem;
}

.group:hover .group-hover\:pl-12 {
  padding-left: 3rem;
}

.group:hover .group-hover\:pt-16 {
  padding-top: 4rem;
}

.group:hover .group-hover\:pr-16 {
  padding-right: 4rem;
}

.group:hover .group-hover\:pb-16 {
  padding-bottom: 4rem;
}

.group:hover .group-hover\:pl-16 {
  padding-left: 4rem;
}

.group:hover .group-hover\:pt-20 {
  padding-top: 5rem;
}

.group:hover .group-hover\:pr-20 {
  padding-right: 5rem;
}

.group:hover .group-hover\:pb-20 {
  padding-bottom: 5rem;
}

.group:hover .group-hover\:pl-20 {
  padding-left: 5rem;
}

.group:hover .group-hover\:pt-24 {
  padding-top: 6rem;
}

.group:hover .group-hover\:pr-24 {
  padding-right: 6rem;
}

.group:hover .group-hover\:pb-24 {
  padding-bottom: 6rem;
}

.group:hover .group-hover\:pl-24 {
  padding-left: 6rem;
}

.group:hover .group-hover\:pt-32 {
  padding-top: 8rem;
}

.group:hover .group-hover\:pr-32 {
  padding-right: 8rem;
}

.group:hover .group-hover\:pb-32 {
  padding-bottom: 8rem;
}

.group:hover .group-hover\:pl-32 {
  padding-left: 8rem;
}

.group:hover .group-hover\:pt-px {
  padding-top: 1px;
}

.group:hover .group-hover\:pr-px {
  padding-right: 1px;
}

.group:hover .group-hover\:pb-px {
  padding-bottom: 1px;
}

.group:hover .group-hover\:pl-px {
  padding-left: 1px;
}

.hover\:p-0:hover {
  padding: 0;
}

.hover\:p-1:hover {
  padding: .25rem;
}

.hover\:p-2:hover {
  padding: .5rem;
}

.hover\:p-3:hover {
  padding: .75rem;
}

.hover\:p-4:hover {
  padding: 1rem;
}

.hover\:p-5:hover {
  padding: 1.25rem;
}

.hover\:p-6:hover {
  padding: 1.5rem;
}

.hover\:p-8:hover {
  padding: 2rem;
}

.hover\:p-10:hover {
  padding: 2.5rem;
}

.hover\:p-12:hover {
  padding: 3rem;
}

.hover\:p-16:hover {
  padding: 4rem;
}

.hover\:p-20:hover {
  padding: 5rem;
}

.hover\:p-24:hover {
  padding: 6rem;
}

.hover\:p-32:hover {
  padding: 8rem;
}

.hover\:p-px:hover {
  padding: 1px;
}

.hover\:py-0:hover {
  padding-top: 0;
  padding-bottom: 0;
}

.hover\:px-0:hover {
  padding-left: 0;
  padding-right: 0;
}

.hover\:py-1:hover {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.hover\:px-1:hover {
  padding-left: .25rem;
  padding-right: .25rem;
}

.hover\:py-2:hover {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.hover\:px-2:hover {
  padding-left: .5rem;
  padding-right: .5rem;
}

.hover\:py-3:hover {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.hover\:px-3:hover {
  padding-left: .75rem;
  padding-right: .75rem;
}

.hover\:py-4:hover {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hover\:px-4:hover {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hover\:py-5:hover {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.hover\:px-5:hover {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hover\:py-6:hover {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hover\:px-6:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hover\:py-8:hover {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hover\:px-8:hover {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hover\:py-10:hover {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.hover\:px-10:hover {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hover\:py-12:hover {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hover\:px-12:hover {
  padding-left: 3rem;
  padding-right: 3rem;
}

.hover\:py-16:hover {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hover\:px-16:hover {
  padding-left: 4rem;
  padding-right: 4rem;
}

.hover\:py-20:hover {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hover\:px-20:hover {
  padding-left: 5rem;
  padding-right: 5rem;
}

.hover\:py-24:hover {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hover\:px-24:hover {
  padding-left: 6rem;
  padding-right: 6rem;
}

.hover\:py-32:hover {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hover\:px-32:hover {
  padding-left: 8rem;
  padding-right: 8rem;
}

.hover\:py-px:hover {
  padding-top: 1px;
  padding-bottom: 1px;
}

.hover\:px-px:hover {
  padding-left: 1px;
  padding-right: 1px;
}

.hover\:pt-0:hover {
  padding-top: 0;
}

.hover\:pr-0:hover {
  padding-right: 0;
}

.hover\:pb-0:hover {
  padding-bottom: 0;
}

.hover\:pl-0:hover {
  padding-left: 0;
}

.hover\:pt-1:hover {
  padding-top: .25rem;
}

.hover\:pr-1:hover {
  padding-right: .25rem;
}

.hover\:pb-1:hover {
  padding-bottom: .25rem;
}

.hover\:pl-1:hover {
  padding-left: .25rem;
}

.hover\:pt-2:hover {
  padding-top: .5rem;
}

.hover\:pr-2:hover {
  padding-right: .5rem;
}

.hover\:pb-2:hover {
  padding-bottom: .5rem;
}

.hover\:pl-2:hover {
  padding-left: .5rem;
}

.hover\:pt-3:hover {
  padding-top: .75rem;
}

.hover\:pr-3:hover {
  padding-right: .75rem;
}

.hover\:pb-3:hover {
  padding-bottom: .75rem;
}

.hover\:pl-3:hover {
  padding-left: .75rem;
}

.hover\:pt-4:hover {
  padding-top: 1rem;
}

.hover\:pr-4:hover {
  padding-right: 1rem;
}

.hover\:pb-4:hover {
  padding-bottom: 1rem;
}

.hover\:pl-4:hover {
  padding-left: 1rem;
}

.hover\:pt-5:hover {
  padding-top: 1.25rem;
}

.hover\:pr-5:hover {
  padding-right: 1.25rem;
}

.hover\:pb-5:hover {
  padding-bottom: 1.25rem;
}

.hover\:pl-5:hover {
  padding-left: 1.25rem;
}

.hover\:pt-6:hover {
  padding-top: 1.5rem;
}

.hover\:pr-6:hover {
  padding-right: 1.5rem;
}

.hover\:pb-6:hover {
  padding-bottom: 1.5rem;
}

.hover\:pl-6:hover {
  padding-left: 1.5rem;
}

.hover\:pt-8:hover {
  padding-top: 2rem;
}

.hover\:pr-8:hover {
  padding-right: 2rem;
}

.hover\:pb-8:hover {
  padding-bottom: 2rem;
}

.hover\:pl-8:hover {
  padding-left: 2rem;
}

.hover\:pt-10:hover {
  padding-top: 2.5rem;
}

.hover\:pr-10:hover {
  padding-right: 2.5rem;
}

.hover\:pb-10:hover {
  padding-bottom: 2.5rem;
}

.hover\:pl-10:hover {
  padding-left: 2.5rem;
}

.hover\:pt-12:hover {
  padding-top: 3rem;
}

.hover\:pr-12:hover {
  padding-right: 3rem;
}

.hover\:pb-12:hover {
  padding-bottom: 3rem;
}

.hover\:pl-12:hover {
  padding-left: 3rem;
}

.hover\:pt-16:hover {
  padding-top: 4rem;
}

.hover\:pr-16:hover {
  padding-right: 4rem;
}

.hover\:pb-16:hover {
  padding-bottom: 4rem;
}

.hover\:pl-16:hover {
  padding-left: 4rem;
}

.hover\:pt-20:hover {
  padding-top: 5rem;
}

.hover\:pr-20:hover {
  padding-right: 5rem;
}

.hover\:pb-20:hover {
  padding-bottom: 5rem;
}

.hover\:pl-20:hover {
  padding-left: 5rem;
}

.hover\:pt-24:hover {
  padding-top: 6rem;
}

.hover\:pr-24:hover {
  padding-right: 6rem;
}

.hover\:pb-24:hover {
  padding-bottom: 6rem;
}

.hover\:pl-24:hover {
  padding-left: 6rem;
}

.hover\:pt-32:hover {
  padding-top: 8rem;
}

.hover\:pr-32:hover {
  padding-right: 8rem;
}

.hover\:pb-32:hover {
  padding-bottom: 8rem;
}

.hover\:pl-32:hover {
  padding-left: 8rem;
}

.hover\:pt-px:hover {
  padding-top: 1px;
}

.hover\:pr-px:hover {
  padding-right: 1px;
}

.hover\:pb-px:hover {
  padding-bottom: 1px;
}

.hover\:pl-px:hover {
  padding-left: 1px;
}

.focus-within\:p-0:focus-within {
  padding: 0;
}

.focus-within\:p-1:focus-within {
  padding: .25rem;
}

.focus-within\:p-2:focus-within {
  padding: .5rem;
}

.focus-within\:p-3:focus-within {
  padding: .75rem;
}

.focus-within\:p-4:focus-within {
  padding: 1rem;
}

.focus-within\:p-5:focus-within {
  padding: 1.25rem;
}

.focus-within\:p-6:focus-within {
  padding: 1.5rem;
}

.focus-within\:p-8:focus-within {
  padding: 2rem;
}

.focus-within\:p-10:focus-within {
  padding: 2.5rem;
}

.focus-within\:p-12:focus-within {
  padding: 3rem;
}

.focus-within\:p-16:focus-within {
  padding: 4rem;
}

.focus-within\:p-20:focus-within {
  padding: 5rem;
}

.focus-within\:p-24:focus-within {
  padding: 6rem;
}

.focus-within\:p-32:focus-within {
  padding: 8rem;
}

.focus-within\:p-px:focus-within {
  padding: 1px;
}

.focus-within\:py-0:focus-within {
  padding-top: 0;
  padding-bottom: 0;
}

.focus-within\:px-0:focus-within {
  padding-left: 0;
  padding-right: 0;
}

.focus-within\:py-1:focus-within {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.focus-within\:px-1:focus-within {
  padding-left: .25rem;
  padding-right: .25rem;
}

.focus-within\:py-2:focus-within {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.focus-within\:px-2:focus-within {
  padding-left: .5rem;
  padding-right: .5rem;
}

.focus-within\:py-3:focus-within {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.focus-within\:px-3:focus-within {
  padding-left: .75rem;
  padding-right: .75rem;
}

.focus-within\:py-4:focus-within {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.focus-within\:px-4:focus-within {
  padding-left: 1rem;
  padding-right: 1rem;
}

.focus-within\:py-5:focus-within {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.focus-within\:px-5:focus-within {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.focus-within\:py-6:focus-within {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.focus-within\:px-6:focus-within {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.focus-within\:py-8:focus-within {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.focus-within\:px-8:focus-within {
  padding-left: 2rem;
  padding-right: 2rem;
}

.focus-within\:py-10:focus-within {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.focus-within\:px-10:focus-within {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.focus-within\:py-12:focus-within {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.focus-within\:px-12:focus-within {
  padding-left: 3rem;
  padding-right: 3rem;
}

.focus-within\:py-16:focus-within {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.focus-within\:px-16:focus-within {
  padding-left: 4rem;
  padding-right: 4rem;
}

.focus-within\:py-20:focus-within {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.focus-within\:px-20:focus-within {
  padding-left: 5rem;
  padding-right: 5rem;
}

.focus-within\:py-24:focus-within {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.focus-within\:px-24:focus-within {
  padding-left: 6rem;
  padding-right: 6rem;
}

.focus-within\:py-32:focus-within {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.focus-within\:px-32:focus-within {
  padding-left: 8rem;
  padding-right: 8rem;
}

.focus-within\:py-px:focus-within {
  padding-top: 1px;
  padding-bottom: 1px;
}

.focus-within\:px-px:focus-within {
  padding-left: 1px;
  padding-right: 1px;
}

.focus-within\:pt-0:focus-within {
  padding-top: 0;
}

.focus-within\:pr-0:focus-within {
  padding-right: 0;
}

.focus-within\:pb-0:focus-within {
  padding-bottom: 0;
}

.focus-within\:pl-0:focus-within {
  padding-left: 0;
}

.focus-within\:pt-1:focus-within {
  padding-top: .25rem;
}

.focus-within\:pr-1:focus-within {
  padding-right: .25rem;
}

.focus-within\:pb-1:focus-within {
  padding-bottom: .25rem;
}

.focus-within\:pl-1:focus-within {
  padding-left: .25rem;
}

.focus-within\:pt-2:focus-within {
  padding-top: .5rem;
}

.focus-within\:pr-2:focus-within {
  padding-right: .5rem;
}

.focus-within\:pb-2:focus-within {
  padding-bottom: .5rem;
}

.focus-within\:pl-2:focus-within {
  padding-left: .5rem;
}

.focus-within\:pt-3:focus-within {
  padding-top: .75rem;
}

.focus-within\:pr-3:focus-within {
  padding-right: .75rem;
}

.focus-within\:pb-3:focus-within {
  padding-bottom: .75rem;
}

.focus-within\:pl-3:focus-within {
  padding-left: .75rem;
}

.focus-within\:pt-4:focus-within {
  padding-top: 1rem;
}

.focus-within\:pr-4:focus-within {
  padding-right: 1rem;
}

.focus-within\:pb-4:focus-within {
  padding-bottom: 1rem;
}

.focus-within\:pl-4:focus-within {
  padding-left: 1rem;
}

.focus-within\:pt-5:focus-within {
  padding-top: 1.25rem;
}

.focus-within\:pr-5:focus-within {
  padding-right: 1.25rem;
}

.focus-within\:pb-5:focus-within {
  padding-bottom: 1.25rem;
}

.focus-within\:pl-5:focus-within {
  padding-left: 1.25rem;
}

.focus-within\:pt-6:focus-within {
  padding-top: 1.5rem;
}

.focus-within\:pr-6:focus-within {
  padding-right: 1.5rem;
}

.focus-within\:pb-6:focus-within {
  padding-bottom: 1.5rem;
}

.focus-within\:pl-6:focus-within {
  padding-left: 1.5rem;
}

.focus-within\:pt-8:focus-within {
  padding-top: 2rem;
}

.focus-within\:pr-8:focus-within {
  padding-right: 2rem;
}

.focus-within\:pb-8:focus-within {
  padding-bottom: 2rem;
}

.focus-within\:pl-8:focus-within {
  padding-left: 2rem;
}

.focus-within\:pt-10:focus-within {
  padding-top: 2.5rem;
}

.focus-within\:pr-10:focus-within {
  padding-right: 2.5rem;
}

.focus-within\:pb-10:focus-within {
  padding-bottom: 2.5rem;
}

.focus-within\:pl-10:focus-within {
  padding-left: 2.5rem;
}

.focus-within\:pt-12:focus-within {
  padding-top: 3rem;
}

.focus-within\:pr-12:focus-within {
  padding-right: 3rem;
}

.focus-within\:pb-12:focus-within {
  padding-bottom: 3rem;
}

.focus-within\:pl-12:focus-within {
  padding-left: 3rem;
}

.focus-within\:pt-16:focus-within {
  padding-top: 4rem;
}

.focus-within\:pr-16:focus-within {
  padding-right: 4rem;
}

.focus-within\:pb-16:focus-within {
  padding-bottom: 4rem;
}

.focus-within\:pl-16:focus-within {
  padding-left: 4rem;
}

.focus-within\:pt-20:focus-within {
  padding-top: 5rem;
}

.focus-within\:pr-20:focus-within {
  padding-right: 5rem;
}

.focus-within\:pb-20:focus-within {
  padding-bottom: 5rem;
}

.focus-within\:pl-20:focus-within {
  padding-left: 5rem;
}

.focus-within\:pt-24:focus-within {
  padding-top: 6rem;
}

.focus-within\:pr-24:focus-within {
  padding-right: 6rem;
}

.focus-within\:pb-24:focus-within {
  padding-bottom: 6rem;
}

.focus-within\:pl-24:focus-within {
  padding-left: 6rem;
}

.focus-within\:pt-32:focus-within {
  padding-top: 8rem;
}

.focus-within\:pr-32:focus-within {
  padding-right: 8rem;
}

.focus-within\:pb-32:focus-within {
  padding-bottom: 8rem;
}

.focus-within\:pl-32:focus-within {
  padding-left: 8rem;
}

.focus-within\:pt-px:focus-within {
  padding-top: 1px;
}

.focus-within\:pr-px:focus-within {
  padding-right: 1px;
}

.focus-within\:pb-px:focus-within {
  padding-bottom: 1px;
}

.focus-within\:pl-px:focus-within {
  padding-left: 1px;
}

.focus\:p-0:focus {
  padding: 0;
}

.focus\:p-1:focus {
  padding: .25rem;
}

.focus\:p-2:focus {
  padding: .5rem;
}

.focus\:p-3:focus {
  padding: .75rem;
}

.focus\:p-4:focus {
  padding: 1rem;
}

.focus\:p-5:focus {
  padding: 1.25rem;
}

.focus\:p-6:focus {
  padding: 1.5rem;
}

.focus\:p-8:focus {
  padding: 2rem;
}

.focus\:p-10:focus {
  padding: 2.5rem;
}

.focus\:p-12:focus {
  padding: 3rem;
}

.focus\:p-16:focus {
  padding: 4rem;
}

.focus\:p-20:focus {
  padding: 5rem;
}

.focus\:p-24:focus {
  padding: 6rem;
}

.focus\:p-32:focus {
  padding: 8rem;
}

.focus\:p-px:focus {
  padding: 1px;
}

.focus\:py-0:focus {
  padding-top: 0;
  padding-bottom: 0;
}

.focus\:px-0:focus {
  padding-left: 0;
  padding-right: 0;
}

.focus\:py-1:focus {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.focus\:px-1:focus {
  padding-left: .25rem;
  padding-right: .25rem;
}

.focus\:py-2:focus {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.focus\:px-2:focus {
  padding-left: .5rem;
  padding-right: .5rem;
}

.focus\:py-3:focus {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.focus\:px-3:focus {
  padding-left: .75rem;
  padding-right: .75rem;
}

.focus\:py-4:focus {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.focus\:px-4:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}

.focus\:py-5:focus {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.focus\:px-5:focus {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.focus\:py-6:focus {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.focus\:px-6:focus {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.focus\:py-8:focus {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.focus\:px-8:focus {
  padding-left: 2rem;
  padding-right: 2rem;
}

.focus\:py-10:focus {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.focus\:px-10:focus {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.focus\:py-12:focus {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.focus\:px-12:focus {
  padding-left: 3rem;
  padding-right: 3rem;
}

.focus\:py-16:focus {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.focus\:px-16:focus {
  padding-left: 4rem;
  padding-right: 4rem;
}

.focus\:py-20:focus {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.focus\:px-20:focus {
  padding-left: 5rem;
  padding-right: 5rem;
}

.focus\:py-24:focus {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.focus\:px-24:focus {
  padding-left: 6rem;
  padding-right: 6rem;
}

.focus\:py-32:focus {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.focus\:px-32:focus {
  padding-left: 8rem;
  padding-right: 8rem;
}

.focus\:py-px:focus {
  padding-top: 1px;
  padding-bottom: 1px;
}

.focus\:px-px:focus {
  padding-left: 1px;
  padding-right: 1px;
}

.focus\:pt-0:focus {
  padding-top: 0;
}

.focus\:pr-0:focus {
  padding-right: 0;
}

.focus\:pb-0:focus {
  padding-bottom: 0;
}

.focus\:pl-0:focus {
  padding-left: 0;
}

.focus\:pt-1:focus {
  padding-top: .25rem;
}

.focus\:pr-1:focus {
  padding-right: .25rem;
}

.focus\:pb-1:focus {
  padding-bottom: .25rem;
}

.focus\:pl-1:focus {
  padding-left: .25rem;
}

.focus\:pt-2:focus {
  padding-top: .5rem;
}

.focus\:pr-2:focus {
  padding-right: .5rem;
}

.focus\:pb-2:focus {
  padding-bottom: .5rem;
}

.focus\:pl-2:focus {
  padding-left: .5rem;
}

.focus\:pt-3:focus {
  padding-top: .75rem;
}

.focus\:pr-3:focus {
  padding-right: .75rem;
}

.focus\:pb-3:focus {
  padding-bottom: .75rem;
}

.focus\:pl-3:focus {
  padding-left: .75rem;
}

.focus\:pt-4:focus {
  padding-top: 1rem;
}

.focus\:pr-4:focus {
  padding-right: 1rem;
}

.focus\:pb-4:focus {
  padding-bottom: 1rem;
}

.focus\:pl-4:focus {
  padding-left: 1rem;
}

.focus\:pt-5:focus {
  padding-top: 1.25rem;
}

.focus\:pr-5:focus {
  padding-right: 1.25rem;
}

.focus\:pb-5:focus {
  padding-bottom: 1.25rem;
}

.focus\:pl-5:focus {
  padding-left: 1.25rem;
}

.focus\:pt-6:focus {
  padding-top: 1.5rem;
}

.focus\:pr-6:focus {
  padding-right: 1.5rem;
}

.focus\:pb-6:focus {
  padding-bottom: 1.5rem;
}

.focus\:pl-6:focus {
  padding-left: 1.5rem;
}

.focus\:pt-8:focus {
  padding-top: 2rem;
}

.focus\:pr-8:focus {
  padding-right: 2rem;
}

.focus\:pb-8:focus {
  padding-bottom: 2rem;
}

.focus\:pl-8:focus {
  padding-left: 2rem;
}

.focus\:pt-10:focus {
  padding-top: 2.5rem;
}

.focus\:pr-10:focus {
  padding-right: 2.5rem;
}

.focus\:pb-10:focus {
  padding-bottom: 2.5rem;
}

.focus\:pl-10:focus {
  padding-left: 2.5rem;
}

.focus\:pt-12:focus {
  padding-top: 3rem;
}

.focus\:pr-12:focus {
  padding-right: 3rem;
}

.focus\:pb-12:focus {
  padding-bottom: 3rem;
}

.focus\:pl-12:focus {
  padding-left: 3rem;
}

.focus\:pt-16:focus {
  padding-top: 4rem;
}

.focus\:pr-16:focus {
  padding-right: 4rem;
}

.focus\:pb-16:focus {
  padding-bottom: 4rem;
}

.focus\:pl-16:focus {
  padding-left: 4rem;
}

.focus\:pt-20:focus {
  padding-top: 5rem;
}

.focus\:pr-20:focus {
  padding-right: 5rem;
}

.focus\:pb-20:focus {
  padding-bottom: 5rem;
}

.focus\:pl-20:focus {
  padding-left: 5rem;
}

.focus\:pt-24:focus {
  padding-top: 6rem;
}

.focus\:pr-24:focus {
  padding-right: 6rem;
}

.focus\:pb-24:focus {
  padding-bottom: 6rem;
}

.focus\:pl-24:focus {
  padding-left: 6rem;
}

.focus\:pt-32:focus {
  padding-top: 8rem;
}

.focus\:pr-32:focus {
  padding-right: 8rem;
}

.focus\:pb-32:focus {
  padding-bottom: 8rem;
}

.focus\:pl-32:focus {
  padding-left: 8rem;
}

.focus\:pt-px:focus {
  padding-top: 1px;
}

.focus\:pr-px:focus {
  padding-right: 1px;
}

.focus\:pb-px:focus {
  padding-bottom: 1px;
}

.focus\:pl-px:focus {
  padding-left: 1px;
}

.active\:p-0:active {
  padding: 0;
}

.active\:p-1:active {
  padding: .25rem;
}

.active\:p-2:active {
  padding: .5rem;
}

.active\:p-3:active {
  padding: .75rem;
}

.active\:p-4:active {
  padding: 1rem;
}

.active\:p-5:active {
  padding: 1.25rem;
}

.active\:p-6:active {
  padding: 1.5rem;
}

.active\:p-8:active {
  padding: 2rem;
}

.active\:p-10:active {
  padding: 2.5rem;
}

.active\:p-12:active {
  padding: 3rem;
}

.active\:p-16:active {
  padding: 4rem;
}

.active\:p-20:active {
  padding: 5rem;
}

.active\:p-24:active {
  padding: 6rem;
}

.active\:p-32:active {
  padding: 8rem;
}

.active\:p-px:active {
  padding: 1px;
}

.active\:py-0:active {
  padding-top: 0;
  padding-bottom: 0;
}

.active\:px-0:active {
  padding-left: 0;
  padding-right: 0;
}

.active\:py-1:active {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.active\:px-1:active {
  padding-left: .25rem;
  padding-right: .25rem;
}

.active\:py-2:active {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.active\:px-2:active {
  padding-left: .5rem;
  padding-right: .5rem;
}

.active\:py-3:active {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.active\:px-3:active {
  padding-left: .75rem;
  padding-right: .75rem;
}

.active\:py-4:active {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.active\:px-4:active {
  padding-left: 1rem;
  padding-right: 1rem;
}

.active\:py-5:active {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.active\:px-5:active {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.active\:py-6:active {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.active\:px-6:active {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.active\:py-8:active {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.active\:px-8:active {
  padding-left: 2rem;
  padding-right: 2rem;
}

.active\:py-10:active {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.active\:px-10:active {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.active\:py-12:active {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.active\:px-12:active {
  padding-left: 3rem;
  padding-right: 3rem;
}

.active\:py-16:active {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.active\:px-16:active {
  padding-left: 4rem;
  padding-right: 4rem;
}

.active\:py-20:active {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.active\:px-20:active {
  padding-left: 5rem;
  padding-right: 5rem;
}

.active\:py-24:active {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.active\:px-24:active {
  padding-left: 6rem;
  padding-right: 6rem;
}

.active\:py-32:active {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.active\:px-32:active {
  padding-left: 8rem;
  padding-right: 8rem;
}

.active\:py-px:active {
  padding-top: 1px;
  padding-bottom: 1px;
}

.active\:px-px:active {
  padding-left: 1px;
  padding-right: 1px;
}

.active\:pt-0:active {
  padding-top: 0;
}

.active\:pr-0:active {
  padding-right: 0;
}

.active\:pb-0:active {
  padding-bottom: 0;
}

.active\:pl-0:active {
  padding-left: 0;
}

.active\:pt-1:active {
  padding-top: .25rem;
}

.active\:pr-1:active {
  padding-right: .25rem;
}

.active\:pb-1:active {
  padding-bottom: .25rem;
}

.active\:pl-1:active {
  padding-left: .25rem;
}

.active\:pt-2:active {
  padding-top: .5rem;
}

.active\:pr-2:active {
  padding-right: .5rem;
}

.active\:pb-2:active {
  padding-bottom: .5rem;
}

.active\:pl-2:active {
  padding-left: .5rem;
}

.active\:pt-3:active {
  padding-top: .75rem;
}

.active\:pr-3:active {
  padding-right: .75rem;
}

.active\:pb-3:active {
  padding-bottom: .75rem;
}

.active\:pl-3:active {
  padding-left: .75rem;
}

.active\:pt-4:active {
  padding-top: 1rem;
}

.active\:pr-4:active {
  padding-right: 1rem;
}

.active\:pb-4:active {
  padding-bottom: 1rem;
}

.active\:pl-4:active {
  padding-left: 1rem;
}

.active\:pt-5:active {
  padding-top: 1.25rem;
}

.active\:pr-5:active {
  padding-right: 1.25rem;
}

.active\:pb-5:active {
  padding-bottom: 1.25rem;
}

.active\:pl-5:active {
  padding-left: 1.25rem;
}

.active\:pt-6:active {
  padding-top: 1.5rem;
}

.active\:pr-6:active {
  padding-right: 1.5rem;
}

.active\:pb-6:active {
  padding-bottom: 1.5rem;
}

.active\:pl-6:active {
  padding-left: 1.5rem;
}

.active\:pt-8:active {
  padding-top: 2rem;
}

.active\:pr-8:active {
  padding-right: 2rem;
}

.active\:pb-8:active {
  padding-bottom: 2rem;
}

.active\:pl-8:active {
  padding-left: 2rem;
}

.active\:pt-10:active {
  padding-top: 2.5rem;
}

.active\:pr-10:active {
  padding-right: 2.5rem;
}

.active\:pb-10:active {
  padding-bottom: 2.5rem;
}

.active\:pl-10:active {
  padding-left: 2.5rem;
}

.active\:pt-12:active {
  padding-top: 3rem;
}

.active\:pr-12:active {
  padding-right: 3rem;
}

.active\:pb-12:active {
  padding-bottom: 3rem;
}

.active\:pl-12:active {
  padding-left: 3rem;
}

.active\:pt-16:active {
  padding-top: 4rem;
}

.active\:pr-16:active {
  padding-right: 4rem;
}

.active\:pb-16:active {
  padding-bottom: 4rem;
}

.active\:pl-16:active {
  padding-left: 4rem;
}

.active\:pt-20:active {
  padding-top: 5rem;
}

.active\:pr-20:active {
  padding-right: 5rem;
}

.active\:pb-20:active {
  padding-bottom: 5rem;
}

.active\:pl-20:active {
  padding-left: 5rem;
}

.active\:pt-24:active {
  padding-top: 6rem;
}

.active\:pr-24:active {
  padding-right: 6rem;
}

.active\:pb-24:active {
  padding-bottom: 6rem;
}

.active\:pl-24:active {
  padding-left: 6rem;
}

.active\:pt-32:active {
  padding-top: 8rem;
}

.active\:pr-32:active {
  padding-right: 8rem;
}

.active\:pb-32:active {
  padding-bottom: 8rem;
}

.active\:pl-32:active {
  padding-left: 8rem;
}

.active\:pt-px:active {
  padding-top: 1px;
}

.active\:pr-px:active {
  padding-right: 1px;
}

.active\:pb-px:active {
  padding-bottom: 1px;
}

.active\:pl-px:active {
  padding-left: 1px;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:pointer-events-none {
  pointer-events: none;
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.hover\:pointer-events-none:hover {
  pointer-events: none;
}

.hover\:pointer-events-auto:hover {
  pointer-events: auto;
}

.focus-within\:pointer-events-none:focus-within {
  pointer-events: none;
}

.focus-within\:pointer-events-auto:focus-within {
  pointer-events: auto;
}

.focus\:pointer-events-none:focus {
  pointer-events: none;
}

.focus\:pointer-events-auto:focus {
  pointer-events: auto;
}

.active\:pointer-events-none:active {
  pointer-events: none;
}

.active\:pointer-events-auto:active {
  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;
}

.group:hover .group-hover\:static {
  position: static;
}

.group:hover .group-hover\:fixed {
  position: fixed;
}

.group:hover .group-hover\:absolute {
  position: absolute;
}

.group:hover .group-hover\:relative {
  position: relative;
}

.group:hover .group-hover\:sticky {
  position: -webkit-sticky;
  position: sticky;
}

.group:hover .group-hover\:pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.group:hover .group-hover\:pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.group:hover .group-hover\:pin-y {
  top: 0;
  bottom: 0;
}

.group:hover .group-hover\:pin-x {
  right: 0;
  left: 0;
}

.group:hover .group-hover\:pin-t {
  top: 0;
}

.group:hover .group-hover\:pin-r {
  right: 0;
}

.group:hover .group-hover\:pin-b {
  bottom: 0;
}

.group:hover .group-hover\:pin-l {
  left: 0;
}

.hover\:static:hover {
  position: static;
}

.hover\:fixed:hover {
  position: fixed;
}

.hover\:absolute:hover {
  position: absolute;
}

.hover\:relative:hover {
  position: relative;
}

.hover\:sticky:hover {
  position: -webkit-sticky;
  position: sticky;
}

.hover\:pin-none:hover {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.hover\:pin:hover {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hover\:pin-y:hover {
  top: 0;
  bottom: 0;
}

.hover\:pin-x:hover {
  right: 0;
  left: 0;
}

.hover\:pin-t:hover {
  top: 0;
}

.hover\:pin-r:hover {
  right: 0;
}

.hover\:pin-b:hover {
  bottom: 0;
}

.hover\:pin-l:hover {
  left: 0;
}

.focus-within\:static:focus-within {
  position: static;
}

.focus-within\:fixed:focus-within {
  position: fixed;
}

.focus-within\:absolute:focus-within {
  position: absolute;
}

.focus-within\:relative:focus-within {
  position: relative;
}

.focus-within\:sticky:focus-within {
  position: -webkit-sticky;
  position: sticky;
}

.focus-within\:pin-none:focus-within {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.focus-within\:pin:focus-within {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.focus-within\:pin-y:focus-within {
  top: 0;
  bottom: 0;
}

.focus-within\:pin-x:focus-within {
  right: 0;
  left: 0;
}

.focus-within\:pin-t:focus-within {
  top: 0;
}

.focus-within\:pin-r:focus-within {
  right: 0;
}

.focus-within\:pin-b:focus-within {
  bottom: 0;
}

.focus-within\:pin-l:focus-within {
  left: 0;
}

.focus\:static:focus {
  position: static;
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:relative:focus {
  position: relative;
}

.focus\:sticky:focus {
  position: -webkit-sticky;
  position: sticky;
}

.focus\:pin-none:focus {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.focus\:pin:focus {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.focus\:pin-y:focus {
  top: 0;
  bottom: 0;
}

.focus\:pin-x:focus {
  right: 0;
  left: 0;
}

.focus\:pin-t:focus {
  top: 0;
}

.focus\:pin-r:focus {
  right: 0;
}

.focus\:pin-b:focus {
  bottom: 0;
}

.focus\:pin-l:focus {
  left: 0;
}

.active\:static:active {
  position: static;
}

.active\:fixed:active {
  position: fixed;
}

.active\:absolute:active {
  position: absolute;
}

.active\:relative:active {
  position: relative;
}

.active\:sticky:active {
  position: -webkit-sticky;
  position: sticky;
}

.active\:pin-none:active {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.active\:pin:active {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.active\:pin-y:active {
  top: 0;
  bottom: 0;
}

.active\:pin-x:active {
  right: 0;
  left: 0;
}

.active\:pin-t:active {
  top: 0;
}

.active\:pin-r:active {
  right: 0;
}

.active\:pin-b:active {
  bottom: 0;
}

.active\:pin-l:active {
  left: 0;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.group:hover .group-hover\:resize-none {
  resize: none;
}

.group:hover .group-hover\:resize-y {
  resize: vertical;
}

.group:hover .group-hover\:resize-x {
  resize: horizontal;
}

.group:hover .group-hover\:resize {
  resize: both;
}

.hover\:resize-none:hover {
  resize: none;
}

.hover\:resize-y:hover {
  resize: vertical;
}

.hover\:resize-x:hover {
  resize: horizontal;
}

.hover\:resize:hover {
  resize: both;
}

.focus-within\:resize-none:focus-within {
  resize: none;
}

.focus-within\:resize-y:focus-within {
  resize: vertical;
}

.focus-within\:resize-x:focus-within {
  resize: horizontal;
}

.focus-within\:resize:focus-within {
  resize: both;
}

.focus\:resize-none:focus {
  resize: none;
}

.focus\:resize-y:focus {
  resize: vertical;
}

.focus\:resize-x:focus {
  resize: horizontal;
}

.focus\:resize:focus {
  resize: both;
}

.active\:resize-none:active {
  resize: none;
}

.active\:resize-y:active {
  resize: vertical;
}

.active\:resize-x:active {
  resize: horizontal;
}

.active\:resize:active {
  resize: both;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.shadow-outline {
  box-shadow: 0 0 0 2px #6574cd;
}

.shadow-none {
  box-shadow: none;
}

.group:hover .group-hover\:shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.group:hover .group-hover\:shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.group:hover .group-hover\:shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.group:hover .group-hover\:shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.group:hover .group-hover\:shadow-outline {
  box-shadow: 0 0 0 2px #6574cd;
}

.group:hover .group-hover\:shadow-none {
  box-shadow: none;
}

.hover\:shadow:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 2px #6574cd;
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

.focus-within\:shadow:focus-within {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.focus-within\:shadow-md:focus-within {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.focus-within\:shadow-lg:focus-within {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.focus-within\:shadow-inner:focus-within {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.focus-within\:shadow-outline:focus-within {
  box-shadow: 0 0 0 2px #6574cd;
}

.focus-within\:shadow-none:focus-within {
  box-shadow: none;
}

.focus\:shadow:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.focus\:shadow-md:focus {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.focus\:shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 2px #6574cd;
}

.focus\:shadow-none:focus {
  box-shadow: none;
}

.active\:shadow:active {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.active\:shadow-md:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.active\:shadow-lg:active {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.active\:shadow-inner:active {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.active\:shadow-outline:active {
  box-shadow: 0 0 0 2px #6574cd;
}

.active\:shadow-none:active {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.fill-transparent {
  fill: transparent;
}

.fill-black {
  fill: #22292f;
}

.fill-grey-darkest {
  fill: #3d4852;
}

.fill-grey-darker {
  fill: #606f7b;
}

.fill-grey-dark {
  fill: #8795a1;
}

.fill-grey {
  fill: #b8c2cc;
}

.fill-grey-light {
  fill: #dae1e7;
}

.fill-grey-lighter {
  fill: #f1f5f8;
}

.fill-grey-lightest {
  fill: #f8fafc;
}

.fill-white {
  fill: #fff;
}

.fill-red-darkest {
  fill: #3b0d0c;
}

.fill-red-darker {
  fill: #621b18;
}

.fill-red-dark {
  fill: #cc1f1a;
}

.fill-red {
  fill: #e3342f;
}

.fill-red-light {
  fill: #ef5753;
}

.fill-red-lighter {
  fill: #f9acaa;
}

.fill-red-lightest {
  fill: #fcebea;
}

.fill-orange-darkest {
  fill: #462a16;
}

.fill-orange-darker {
  fill: #613b1f;
}

.fill-orange-dark {
  fill: #de751f;
}

.fill-orange {
  fill: #f6993f;
}

.fill-orange-light {
  fill: #faad63;
}

.fill-orange-lighter {
  fill: #fcd9b6;
}

.fill-orange-lightest {
  fill: #fff5eb;
}

.fill-yellow-darkest {
  fill: #453411;
}

.fill-yellow-darker {
  fill: #684f1d;
}

.fill-yellow-dark {
  fill: #f2d024;
}

.fill-yellow {
  fill: #ffed4a;
}

.fill-yellow-light {
  fill: #fff382;
}

.fill-yellow-lighter {
  fill: #fff9c2;
}

.fill-yellow-lightest {
  fill: #fcfbeb;
}

.fill-green-darkest {
  fill: #0f2f21;
}

.fill-green-darker {
  fill: #1a4731;
}

.fill-green-dark {
  fill: #1f9d55;
}

.fill-green {
  fill: #38c172;
}

.fill-green-light {
  fill: #51d88a;
}

.fill-green-lighter {
  fill: #a2f5bf;
}

.fill-green-lightest {
  fill: #e3fcec;
}

.fill-teal-darkest {
  fill: #0d3331;
}

.fill-teal-darker {
  fill: #20504f;
}

.fill-teal-dark {
  fill: #38a89d;
}

.fill-teal {
  fill: #4dc0b5;
}

.fill-teal-light {
  fill: #64d5ca;
}

.fill-teal-lighter {
  fill: #a0f0ed;
}

.fill-teal-lightest {
  fill: #e8fffe;
}

.fill-blue-darkest {
  fill: #12283a;
}

.fill-blue-darker {
  fill: #1c3d5a;
}

.fill-blue-dark {
  fill: #2779bd;
}

.fill-blue {
  fill: #3490dc;
}

.fill-blue-light {
  fill: #6cb2eb;
}

.fill-blue-lighter {
  fill: #bcdefa;
}

.fill-blue-lightest {
  fill: #eff8ff;
}

.fill-indigo-darkest {
  fill: #191e38;
}

.fill-indigo-darker {
  fill: #2f365f;
}

.fill-indigo-dark {
  fill: #5661b3;
}

.fill-indigo {
  fill: #6574cd;
}

.fill-indigo-light {
  fill: #7886d7;
}

.fill-indigo-lighter {
  fill: #b2b7ff;
}

.fill-indigo-lightest {
  fill: #e6e8ff;
}

.fill-purple-darkest {
  fill: #21183c;
}

.fill-purple-darker {
  fill: #382b5f;
}

.fill-purple-dark {
  fill: #794acf;
}

.fill-purple {
  fill: #9561e2;
}

.fill-purple-light {
  fill: #a779e9;
}

.fill-purple-lighter {
  fill: #d6bbfc;
}

.fill-purple-lightest {
  fill: #f3ebff;
}

.fill-pink-darkest {
  fill: #451225;
}

.fill-pink-darker {
  fill: #6f213f;
}

.fill-pink-dark {
  fill: #eb5286;
}

.fill-pink {
  fill: #f66d9b;
}

.fill-pink-light {
  fill: #fa7ea8;
}

.fill-pink-lighter {
  fill: #ffbbca;
}

.fill-pink-lightest {
  fill: #ffebef;
}

.group:hover .group-hover\:fill-current {
  fill: currentColor;
}

.group:hover .group-hover\:fill-transparent {
  fill: transparent;
}

.group:hover .group-hover\:fill-black {
  fill: #22292f;
}

.group:hover .group-hover\:fill-grey-darkest {
  fill: #3d4852;
}

.group:hover .group-hover\:fill-grey-darker {
  fill: #606f7b;
}

.group:hover .group-hover\:fill-grey-dark {
  fill: #8795a1;
}

.group:hover .group-hover\:fill-grey {
  fill: #b8c2cc;
}

.group:hover .group-hover\:fill-grey-light {
  fill: #dae1e7;
}

.group:hover .group-hover\:fill-grey-lighter {
  fill: #f1f5f8;
}

.group:hover .group-hover\:fill-grey-lightest {
  fill: #f8fafc;
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group:hover .group-hover\:fill-red-darkest {
  fill: #3b0d0c;
}

.group:hover .group-hover\:fill-red-darker {
  fill: #621b18;
}

.group:hover .group-hover\:fill-red-dark {
  fill: #cc1f1a;
}

.group:hover .group-hover\:fill-red {
  fill: #e3342f;
}

.group:hover .group-hover\:fill-red-light {
  fill: #ef5753;
}

.group:hover .group-hover\:fill-red-lighter {
  fill: #f9acaa;
}

.group:hover .group-hover\:fill-red-lightest {
  fill: #fcebea;
}

.group:hover .group-hover\:fill-orange-darkest {
  fill: #462a16;
}

.group:hover .group-hover\:fill-orange-darker {
  fill: #613b1f;
}

.group:hover .group-hover\:fill-orange-dark {
  fill: #de751f;
}

.group:hover .group-hover\:fill-orange {
  fill: #f6993f;
}

.group:hover .group-hover\:fill-orange-light {
  fill: #faad63;
}

.group:hover .group-hover\:fill-orange-lighter {
  fill: #fcd9b6;
}

.group:hover .group-hover\:fill-orange-lightest {
  fill: #fff5eb;
}

.group:hover .group-hover\:fill-yellow-darkest {
  fill: #453411;
}

.group:hover .group-hover\:fill-yellow-darker {
  fill: #684f1d;
}

.group:hover .group-hover\:fill-yellow-dark {
  fill: #f2d024;
}

.group:hover .group-hover\:fill-yellow {
  fill: #ffed4a;
}

.group:hover .group-hover\:fill-yellow-light {
  fill: #fff382;
}

.group:hover .group-hover\:fill-yellow-lighter {
  fill: #fff9c2;
}

.group:hover .group-hover\:fill-yellow-lightest {
  fill: #fcfbeb;
}

.group:hover .group-hover\:fill-green-darkest {
  fill: #0f2f21;
}

.group:hover .group-hover\:fill-green-darker {
  fill: #1a4731;
}

.group:hover .group-hover\:fill-green-dark {
  fill: #1f9d55;
}

.group:hover .group-hover\:fill-green {
  fill: #38c172;
}

.group:hover .group-hover\:fill-green-light {
  fill: #51d88a;
}

.group:hover .group-hover\:fill-green-lighter {
  fill: #a2f5bf;
}

.group:hover .group-hover\:fill-green-lightest {
  fill: #e3fcec;
}

.group:hover .group-hover\:fill-teal-darkest {
  fill: #0d3331;
}

.group:hover .group-hover\:fill-teal-darker {
  fill: #20504f;
}

.group:hover .group-hover\:fill-teal-dark {
  fill: #38a89d;
}

.group:hover .group-hover\:fill-teal {
  fill: #4dc0b5;
}

.group:hover .group-hover\:fill-teal-light {
  fill: #64d5ca;
}

.group:hover .group-hover\:fill-teal-lighter {
  fill: #a0f0ed;
}

.group:hover .group-hover\:fill-teal-lightest {
  fill: #e8fffe;
}

.group:hover .group-hover\:fill-blue-darkest {
  fill: #12283a;
}

.group:hover .group-hover\:fill-blue-darker {
  fill: #1c3d5a;
}

.group:hover .group-hover\:fill-blue-dark {
  fill: #2779bd;
}

.group:hover .group-hover\:fill-blue {
  fill: #3490dc;
}

.group:hover .group-hover\:fill-blue-light {
  fill: #6cb2eb;
}

.group:hover .group-hover\:fill-blue-lighter {
  fill: #bcdefa;
}

.group:hover .group-hover\:fill-blue-lightest {
  fill: #eff8ff;
}

.group:hover .group-hover\:fill-indigo-darkest {
  fill: #191e38;
}

.group:hover .group-hover\:fill-indigo-darker {
  fill: #2f365f;
}

.group:hover .group-hover\:fill-indigo-dark {
  fill: #5661b3;
}

.group:hover .group-hover\:fill-indigo {
  fill: #6574cd;
}

.group:hover .group-hover\:fill-indigo-light {
  fill: #7886d7;
}

.group:hover .group-hover\:fill-indigo-lighter {
  fill: #b2b7ff;
}

.group:hover .group-hover\:fill-indigo-lightest {
  fill: #e6e8ff;
}

.group:hover .group-hover\:fill-purple-darkest {
  fill: #21183c;
}

.group:hover .group-hover\:fill-purple-darker {
  fill: #382b5f;
}

.group:hover .group-hover\:fill-purple-dark {
  fill: #794acf;
}

.group:hover .group-hover\:fill-purple {
  fill: #9561e2;
}

.group:hover .group-hover\:fill-purple-light {
  fill: #a779e9;
}

.group:hover .group-hover\:fill-purple-lighter {
  fill: #d6bbfc;
}

.group:hover .group-hover\:fill-purple-lightest {
  fill: #f3ebff;
}

.group:hover .group-hover\:fill-pink-darkest {
  fill: #451225;
}

.group:hover .group-hover\:fill-pink-darker {
  fill: #6f213f;
}

.group:hover .group-hover\:fill-pink-dark {
  fill: #eb5286;
}

.group:hover .group-hover\:fill-pink {
  fill: #f66d9b;
}

.group:hover .group-hover\:fill-pink-light {
  fill: #fa7ea8;
}

.group:hover .group-hover\:fill-pink-lighter {
  fill: #ffbbca;
}

.group:hover .group-hover\:fill-pink-lightest {
  fill: #ffebef;
}

.hover\:fill-current:hover {
  fill: currentColor;
}

.hover\:fill-transparent:hover {
  fill: transparent;
}

.hover\:fill-black:hover {
  fill: #22292f;
}

.hover\:fill-grey-darkest:hover {
  fill: #3d4852;
}

.hover\:fill-grey-darker:hover {
  fill: #606f7b;
}

.hover\:fill-grey-dark:hover {
  fill: #8795a1;
}

.hover\:fill-grey:hover {
  fill: #b8c2cc;
}

.hover\:fill-grey-light:hover {
  fill: #dae1e7;
}

.hover\:fill-grey-lighter:hover {
  fill: #f1f5f8;
}

.hover\:fill-grey-lightest:hover {
  fill: #f8fafc;
}

.hover\:fill-white:hover {
  fill: #fff;
}

.hover\:fill-red-darkest:hover {
  fill: #3b0d0c;
}

.hover\:fill-red-darker:hover {
  fill: #621b18;
}

.hover\:fill-red-dark:hover {
  fill: #cc1f1a;
}

.hover\:fill-red:hover {
  fill: #e3342f;
}

.hover\:fill-red-light:hover {
  fill: #ef5753;
}

.hover\:fill-red-lighter:hover {
  fill: #f9acaa;
}

.hover\:fill-red-lightest:hover {
  fill: #fcebea;
}

.hover\:fill-orange-darkest:hover {
  fill: #462a16;
}

.hover\:fill-orange-darker:hover {
  fill: #613b1f;
}

.hover\:fill-orange-dark:hover {
  fill: #de751f;
}

.hover\:fill-orange:hover {
  fill: #f6993f;
}

.hover\:fill-orange-light:hover {
  fill: #faad63;
}

.hover\:fill-orange-lighter:hover {
  fill: #fcd9b6;
}

.hover\:fill-orange-lightest:hover {
  fill: #fff5eb;
}

.hover\:fill-yellow-darkest:hover {
  fill: #453411;
}

.hover\:fill-yellow-darker:hover {
  fill: #684f1d;
}

.hover\:fill-yellow-dark:hover {
  fill: #f2d024;
}

.hover\:fill-yellow:hover {
  fill: #ffed4a;
}

.hover\:fill-yellow-light:hover {
  fill: #fff382;
}

.hover\:fill-yellow-lighter:hover {
  fill: #fff9c2;
}

.hover\:fill-yellow-lightest:hover {
  fill: #fcfbeb;
}

.hover\:fill-green-darkest:hover {
  fill: #0f2f21;
}

.hover\:fill-green-darker:hover {
  fill: #1a4731;
}

.hover\:fill-green-dark:hover {
  fill: #1f9d55;
}

.hover\:fill-green:hover {
  fill: #38c172;
}

.hover\:fill-green-light:hover {
  fill: #51d88a;
}

.hover\:fill-green-lighter:hover {
  fill: #a2f5bf;
}

.hover\:fill-green-lightest:hover {
  fill: #e3fcec;
}

.hover\:fill-teal-darkest:hover {
  fill: #0d3331;
}

.hover\:fill-teal-darker:hover {
  fill: #20504f;
}

.hover\:fill-teal-dark:hover {
  fill: #38a89d;
}

.hover\:fill-teal:hover {
  fill: #4dc0b5;
}

.hover\:fill-teal-light:hover {
  fill: #64d5ca;
}

.hover\:fill-teal-lighter:hover {
  fill: #a0f0ed;
}

.hover\:fill-teal-lightest:hover {
  fill: #e8fffe;
}

.hover\:fill-blue-darkest:hover {
  fill: #12283a;
}

.hover\:fill-blue-darker:hover {
  fill: #1c3d5a;
}

.hover\:fill-blue-dark:hover {
  fill: #2779bd;
}

.hover\:fill-blue:hover {
  fill: #3490dc;
}

.hover\:fill-blue-light:hover {
  fill: #6cb2eb;
}

.hover\:fill-blue-lighter:hover {
  fill: #bcdefa;
}

.hover\:fill-blue-lightest:hover {
  fill: #eff8ff;
}

.hover\:fill-indigo-darkest:hover {
  fill: #191e38;
}

.hover\:fill-indigo-darker:hover {
  fill: #2f365f;
}

.hover\:fill-indigo-dark:hover {
  fill: #5661b3;
}

.hover\:fill-indigo:hover {
  fill: #6574cd;
}

.hover\:fill-indigo-light:hover {
  fill: #7886d7;
}

.hover\:fill-indigo-lighter:hover {
  fill: #b2b7ff;
}

.hover\:fill-indigo-lightest:hover {
  fill: #e6e8ff;
}

.hover\:fill-purple-darkest:hover {
  fill: #21183c;
}

.hover\:fill-purple-darker:hover {
  fill: #382b5f;
}

.hover\:fill-purple-dark:hover {
  fill: #794acf;
}

.hover\:fill-purple:hover {
  fill: #9561e2;
}

.hover\:fill-purple-light:hover {
  fill: #a779e9;
}

.hover\:fill-purple-lighter:hover {
  fill: #d6bbfc;
}

.hover\:fill-purple-lightest:hover {
  fill: #f3ebff;
}

.hover\:fill-pink-darkest:hover {
  fill: #451225;
}

.hover\:fill-pink-darker:hover {
  fill: #6f213f;
}

.hover\:fill-pink-dark:hover {
  fill: #eb5286;
}

.hover\:fill-pink:hover {
  fill: #f66d9b;
}

.hover\:fill-pink-light:hover {
  fill: #fa7ea8;
}

.hover\:fill-pink-lighter:hover {
  fill: #ffbbca;
}

.hover\:fill-pink-lightest:hover {
  fill: #ffebef;
}

.focus-within\:fill-current:focus-within {
  fill: currentColor;
}

.focus-within\:fill-transparent:focus-within {
  fill: transparent;
}

.focus-within\:fill-black:focus-within {
  fill: #22292f;
}

.focus-within\:fill-grey-darkest:focus-within {
  fill: #3d4852;
}

.focus-within\:fill-grey-darker:focus-within {
  fill: #606f7b;
}

.focus-within\:fill-grey-dark:focus-within {
  fill: #8795a1;
}

.focus-within\:fill-grey:focus-within {
  fill: #b8c2cc;
}

.focus-within\:fill-grey-light:focus-within {
  fill: #dae1e7;
}

.focus-within\:fill-grey-lighter:focus-within {
  fill: #f1f5f8;
}

.focus-within\:fill-grey-lightest:focus-within {
  fill: #f8fafc;
}

.focus-within\:fill-white:focus-within {
  fill: #fff;
}

.focus-within\:fill-red-darkest:focus-within {
  fill: #3b0d0c;
}

.focus-within\:fill-red-darker:focus-within {
  fill: #621b18;
}

.focus-within\:fill-red-dark:focus-within {
  fill: #cc1f1a;
}

.focus-within\:fill-red:focus-within {
  fill: #e3342f;
}

.focus-within\:fill-red-light:focus-within {
  fill: #ef5753;
}

.focus-within\:fill-red-lighter:focus-within {
  fill: #f9acaa;
}

.focus-within\:fill-red-lightest:focus-within {
  fill: #fcebea;
}

.focus-within\:fill-orange-darkest:focus-within {
  fill: #462a16;
}

.focus-within\:fill-orange-darker:focus-within {
  fill: #613b1f;
}

.focus-within\:fill-orange-dark:focus-within {
  fill: #de751f;
}

.focus-within\:fill-orange:focus-within {
  fill: #f6993f;
}

.focus-within\:fill-orange-light:focus-within {
  fill: #faad63;
}

.focus-within\:fill-orange-lighter:focus-within {
  fill: #fcd9b6;
}

.focus-within\:fill-orange-lightest:focus-within {
  fill: #fff5eb;
}

.focus-within\:fill-yellow-darkest:focus-within {
  fill: #453411;
}

.focus-within\:fill-yellow-darker:focus-within {
  fill: #684f1d;
}

.focus-within\:fill-yellow-dark:focus-within {
  fill: #f2d024;
}

.focus-within\:fill-yellow:focus-within {
  fill: #ffed4a;
}

.focus-within\:fill-yellow-light:focus-within {
  fill: #fff382;
}

.focus-within\:fill-yellow-lighter:focus-within {
  fill: #fff9c2;
}

.focus-within\:fill-yellow-lightest:focus-within {
  fill: #fcfbeb;
}

.focus-within\:fill-green-darkest:focus-within {
  fill: #0f2f21;
}

.focus-within\:fill-green-darker:focus-within {
  fill: #1a4731;
}

.focus-within\:fill-green-dark:focus-within {
  fill: #1f9d55;
}

.focus-within\:fill-green:focus-within {
  fill: #38c172;
}

.focus-within\:fill-green-light:focus-within {
  fill: #51d88a;
}

.focus-within\:fill-green-lighter:focus-within {
  fill: #a2f5bf;
}

.focus-within\:fill-green-lightest:focus-within {
  fill: #e3fcec;
}

.focus-within\:fill-teal-darkest:focus-within {
  fill: #0d3331;
}

.focus-within\:fill-teal-darker:focus-within {
  fill: #20504f;
}

.focus-within\:fill-teal-dark:focus-within {
  fill: #38a89d;
}

.focus-within\:fill-teal:focus-within {
  fill: #4dc0b5;
}

.focus-within\:fill-teal-light:focus-within {
  fill: #64d5ca;
}

.focus-within\:fill-teal-lighter:focus-within {
  fill: #a0f0ed;
}

.focus-within\:fill-teal-lightest:focus-within {
  fill: #e8fffe;
}

.focus-within\:fill-blue-darkest:focus-within {
  fill: #12283a;
}

.focus-within\:fill-blue-darker:focus-within {
  fill: #1c3d5a;
}

.focus-within\:fill-blue-dark:focus-within {
  fill: #2779bd;
}

.focus-within\:fill-blue:focus-within {
  fill: #3490dc;
}

.focus-within\:fill-blue-light:focus-within {
  fill: #6cb2eb;
}

.focus-within\:fill-blue-lighter:focus-within {
  fill: #bcdefa;
}

.focus-within\:fill-blue-lightest:focus-within {
  fill: #eff8ff;
}

.focus-within\:fill-indigo-darkest:focus-within {
  fill: #191e38;
}

.focus-within\:fill-indigo-darker:focus-within {
  fill: #2f365f;
}

.focus-within\:fill-indigo-dark:focus-within {
  fill: #5661b3;
}

.focus-within\:fill-indigo:focus-within {
  fill: #6574cd;
}

.focus-within\:fill-indigo-light:focus-within {
  fill: #7886d7;
}

.focus-within\:fill-indigo-lighter:focus-within {
  fill: #b2b7ff;
}

.focus-within\:fill-indigo-lightest:focus-within {
  fill: #e6e8ff;
}

.focus-within\:fill-purple-darkest:focus-within {
  fill: #21183c;
}

.focus-within\:fill-purple-darker:focus-within {
  fill: #382b5f;
}

.focus-within\:fill-purple-dark:focus-within {
  fill: #794acf;
}

.focus-within\:fill-purple:focus-within {
  fill: #9561e2;
}

.focus-within\:fill-purple-light:focus-within {
  fill: #a779e9;
}

.focus-within\:fill-purple-lighter:focus-within {
  fill: #d6bbfc;
}

.focus-within\:fill-purple-lightest:focus-within {
  fill: #f3ebff;
}

.focus-within\:fill-pink-darkest:focus-within {
  fill: #451225;
}

.focus-within\:fill-pink-darker:focus-within {
  fill: #6f213f;
}

.focus-within\:fill-pink-dark:focus-within {
  fill: #eb5286;
}

.focus-within\:fill-pink:focus-within {
  fill: #f66d9b;
}

.focus-within\:fill-pink-light:focus-within {
  fill: #fa7ea8;
}

.focus-within\:fill-pink-lighter:focus-within {
  fill: #ffbbca;
}

.focus-within\:fill-pink-lightest:focus-within {
  fill: #ffebef;
}

.focus\:fill-current:focus {
  fill: currentColor;
}

.focus\:fill-transparent:focus {
  fill: transparent;
}

.focus\:fill-black:focus {
  fill: #22292f;
}

.focus\:fill-grey-darkest:focus {
  fill: #3d4852;
}

.focus\:fill-grey-darker:focus {
  fill: #606f7b;
}

.focus\:fill-grey-dark:focus {
  fill: #8795a1;
}

.focus\:fill-grey:focus {
  fill: #b8c2cc;
}

.focus\:fill-grey-light:focus {
  fill: #dae1e7;
}

.focus\:fill-grey-lighter:focus {
  fill: #f1f5f8;
}

.focus\:fill-grey-lightest:focus {
  fill: #f8fafc;
}

.focus\:fill-white:focus {
  fill: #fff;
}

.focus\:fill-red-darkest:focus {
  fill: #3b0d0c;
}

.focus\:fill-red-darker:focus {
  fill: #621b18;
}

.focus\:fill-red-dark:focus {
  fill: #cc1f1a;
}

.focus\:fill-red:focus {
  fill: #e3342f;
}

.focus\:fill-red-light:focus {
  fill: #ef5753;
}

.focus\:fill-red-lighter:focus {
  fill: #f9acaa;
}

.focus\:fill-red-lightest:focus {
  fill: #fcebea;
}

.focus\:fill-orange-darkest:focus {
  fill: #462a16;
}

.focus\:fill-orange-darker:focus {
  fill: #613b1f;
}

.focus\:fill-orange-dark:focus {
  fill: #de751f;
}

.focus\:fill-orange:focus {
  fill: #f6993f;
}

.focus\:fill-orange-light:focus {
  fill: #faad63;
}

.focus\:fill-orange-lighter:focus {
  fill: #fcd9b6;
}

.focus\:fill-orange-lightest:focus {
  fill: #fff5eb;
}

.focus\:fill-yellow-darkest:focus {
  fill: #453411;
}

.focus\:fill-yellow-darker:focus {
  fill: #684f1d;
}

.focus\:fill-yellow-dark:focus {
  fill: #f2d024;
}

.focus\:fill-yellow:focus {
  fill: #ffed4a;
}

.focus\:fill-yellow-light:focus {
  fill: #fff382;
}

.focus\:fill-yellow-lighter:focus {
  fill: #fff9c2;
}

.focus\:fill-yellow-lightest:focus {
  fill: #fcfbeb;
}

.focus\:fill-green-darkest:focus {
  fill: #0f2f21;
}

.focus\:fill-green-darker:focus {
  fill: #1a4731;
}

.focus\:fill-green-dark:focus {
  fill: #1f9d55;
}

.focus\:fill-green:focus {
  fill: #38c172;
}

.focus\:fill-green-light:focus {
  fill: #51d88a;
}

.focus\:fill-green-lighter:focus {
  fill: #a2f5bf;
}

.focus\:fill-green-lightest:focus {
  fill: #e3fcec;
}

.focus\:fill-teal-darkest:focus {
  fill: #0d3331;
}

.focus\:fill-teal-darker:focus {
  fill: #20504f;
}

.focus\:fill-teal-dark:focus {
  fill: #38a89d;
}

.focus\:fill-teal:focus {
  fill: #4dc0b5;
}

.focus\:fill-teal-light:focus {
  fill: #64d5ca;
}

.focus\:fill-teal-lighter:focus {
  fill: #a0f0ed;
}

.focus\:fill-teal-lightest:focus {
  fill: #e8fffe;
}

.focus\:fill-blue-darkest:focus {
  fill: #12283a;
}

.focus\:fill-blue-darker:focus {
  fill: #1c3d5a;
}

.focus\:fill-blue-dark:focus {
  fill: #2779bd;
}

.focus\:fill-blue:focus {
  fill: #3490dc;
}

.focus\:fill-blue-light:focus {
  fill: #6cb2eb;
}

.focus\:fill-blue-lighter:focus {
  fill: #bcdefa;
}

.focus\:fill-blue-lightest:focus {
  fill: #eff8ff;
}

.focus\:fill-indigo-darkest:focus {
  fill: #191e38;
}

.focus\:fill-indigo-darker:focus {
  fill: #2f365f;
}

.focus\:fill-indigo-dark:focus {
  fill: #5661b3;
}

.focus\:fill-indigo:focus {
  fill: #6574cd;
}

.focus\:fill-indigo-light:focus {
  fill: #7886d7;
}

.focus\:fill-indigo-lighter:focus {
  fill: #b2b7ff;
}

.focus\:fill-indigo-lightest:focus {
  fill: #e6e8ff;
}

.focus\:fill-purple-darkest:focus {
  fill: #21183c;
}

.focus\:fill-purple-darker:focus {
  fill: #382b5f;
}

.focus\:fill-purple-dark:focus {
  fill: #794acf;
}

.focus\:fill-purple:focus {
  fill: #9561e2;
}

.focus\:fill-purple-light:focus {
  fill: #a779e9;
}

.focus\:fill-purple-lighter:focus {
  fill: #d6bbfc;
}

.focus\:fill-purple-lightest:focus {
  fill: #f3ebff;
}

.focus\:fill-pink-darkest:focus {
  fill: #451225;
}

.focus\:fill-pink-darker:focus {
  fill: #6f213f;
}

.focus\:fill-pink-dark:focus {
  fill: #eb5286;
}

.focus\:fill-pink:focus {
  fill: #f66d9b;
}

.focus\:fill-pink-light:focus {
  fill: #fa7ea8;
}

.focus\:fill-pink-lighter:focus {
  fill: #ffbbca;
}

.focus\:fill-pink-lightest:focus {
  fill: #ffebef;
}

.active\:fill-current:active {
  fill: currentColor;
}

.active\:fill-transparent:active {
  fill: transparent;
}

.active\:fill-black:active {
  fill: #22292f;
}

.active\:fill-grey-darkest:active {
  fill: #3d4852;
}

.active\:fill-grey-darker:active {
  fill: #606f7b;
}

.active\:fill-grey-dark:active {
  fill: #8795a1;
}

.active\:fill-grey:active {
  fill: #b8c2cc;
}

.active\:fill-grey-light:active {
  fill: #dae1e7;
}

.active\:fill-grey-lighter:active {
  fill: #f1f5f8;
}

.active\:fill-grey-lightest:active {
  fill: #f8fafc;
}

.active\:fill-white:active {
  fill: #fff;
}

.active\:fill-red-darkest:active {
  fill: #3b0d0c;
}

.active\:fill-red-darker:active {
  fill: #621b18;
}

.active\:fill-red-dark:active {
  fill: #cc1f1a;
}

.active\:fill-red:active {
  fill: #e3342f;
}

.active\:fill-red-light:active {
  fill: #ef5753;
}

.active\:fill-red-lighter:active {
  fill: #f9acaa;
}

.active\:fill-red-lightest:active {
  fill: #fcebea;
}

.active\:fill-orange-darkest:active {
  fill: #462a16;
}

.active\:fill-orange-darker:active {
  fill: #613b1f;
}

.active\:fill-orange-dark:active {
  fill: #de751f;
}

.active\:fill-orange:active {
  fill: #f6993f;
}

.active\:fill-orange-light:active {
  fill: #faad63;
}

.active\:fill-orange-lighter:active {
  fill: #fcd9b6;
}

.active\:fill-orange-lightest:active {
  fill: #fff5eb;
}

.active\:fill-yellow-darkest:active {
  fill: #453411;
}

.active\:fill-yellow-darker:active {
  fill: #684f1d;
}

.active\:fill-yellow-dark:active {
  fill: #f2d024;
}

.active\:fill-yellow:active {
  fill: #ffed4a;
}

.active\:fill-yellow-light:active {
  fill: #fff382;
}

.active\:fill-yellow-lighter:active {
  fill: #fff9c2;
}

.active\:fill-yellow-lightest:active {
  fill: #fcfbeb;
}

.active\:fill-green-darkest:active {
  fill: #0f2f21;
}

.active\:fill-green-darker:active {
  fill: #1a4731;
}

.active\:fill-green-dark:active {
  fill: #1f9d55;
}

.active\:fill-green:active {
  fill: #38c172;
}

.active\:fill-green-light:active {
  fill: #51d88a;
}

.active\:fill-green-lighter:active {
  fill: #a2f5bf;
}

.active\:fill-green-lightest:active {
  fill: #e3fcec;
}

.active\:fill-teal-darkest:active {
  fill: #0d3331;
}

.active\:fill-teal-darker:active {
  fill: #20504f;
}

.active\:fill-teal-dark:active {
  fill: #38a89d;
}

.active\:fill-teal:active {
  fill: #4dc0b5;
}

.active\:fill-teal-light:active {
  fill: #64d5ca;
}

.active\:fill-teal-lighter:active {
  fill: #a0f0ed;
}

.active\:fill-teal-lightest:active {
  fill: #e8fffe;
}

.active\:fill-blue-darkest:active {
  fill: #12283a;
}

.active\:fill-blue-darker:active {
  fill: #1c3d5a;
}

.active\:fill-blue-dark:active {
  fill: #2779bd;
}

.active\:fill-blue:active {
  fill: #3490dc;
}

.active\:fill-blue-light:active {
  fill: #6cb2eb;
}

.active\:fill-blue-lighter:active {
  fill: #bcdefa;
}

.active\:fill-blue-lightest:active {
  fill: #eff8ff;
}

.active\:fill-indigo-darkest:active {
  fill: #191e38;
}

.active\:fill-indigo-darker:active {
  fill: #2f365f;
}

.active\:fill-indigo-dark:active {
  fill: #5661b3;
}

.active\:fill-indigo:active {
  fill: #6574cd;
}

.active\:fill-indigo-light:active {
  fill: #7886d7;
}

.active\:fill-indigo-lighter:active {
  fill: #b2b7ff;
}

.active\:fill-indigo-lightest:active {
  fill: #e6e8ff;
}

.active\:fill-purple-darkest:active {
  fill: #21183c;
}

.active\:fill-purple-darker:active {
  fill: #382b5f;
}

.active\:fill-purple-dark:active {
  fill: #794acf;
}

.active\:fill-purple:active {
  fill: #9561e2;
}

.active\:fill-purple-light:active {
  fill: #a779e9;
}

.active\:fill-purple-lighter:active {
  fill: #d6bbfc;
}

.active\:fill-purple-lightest:active {
  fill: #f3ebff;
}

.active\:fill-pink-darkest:active {
  fill: #451225;
}

.active\:fill-pink-darker:active {
  fill: #6f213f;
}

.active\:fill-pink-dark:active {
  fill: #eb5286;
}

.active\:fill-pink:active {
  fill: #f66d9b;
}

.active\:fill-pink-light:active {
  fill: #fa7ea8;
}

.active\:fill-pink-lighter:active {
  fill: #ffbbca;
}

.active\:fill-pink-lightest:active {
  fill: #ffebef;
}

.stroke-current {
  stroke: currentColor;
}

.group:hover .group-hover\:stroke-current {
  stroke: currentColor;
}

.hover\:stroke-current:hover {
  stroke: currentColor;
}

.focus-within\:stroke-current:focus-within {
  stroke: currentColor;
}

.focus\:stroke-current:focus {
  stroke: currentColor;
}

.active\:stroke-current:active {
  stroke: currentColor;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.group:hover .group-hover\:table-auto {
  table-layout: auto;
}

.group:hover .group-hover\:table-fixed {
  table-layout: fixed;
}

.hover\:table-auto:hover {
  table-layout: auto;
}

.hover\:table-fixed:hover {
  table-layout: fixed;
}

.focus-within\:table-auto:focus-within {
  table-layout: auto;
}

.focus-within\:table-fixed:focus-within {
  table-layout: fixed;
}

.focus\:table-auto:focus {
  table-layout: auto;
}

.focus\:table-fixed:focus {
  table-layout: fixed;
}

.active\:table-auto:active {
  table-layout: auto;
}

.active\:table-fixed:active {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.group:hover .group-hover\:text-left {
  text-align: left;
}

.group:hover .group-hover\:text-center {
  text-align: center;
}

.group:hover .group-hover\:text-right {
  text-align: right;
}

.group:hover .group-hover\:text-justify {
  text-align: justify;
}

.hover\:text-left:hover {
  text-align: left;
}

.hover\:text-center:hover {
  text-align: center;
}

.hover\:text-right:hover {
  text-align: right;
}

.hover\:text-justify:hover {
  text-align: justify;
}

.focus-within\:text-left:focus-within {
  text-align: left;
}

.focus-within\:text-center:focus-within {
  text-align: center;
}

.focus-within\:text-right:focus-within {
  text-align: right;
}

.focus-within\:text-justify:focus-within {
  text-align: justify;
}

.focus\:text-left:focus {
  text-align: left;
}

.focus\:text-center:focus {
  text-align: center;
}

.focus\:text-right:focus {
  text-align: right;
}

.focus\:text-justify:focus {
  text-align: justify;
}

.active\:text-left:active {
  text-align: left;
}

.active\:text-center:active {
  text-align: center;
}

.active\:text-right:active {
  text-align: right;
}

.active\:text-justify:active {
  text-align: justify;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: #22292f;
}

.text-grey-darkest {
  color: #3d4852;
}

.text-grey-darker {
  color: #606f7b;
}

.text-grey-dark {
  color: #8795a1;
}

.text-grey {
  color: #b8c2cc;
}

.text-grey-light {
  color: #dae1e7;
}

.text-grey-lighter {
  color: #f1f5f8;
}

.text-grey-lightest {
  color: #f8fafc;
}

.text-white {
  color: #fff;
}

.text-red-darkest {
  color: #3b0d0c;
}

.text-red-darker {
  color: #621b18;
}

.text-red-dark {
  color: #cc1f1a;
}

.text-red {
  color: #e3342f;
}

.text-red-light {
  color: #ef5753;
}

.text-red-lighter {
  color: #f9acaa;
}

.text-red-lightest {
  color: #fcebea;
}

.text-orange-darkest {
  color: #462a16;
}

.text-orange-darker {
  color: #613b1f;
}

.text-orange-dark {
  color: #de751f;
}

.text-orange {
  color: #f6993f;
}

.text-orange-light {
  color: #faad63;
}

.text-orange-lighter {
  color: #fcd9b6;
}

.text-orange-lightest {
  color: #fff5eb;
}

.text-yellow-darkest {
  color: #453411;
}

.text-yellow-darker {
  color: #684f1d;
}

.text-yellow-dark {
  color: #f2d024;
}

.text-yellow {
  color: #ffed4a;
}

.text-yellow-light {
  color: #fff382;
}

.text-yellow-lighter {
  color: #fff9c2;
}

.text-yellow-lightest {
  color: #fcfbeb;
}

.text-green-darkest {
  color: #0f2f21;
}

.text-green-darker {
  color: #1a4731;
}

.text-green-dark {
  color: #1f9d55;
}

.text-green {
  color: #38c172;
}

.text-green-light {
  color: #51d88a;
}

.text-green-lighter {
  color: #a2f5bf;
}

.text-green-lightest {
  color: #e3fcec;
}

.text-teal-darkest {
  color: #0d3331;
}

.text-teal-darker {
  color: #20504f;
}

.text-teal-dark {
  color: #38a89d;
}

.text-teal {
  color: #4dc0b5;
}

.text-teal-light {
  color: #64d5ca;
}

.text-teal-lighter {
  color: #a0f0ed;
}

.text-teal-lightest {
  color: #e8fffe;
}

.text-blue-darkest {
  color: #12283a;
}

.text-blue-darker {
  color: #1c3d5a;
}

.text-blue-dark {
  color: #2779bd;
}

.text-blue {
  color: #3490dc;
}

.text-blue-light {
  color: #6cb2eb;
}

.text-blue-lighter {
  color: #bcdefa;
}

.text-blue-lightest {
  color: #eff8ff;
}

.text-indigo-darkest {
  color: #191e38;
}

.text-indigo-darker {
  color: #2f365f;
}

.text-indigo-dark {
  color: #5661b3;
}

.text-indigo {
  color: #6574cd;
}

.text-indigo-light {
  color: #7886d7;
}

.text-indigo-lighter {
  color: #b2b7ff;
}

.text-indigo-lightest {
  color: #e6e8ff;
}

.text-purple-darkest {
  color: #21183c;
}

.text-purple-darker {
  color: #382b5f;
}

.text-purple-dark {
  color: #794acf;
}

.text-purple {
  color: #9561e2;
}

.text-purple-light {
  color: #a779e9;
}

.text-purple-lighter {
  color: #d6bbfc;
}

.text-purple-lightest {
  color: #f3ebff;
}

.text-pink-darkest {
  color: #451225;
}

.text-pink-darker {
  color: #6f213f;
}

.text-pink-dark {
  color: #eb5286;
}

.text-pink {
  color: #f66d9b;
}

.text-pink-light {
  color: #fa7ea8;
}

.text-pink-lighter {
  color: #ffbbca;
}

.text-pink-lightest {
  color: #ffebef;
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-black {
  color: #22292f;
}

.group:hover .group-hover\:text-grey-darkest {
  color: #3d4852;
}

.group:hover .group-hover\:text-grey-darker {
  color: #606f7b;
}

.group:hover .group-hover\:text-grey-dark {
  color: #8795a1;
}

.group:hover .group-hover\:text-grey {
  color: #b8c2cc;
}

.group:hover .group-hover\:text-grey-light {
  color: #dae1e7;
}

.group:hover .group-hover\:text-grey-lighter {
  color: #f1f5f8;
}

.group:hover .group-hover\:text-grey-lightest {
  color: #f8fafc;
}

.group:hover .group-hover\:text-white {
  color: #fff;
}

.group:hover .group-hover\:text-red-darkest {
  color: #3b0d0c;
}

.group:hover .group-hover\:text-red-darker {
  color: #621b18;
}

.group:hover .group-hover\:text-red-dark {
  color: #cc1f1a;
}

.group:hover .group-hover\:text-red {
  color: #e3342f;
}

.group:hover .group-hover\:text-red-light {
  color: #ef5753;
}

.group:hover .group-hover\:text-red-lighter {
  color: #f9acaa;
}

.group:hover .group-hover\:text-red-lightest {
  color: #fcebea;
}

.group:hover .group-hover\:text-orange-darkest {
  color: #462a16;
}

.group:hover .group-hover\:text-orange-darker {
  color: #613b1f;
}

.group:hover .group-hover\:text-orange-dark {
  color: #de751f;
}

.group:hover .group-hover\:text-orange {
  color: #f6993f;
}

.group:hover .group-hover\:text-orange-light {
  color: #faad63;
}

.group:hover .group-hover\:text-orange-lighter {
  color: #fcd9b6;
}

.group:hover .group-hover\:text-orange-lightest {
  color: #fff5eb;
}

.group:hover .group-hover\:text-yellow-darkest {
  color: #453411;
}

.group:hover .group-hover\:text-yellow-darker {
  color: #684f1d;
}

.group:hover .group-hover\:text-yellow-dark {
  color: #f2d024;
}

.group:hover .group-hover\:text-yellow {
  color: #ffed4a;
}

.group:hover .group-hover\:text-yellow-light {
  color: #fff382;
}

.group:hover .group-hover\:text-yellow-lighter {
  color: #fff9c2;
}

.group:hover .group-hover\:text-yellow-lightest {
  color: #fcfbeb;
}

.group:hover .group-hover\:text-green-darkest {
  color: #0f2f21;
}

.group:hover .group-hover\:text-green-darker {
  color: #1a4731;
}

.group:hover .group-hover\:text-green-dark {
  color: #1f9d55;
}

.group:hover .group-hover\:text-green {
  color: #38c172;
}

.group:hover .group-hover\:text-green-light {
  color: #51d88a;
}

.group:hover .group-hover\:text-green-lighter {
  color: #a2f5bf;
}

.group:hover .group-hover\:text-green-lightest {
  color: #e3fcec;
}

.group:hover .group-hover\:text-teal-darkest {
  color: #0d3331;
}

.group:hover .group-hover\:text-teal-darker {
  color: #20504f;
}

.group:hover .group-hover\:text-teal-dark {
  color: #38a89d;
}

.group:hover .group-hover\:text-teal {
  color: #4dc0b5;
}

.group:hover .group-hover\:text-teal-light {
  color: #64d5ca;
}

.group:hover .group-hover\:text-teal-lighter {
  color: #a0f0ed;
}

.group:hover .group-hover\:text-teal-lightest {
  color: #e8fffe;
}

.group:hover .group-hover\:text-blue-darkest {
  color: #12283a;
}

.group:hover .group-hover\:text-blue-darker {
  color: #1c3d5a;
}

.group:hover .group-hover\:text-blue-dark {
  color: #2779bd;
}

.group:hover .group-hover\:text-blue {
  color: #3490dc;
}

.group:hover .group-hover\:text-blue-light {
  color: #6cb2eb;
}

.group:hover .group-hover\:text-blue-lighter {
  color: #bcdefa;
}

.group:hover .group-hover\:text-blue-lightest {
  color: #eff8ff;
}

.group:hover .group-hover\:text-indigo-darkest {
  color: #191e38;
}

.group:hover .group-hover\:text-indigo-darker {
  color: #2f365f;
}

.group:hover .group-hover\:text-indigo-dark {
  color: #5661b3;
}

.group:hover .group-hover\:text-indigo {
  color: #6574cd;
}

.group:hover .group-hover\:text-indigo-light {
  color: #7886d7;
}

.group:hover .group-hover\:text-indigo-lighter {
  color: #b2b7ff;
}

.group:hover .group-hover\:text-indigo-lightest {
  color: #e6e8ff;
}

.group:hover .group-hover\:text-purple-darkest {
  color: #21183c;
}

.group:hover .group-hover\:text-purple-darker {
  color: #382b5f;
}

.group:hover .group-hover\:text-purple-dark {
  color: #794acf;
}

.group:hover .group-hover\:text-purple {
  color: #9561e2;
}

.group:hover .group-hover\:text-purple-light {
  color: #a779e9;
}

.group:hover .group-hover\:text-purple-lighter {
  color: #d6bbfc;
}

.group:hover .group-hover\:text-purple-lightest {
  color: #f3ebff;
}

.group:hover .group-hover\:text-pink-darkest {
  color: #451225;
}

.group:hover .group-hover\:text-pink-darker {
  color: #6f213f;
}

.group:hover .group-hover\:text-pink-dark {
  color: #eb5286;
}

.group:hover .group-hover\:text-pink {
  color: #f66d9b;
}

.group:hover .group-hover\:text-pink-light {
  color: #fa7ea8;
}

.group:hover .group-hover\:text-pink-lighter {
  color: #ffbbca;
}

.group:hover .group-hover\:text-pink-lightest {
  color: #ffebef;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-black:hover {
  color: #22292f;
}

.hover\:text-grey-darkest:hover {
  color: #3d4852;
}

.hover\:text-grey-darker:hover {
  color: #606f7b;
}

.hover\:text-grey-dark:hover {
  color: #8795a1;
}

.hover\:text-grey:hover {
  color: #b8c2cc;
}

.hover\:text-grey-light:hover {
  color: #dae1e7;
}

.hover\:text-grey-lighter:hover {
  color: #f1f5f8;
}

.hover\:text-grey-lightest:hover {
  color: #f8fafc;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-red-darkest:hover {
  color: #3b0d0c;
}

.hover\:text-red-darker:hover {
  color: #621b18;
}

.hover\:text-red-dark:hover {
  color: #cc1f1a;
}

.hover\:text-red:hover {
  color: #e3342f;
}

.hover\:text-red-light:hover {
  color: #ef5753;
}

.hover\:text-red-lighter:hover {
  color: #f9acaa;
}

.hover\:text-red-lightest:hover {
  color: #fcebea;
}

.hover\:text-orange-darkest:hover {
  color: #462a16;
}

.hover\:text-orange-darker:hover {
  color: #613b1f;
}

.hover\:text-orange-dark:hover {
  color: #de751f;
}

.hover\:text-orange:hover {
  color: #f6993f;
}

.hover\:text-orange-light:hover {
  color: #faad63;
}

.hover\:text-orange-lighter:hover {
  color: #fcd9b6;
}

.hover\:text-orange-lightest:hover {
  color: #fff5eb;
}

.hover\:text-yellow-darkest:hover {
  color: #453411;
}

.hover\:text-yellow-darker:hover {
  color: #684f1d;
}

.hover\:text-yellow-dark:hover {
  color: #f2d024;
}

.hover\:text-yellow:hover {
  color: #ffed4a;
}

.hover\:text-yellow-light:hover {
  color: #fff382;
}

.hover\:text-yellow-lighter:hover {
  color: #fff9c2;
}

.hover\:text-yellow-lightest:hover {
  color: #fcfbeb;
}

.hover\:text-green-darkest:hover {
  color: #0f2f21;
}

.hover\:text-green-darker:hover {
  color: #1a4731;
}

.hover\:text-green-dark:hover {
  color: #1f9d55;
}

.hover\:text-green:hover {
  color: #38c172;
}

.hover\:text-green-light:hover {
  color: #51d88a;
}

.hover\:text-green-lighter:hover {
  color: #a2f5bf;
}

.hover\:text-green-lightest:hover {
  color: #e3fcec;
}

.hover\:text-teal-darkest:hover {
  color: #0d3331;
}

.hover\:text-teal-darker:hover {
  color: #20504f;
}

.hover\:text-teal-dark:hover {
  color: #38a89d;
}

.hover\:text-teal:hover {
  color: #4dc0b5;
}

.hover\:text-teal-light:hover {
  color: #64d5ca;
}

.hover\:text-teal-lighter:hover {
  color: #a0f0ed;
}

.hover\:text-teal-lightest:hover {
  color: #e8fffe;
}

.hover\:text-blue-darkest:hover {
  color: #12283a;
}

.hover\:text-blue-darker:hover {
  color: #1c3d5a;
}

.hover\:text-blue-dark:hover {
  color: #2779bd;
}

.hover\:text-blue:hover {
  color: #3490dc;
}

.hover\:text-blue-light:hover {
  color: #6cb2eb;
}

.hover\:text-blue-lighter:hover {
  color: #bcdefa;
}

.hover\:text-blue-lightest:hover {
  color: #eff8ff;
}

.hover\:text-indigo-darkest:hover {
  color: #191e38;
}

.hover\:text-indigo-darker:hover {
  color: #2f365f;
}

.hover\:text-indigo-dark:hover {
  color: #5661b3;
}

.hover\:text-indigo:hover {
  color: #6574cd;
}

.hover\:text-indigo-light:hover {
  color: #7886d7;
}

.hover\:text-indigo-lighter:hover {
  color: #b2b7ff;
}

.hover\:text-indigo-lightest:hover {
  color: #e6e8ff;
}

.hover\:text-purple-darkest:hover {
  color: #21183c;
}

.hover\:text-purple-darker:hover {
  color: #382b5f;
}

.hover\:text-purple-dark:hover {
  color: #794acf;
}

.hover\:text-purple:hover {
  color: #9561e2;
}

.hover\:text-purple-light:hover {
  color: #a779e9;
}

.hover\:text-purple-lighter:hover {
  color: #d6bbfc;
}

.hover\:text-purple-lightest:hover {
  color: #f3ebff;
}

.hover\:text-pink-darkest:hover {
  color: #451225;
}

.hover\:text-pink-darker:hover {
  color: #6f213f;
}

.hover\:text-pink-dark:hover {
  color: #eb5286;
}

.hover\:text-pink:hover {
  color: #f66d9b;
}

.hover\:text-pink-light:hover {
  color: #fa7ea8;
}

.hover\:text-pink-lighter:hover {
  color: #ffbbca;
}

.hover\:text-pink-lightest:hover {
  color: #ffebef;
}

.focus-within\:text-transparent:focus-within {
  color: transparent;
}

.focus-within\:text-black:focus-within {
  color: #22292f;
}

.focus-within\:text-grey-darkest:focus-within {
  color: #3d4852;
}

.focus-within\:text-grey-darker:focus-within {
  color: #606f7b;
}

.focus-within\:text-grey-dark:focus-within {
  color: #8795a1;
}

.focus-within\:text-grey:focus-within {
  color: #b8c2cc;
}

.focus-within\:text-grey-light:focus-within {
  color: #dae1e7;
}

.focus-within\:text-grey-lighter:focus-within {
  color: #f1f5f8;
}

.focus-within\:text-grey-lightest:focus-within {
  color: #f8fafc;
}

.focus-within\:text-white:focus-within {
  color: #fff;
}

.focus-within\:text-red-darkest:focus-within {
  color: #3b0d0c;
}

.focus-within\:text-red-darker:focus-within {
  color: #621b18;
}

.focus-within\:text-red-dark:focus-within {
  color: #cc1f1a;
}

.focus-within\:text-red:focus-within {
  color: #e3342f;
}

.focus-within\:text-red-light:focus-within {
  color: #ef5753;
}

.focus-within\:text-red-lighter:focus-within {
  color: #f9acaa;
}

.focus-within\:text-red-lightest:focus-within {
  color: #fcebea;
}

.focus-within\:text-orange-darkest:focus-within {
  color: #462a16;
}

.focus-within\:text-orange-darker:focus-within {
  color: #613b1f;
}

.focus-within\:text-orange-dark:focus-within {
  color: #de751f;
}

.focus-within\:text-orange:focus-within {
  color: #f6993f;
}

.focus-within\:text-orange-light:focus-within {
  color: #faad63;
}

.focus-within\:text-orange-lighter:focus-within {
  color: #fcd9b6;
}

.focus-within\:text-orange-lightest:focus-within {
  color: #fff5eb;
}

.focus-within\:text-yellow-darkest:focus-within {
  color: #453411;
}

.focus-within\:text-yellow-darker:focus-within {
  color: #684f1d;
}

.focus-within\:text-yellow-dark:focus-within {
  color: #f2d024;
}

.focus-within\:text-yellow:focus-within {
  color: #ffed4a;
}

.focus-within\:text-yellow-light:focus-within {
  color: #fff382;
}

.focus-within\:text-yellow-lighter:focus-within {
  color: #fff9c2;
}

.focus-within\:text-yellow-lightest:focus-within {
  color: #fcfbeb;
}

.focus-within\:text-green-darkest:focus-within {
  color: #0f2f21;
}

.focus-within\:text-green-darker:focus-within {
  color: #1a4731;
}

.focus-within\:text-green-dark:focus-within {
  color: #1f9d55;
}

.focus-within\:text-green:focus-within {
  color: #38c172;
}

.focus-within\:text-green-light:focus-within {
  color: #51d88a;
}

.focus-within\:text-green-lighter:focus-within {
  color: #a2f5bf;
}

.focus-within\:text-green-lightest:focus-within {
  color: #e3fcec;
}

.focus-within\:text-teal-darkest:focus-within {
  color: #0d3331;
}

.focus-within\:text-teal-darker:focus-within {
  color: #20504f;
}

.focus-within\:text-teal-dark:focus-within {
  color: #38a89d;
}

.focus-within\:text-teal:focus-within {
  color: #4dc0b5;
}

.focus-within\:text-teal-light:focus-within {
  color: #64d5ca;
}

.focus-within\:text-teal-lighter:focus-within {
  color: #a0f0ed;
}

.focus-within\:text-teal-lightest:focus-within {
  color: #e8fffe;
}

.focus-within\:text-blue-darkest:focus-within {
  color: #12283a;
}

.focus-within\:text-blue-darker:focus-within {
  color: #1c3d5a;
}

.focus-within\:text-blue-dark:focus-within {
  color: #2779bd;
}

.focus-within\:text-blue:focus-within {
  color: #3490dc;
}

.focus-within\:text-blue-light:focus-within {
  color: #6cb2eb;
}

.focus-within\:text-blue-lighter:focus-within {
  color: #bcdefa;
}

.focus-within\:text-blue-lightest:focus-within {
  color: #eff8ff;
}

.focus-within\:text-indigo-darkest:focus-within {
  color: #191e38;
}

.focus-within\:text-indigo-darker:focus-within {
  color: #2f365f;
}

.focus-within\:text-indigo-dark:focus-within {
  color: #5661b3;
}

.focus-within\:text-indigo:focus-within {
  color: #6574cd;
}

.focus-within\:text-indigo-light:focus-within {
  color: #7886d7;
}

.focus-within\:text-indigo-lighter:focus-within {
  color: #b2b7ff;
}

.focus-within\:text-indigo-lightest:focus-within {
  color: #e6e8ff;
}

.focus-within\:text-purple-darkest:focus-within {
  color: #21183c;
}

.focus-within\:text-purple-darker:focus-within {
  color: #382b5f;
}

.focus-within\:text-purple-dark:focus-within {
  color: #794acf;
}

.focus-within\:text-purple:focus-within {
  color: #9561e2;
}

.focus-within\:text-purple-light:focus-within {
  color: #a779e9;
}

.focus-within\:text-purple-lighter:focus-within {
  color: #d6bbfc;
}

.focus-within\:text-purple-lightest:focus-within {
  color: #f3ebff;
}

.focus-within\:text-pink-darkest:focus-within {
  color: #451225;
}

.focus-within\:text-pink-darker:focus-within {
  color: #6f213f;
}

.focus-within\:text-pink-dark:focus-within {
  color: #eb5286;
}

.focus-within\:text-pink:focus-within {
  color: #f66d9b;
}

.focus-within\:text-pink-light:focus-within {
  color: #fa7ea8;
}

.focus-within\:text-pink-lighter:focus-within {
  color: #ffbbca;
}

.focus-within\:text-pink-lightest:focus-within {
  color: #ffebef;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-black:focus {
  color: #22292f;
}

.focus\:text-grey-darkest:focus {
  color: #3d4852;
}

.focus\:text-grey-darker:focus {
  color: #606f7b;
}

.focus\:text-grey-dark:focus {
  color: #8795a1;
}

.focus\:text-grey:focus {
  color: #b8c2cc;
}

.focus\:text-grey-light:focus {
  color: #dae1e7;
}

.focus\:text-grey-lighter:focus {
  color: #f1f5f8;
}

.focus\:text-grey-lightest:focus {
  color: #f8fafc;
}

.focus\:text-white:focus {
  color: #fff;
}

.focus\:text-red-darkest:focus {
  color: #3b0d0c;
}

.focus\:text-red-darker:focus {
  color: #621b18;
}

.focus\:text-red-dark:focus {
  color: #cc1f1a;
}

.focus\:text-red:focus {
  color: #e3342f;
}

.focus\:text-red-light:focus {
  color: #ef5753;
}

.focus\:text-red-lighter:focus {
  color: #f9acaa;
}

.focus\:text-red-lightest:focus {
  color: #fcebea;
}

.focus\:text-orange-darkest:focus {
  color: #462a16;
}

.focus\:text-orange-darker:focus {
  color: #613b1f;
}

.focus\:text-orange-dark:focus {
  color: #de751f;
}

.focus\:text-orange:focus {
  color: #f6993f;
}

.focus\:text-orange-light:focus {
  color: #faad63;
}

.focus\:text-orange-lighter:focus {
  color: #fcd9b6;
}

.focus\:text-orange-lightest:focus {
  color: #fff5eb;
}

.focus\:text-yellow-darkest:focus {
  color: #453411;
}

.focus\:text-yellow-darker:focus {
  color: #684f1d;
}

.focus\:text-yellow-dark:focus {
  color: #f2d024;
}

.focus\:text-yellow:focus {
  color: #ffed4a;
}

.focus\:text-yellow-light:focus {
  color: #fff382;
}

.focus\:text-yellow-lighter:focus {
  color: #fff9c2;
}

.focus\:text-yellow-lightest:focus {
  color: #fcfbeb;
}

.focus\:text-green-darkest:focus {
  color: #0f2f21;
}

.focus\:text-green-darker:focus {
  color: #1a4731;
}

.focus\:text-green-dark:focus {
  color: #1f9d55;
}

.focus\:text-green:focus {
  color: #38c172;
}

.focus\:text-green-light:focus {
  color: #51d88a;
}

.focus\:text-green-lighter:focus {
  color: #a2f5bf;
}

.focus\:text-green-lightest:focus {
  color: #e3fcec;
}

.focus\:text-teal-darkest:focus {
  color: #0d3331;
}

.focus\:text-teal-darker:focus {
  color: #20504f;
}

.focus\:text-teal-dark:focus {
  color: #38a89d;
}

.focus\:text-teal:focus {
  color: #4dc0b5;
}

.focus\:text-teal-light:focus {
  color: #64d5ca;
}

.focus\:text-teal-lighter:focus {
  color: #a0f0ed;
}

.focus\:text-teal-lightest:focus {
  color: #e8fffe;
}

.focus\:text-blue-darkest:focus {
  color: #12283a;
}

.focus\:text-blue-darker:focus {
  color: #1c3d5a;
}

.focus\:text-blue-dark:focus {
  color: #2779bd;
}

.focus\:text-blue:focus {
  color: #3490dc;
}

.focus\:text-blue-light:focus {
  color: #6cb2eb;
}

.focus\:text-blue-lighter:focus {
  color: #bcdefa;
}

.focus\:text-blue-lightest:focus {
  color: #eff8ff;
}

.focus\:text-indigo-darkest:focus {
  color: #191e38;
}

.focus\:text-indigo-darker:focus {
  color: #2f365f;
}

.focus\:text-indigo-dark:focus {
  color: #5661b3;
}

.focus\:text-indigo:focus {
  color: #6574cd;
}

.focus\:text-indigo-light:focus {
  color: #7886d7;
}

.focus\:text-indigo-lighter:focus {
  color: #b2b7ff;
}

.focus\:text-indigo-lightest:focus {
  color: #e6e8ff;
}

.focus\:text-purple-darkest:focus {
  color: #21183c;
}

.focus\:text-purple-darker:focus {
  color: #382b5f;
}

.focus\:text-purple-dark:focus {
  color: #794acf;
}

.focus\:text-purple:focus {
  color: #9561e2;
}

.focus\:text-purple-light:focus {
  color: #a779e9;
}

.focus\:text-purple-lighter:focus {
  color: #d6bbfc;
}

.focus\:text-purple-lightest:focus {
  color: #f3ebff;
}

.focus\:text-pink-darkest:focus {
  color: #451225;
}

.focus\:text-pink-darker:focus {
  color: #6f213f;
}

.focus\:text-pink-dark:focus {
  color: #eb5286;
}

.focus\:text-pink:focus {
  color: #f66d9b;
}

.focus\:text-pink-light:focus {
  color: #fa7ea8;
}

.focus\:text-pink-lighter:focus {
  color: #ffbbca;
}

.focus\:text-pink-lightest:focus {
  color: #ffebef;
}

.active\:text-transparent:active {
  color: transparent;
}

.active\:text-black:active {
  color: #22292f;
}

.active\:text-grey-darkest:active {
  color: #3d4852;
}

.active\:text-grey-darker:active {
  color: #606f7b;
}

.active\:text-grey-dark:active {
  color: #8795a1;
}

.active\:text-grey:active {
  color: #b8c2cc;
}

.active\:text-grey-light:active {
  color: #dae1e7;
}

.active\:text-grey-lighter:active {
  color: #f1f5f8;
}

.active\:text-grey-lightest:active {
  color: #f8fafc;
}

.active\:text-white:active {
  color: #fff;
}

.active\:text-red-darkest:active {
  color: #3b0d0c;
}

.active\:text-red-darker:active {
  color: #621b18;
}

.active\:text-red-dark:active {
  color: #cc1f1a;
}

.active\:text-red:active {
  color: #e3342f;
}

.active\:text-red-light:active {
  color: #ef5753;
}

.active\:text-red-lighter:active {
  color: #f9acaa;
}

.active\:text-red-lightest:active {
  color: #fcebea;
}

.active\:text-orange-darkest:active {
  color: #462a16;
}

.active\:text-orange-darker:active {
  color: #613b1f;
}

.active\:text-orange-dark:active {
  color: #de751f;
}

.active\:text-orange:active {
  color: #f6993f;
}

.active\:text-orange-light:active {
  color: #faad63;
}

.active\:text-orange-lighter:active {
  color: #fcd9b6;
}

.active\:text-orange-lightest:active {
  color: #fff5eb;
}

.active\:text-yellow-darkest:active {
  color: #453411;
}

.active\:text-yellow-darker:active {
  color: #684f1d;
}

.active\:text-yellow-dark:active {
  color: #f2d024;
}

.active\:text-yellow:active {
  color: #ffed4a;
}

.active\:text-yellow-light:active {
  color: #fff382;
}

.active\:text-yellow-lighter:active {
  color: #fff9c2;
}

.active\:text-yellow-lightest:active {
  color: #fcfbeb;
}

.active\:text-green-darkest:active {
  color: #0f2f21;
}

.active\:text-green-darker:active {
  color: #1a4731;
}

.active\:text-green-dark:active {
  color: #1f9d55;
}

.active\:text-green:active {
  color: #38c172;
}

.active\:text-green-light:active {
  color: #51d88a;
}

.active\:text-green-lighter:active {
  color: #a2f5bf;
}

.active\:text-green-lightest:active {
  color: #e3fcec;
}

.active\:text-teal-darkest:active {
  color: #0d3331;
}

.active\:text-teal-darker:active {
  color: #20504f;
}

.active\:text-teal-dark:active {
  color: #38a89d;
}

.active\:text-teal:active {
  color: #4dc0b5;
}

.active\:text-teal-light:active {
  color: #64d5ca;
}

.active\:text-teal-lighter:active {
  color: #a0f0ed;
}

.active\:text-teal-lightest:active {
  color: #e8fffe;
}

.active\:text-blue-darkest:active {
  color: #12283a;
}

.active\:text-blue-darker:active {
  color: #1c3d5a;
}

.active\:text-blue-dark:active {
  color: #2779bd;
}

.active\:text-blue:active {
  color: #3490dc;
}

.active\:text-blue-light:active {
  color: #6cb2eb;
}

.active\:text-blue-lighter:active {
  color: #bcdefa;
}

.active\:text-blue-lightest:active {
  color: #eff8ff;
}

.active\:text-indigo-darkest:active {
  color: #191e38;
}

.active\:text-indigo-darker:active {
  color: #2f365f;
}

.active\:text-indigo-dark:active {
  color: #5661b3;
}

.active\:text-indigo:active {
  color: #6574cd;
}

.active\:text-indigo-light:active {
  color: #7886d7;
}

.active\:text-indigo-lighter:active {
  color: #b2b7ff;
}

.active\:text-indigo-lightest:active {
  color: #e6e8ff;
}

.active\:text-purple-darkest:active {
  color: #21183c;
}

.active\:text-purple-darker:active {
  color: #382b5f;
}

.active\:text-purple-dark:active {
  color: #794acf;
}

.active\:text-purple:active {
  color: #9561e2;
}

.active\:text-purple-light:active {
  color: #a779e9;
}

.active\:text-purple-lighter:active {
  color: #d6bbfc;
}

.active\:text-purple-lightest:active {
  color: #f3ebff;
}

.active\:text-pink-darkest:active {
  color: #451225;
}

.active\:text-pink-darker:active {
  color: #6f213f;
}

.active\:text-pink-dark:active {
  color: #eb5286;
}

.active\:text-pink:active {
  color: #f66d9b;
}

.active\:text-pink-light:active {
  color: #fa7ea8;
}

.active\:text-pink-lighter:active {
  color: #ffbbca;
}

.active\:text-pink-lightest:active {
  color: #ffebef;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-md {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.group:hover .group-hover\:text-xs {
  font-size: .75rem;
}

.group:hover .group-hover\:text-sm {
  font-size: .875rem;
}

.group:hover .group-hover\:text-md {
  font-size: 1rem;
}

.group:hover .group-hover\:text-lg {
  font-size: 1.125rem;
}

.group:hover .group-hover\:text-xl {
  font-size: 1.25rem;
}

.group:hover .group-hover\:text-2xl {
  font-size: 1.5rem;
}

.group:hover .group-hover\:text-3xl {
  font-size: 1.875rem;
}

.group:hover .group-hover\:text-4xl {
  font-size: 2.25rem;
}

.group:hover .group-hover\:text-5xl {
  font-size: 3rem;
}

.hover\:text-xs:hover {
  font-size: .75rem;
}

.hover\:text-sm:hover {
  font-size: .875rem;
}

.hover\:text-md:hover {
  font-size: 1rem;
}

.hover\:text-lg:hover {
  font-size: 1.125rem;
}

.hover\:text-xl:hover {
  font-size: 1.25rem;
}

.hover\:text-2xl:hover {
  font-size: 1.5rem;
}

.hover\:text-3xl:hover {
  font-size: 1.875rem;
}

.hover\:text-4xl:hover {
  font-size: 2.25rem;
}

.hover\:text-5xl:hover {
  font-size: 3rem;
}

.focus-within\:text-xs:focus-within {
  font-size: .75rem;
}

.focus-within\:text-sm:focus-within {
  font-size: .875rem;
}

.focus-within\:text-md:focus-within {
  font-size: 1rem;
}

.focus-within\:text-lg:focus-within {
  font-size: 1.125rem;
}

.focus-within\:text-xl:focus-within {
  font-size: 1.25rem;
}

.focus-within\:text-2xl:focus-within {
  font-size: 1.5rem;
}

.focus-within\:text-3xl:focus-within {
  font-size: 1.875rem;
}

.focus-within\:text-4xl:focus-within {
  font-size: 2.25rem;
}

.focus-within\:text-5xl:focus-within {
  font-size: 3rem;
}

.focus\:text-xs:focus {
  font-size: .75rem;
}

.focus\:text-sm:focus {
  font-size: .875rem;
}

.focus\:text-md:focus {
  font-size: 1rem;
}

.focus\:text-lg:focus {
  font-size: 1.125rem;
}

.focus\:text-xl:focus {
  font-size: 1.25rem;
}

.focus\:text-2xl:focus {
  font-size: 1.5rem;
}

.focus\:text-3xl:focus {
  font-size: 1.875rem;
}

.focus\:text-4xl:focus {
  font-size: 2.25rem;
}

.focus\:text-5xl:focus {
  font-size: 3rem;
}

.active\:text-xs:active {
  font-size: .75rem;
}

.active\:text-sm:active {
  font-size: .875rem;
}

.active\:text-md:active {
  font-size: 1rem;
}

.active\:text-lg:active {
  font-size: 1.125rem;
}

.active\:text-xl:active {
  font-size: 1.25rem;
}

.active\:text-2xl:active {
  font-size: 1.5rem;
}

.active\:text-3xl:active {
  font-size: 1.875rem;
}

.active\:text-4xl:active {
  font-size: 2.25rem;
}

.active\:text-5xl:active {
  font-size: 3rem;
}

.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;
}

.group:hover .group-hover\:italic {
  font-style: italic;
}

.group:hover .group-hover\:roman {
  font-style: normal;
}

.group:hover .group-hover\:uppercase {
  text-transform: uppercase;
}

.group:hover .group-hover\:lowercase {
  text-transform: lowercase;
}

.group:hover .group-hover\:capitalize {
  text-transform: capitalize;
}

.group:hover .group-hover\:normal-case {
  text-transform: none;
}

.group:hover .group-hover\:underline {
  text-decoration: underline;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none;
}

.group:hover .group-hover\:antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.group:hover .group-hover\:subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:roman:hover {
  font-style: normal;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus-within\:italic:focus-within {
  font-style: italic;
}

.focus-within\:roman:focus-within {
  font-style: normal;
}

.focus-within\:uppercase:focus-within {
  text-transform: uppercase;
}

.focus-within\:lowercase:focus-within {
  text-transform: lowercase;
}

.focus-within\:capitalize:focus-within {
  text-transform: capitalize;
}

.focus-within\:normal-case:focus-within {
  text-transform: none;
}

.focus-within\:underline:focus-within {
  text-decoration: underline;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none;
}

.focus-within\:antialiased:focus-within {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus-within\:subpixel-antialiased:focus-within {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus\:italic:focus {
  font-style: italic;
}

.focus\:roman:focus {
  font-style: normal;
}

.focus\:uppercase:focus {
  text-transform: uppercase;
}

.focus\:lowercase:focus {
  text-transform: lowercase;
}

.focus\:capitalize:focus {
  text-transform: capitalize;
}

.focus\:normal-case:focus {
  text-transform: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.active\:italic:active {
  font-style: italic;
}

.active\:roman:active {
  font-style: normal;
}

.active\:uppercase:active {
  text-transform: uppercase;
}

.active\:lowercase:active {
  text-transform: lowercase;
}

.active\:capitalize:active {
  text-transform: capitalize;
}

.active\:normal-case:active {
  text-transform: none;
}

.active\:underline:active {
  text-decoration: underline;
}

.active\:line-through:active {
  text-decoration: line-through;
}

.active\:no-underline:active {
  text-decoration: none;
}

.active\:antialiased:active {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.active\:subpixel-antialiased:active {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: .05em;
}

.group:hover .group-hover\:tracking-tight {
  letter-spacing: -0.05em;
}

.group:hover .group-hover\:tracking-normal {
  letter-spacing: 0;
}

.group:hover .group-hover\:tracking-wide {
  letter-spacing: .05em;
}

.hover\:tracking-tight:hover {
  letter-spacing: -0.05em;
}

.hover\:tracking-normal:hover {
  letter-spacing: 0;
}

.hover\:tracking-wide:hover {
  letter-spacing: .05em;
}

.focus-within\:tracking-tight:focus-within {
  letter-spacing: -0.05em;
}

.focus-within\:tracking-normal:focus-within {
  letter-spacing: 0;
}

.focus-within\:tracking-wide:focus-within {
  letter-spacing: .05em;
}

.focus\:tracking-tight:focus {
  letter-spacing: -0.05em;
}

.focus\:tracking-normal:focus {
  letter-spacing: 0;
}

.focus\:tracking-wide:focus {
  letter-spacing: .05em;
}

.active\:tracking-tight:active {
  letter-spacing: -0.05em;
}

.active\:tracking-normal:active {
  letter-spacing: 0;
}

.active\:tracking-wide:active {
  letter-spacing: .05em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.group:hover .group-hover\:select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.group:hover .group-hover\:select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.hover\:select-none:hover {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hover\:select-text:hover {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.focus-within\:select-none:focus-within {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.focus-within\:select-text:focus-within {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.focus\:select-none:focus {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.focus\:select-text:focus {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.active\:select-none:active {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.active\:select-text:active {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.group:hover .group-hover\:align-baseline {
  vertical-align: baseline;
}

.group:hover .group-hover\:align-top {
  vertical-align: top;
}

.group:hover .group-hover\:align-middle {
  vertical-align: middle;
}

.group:hover .group-hover\:align-bottom {
  vertical-align: bottom;
}

.group:hover .group-hover\:align-text-top {
  vertical-align: text-top;
}

.group:hover .group-hover\:align-text-bottom {
  vertical-align: text-bottom;
}

.hover\:align-baseline:hover {
  vertical-align: baseline;
}

.hover\:align-top:hover {
  vertical-align: top;
}

.hover\:align-middle:hover {
  vertical-align: middle;
}

.hover\:align-bottom:hover {
  vertical-align: bottom;
}

.hover\:align-text-top:hover {
  vertical-align: text-top;
}

.hover\:align-text-bottom:hover {
  vertical-align: text-bottom;
}

.focus-within\:align-baseline:focus-within {
  vertical-align: baseline;
}

.focus-within\:align-top:focus-within {
  vertical-align: top;
}

.focus-within\:align-middle:focus-within {
  vertical-align: middle;
}

.focus-within\:align-bottom:focus-within {
  vertical-align: bottom;
}

.focus-within\:align-text-top:focus-within {
  vertical-align: text-top;
}

.focus-within\:align-text-bottom:focus-within {
  vertical-align: text-bottom;
}

.focus\:align-baseline:focus {
  vertical-align: baseline;
}

.focus\:align-top:focus {
  vertical-align: top;
}

.focus\:align-middle:focus {
  vertical-align: middle;
}

.focus\:align-bottom:focus {
  vertical-align: bottom;
}

.focus\:align-text-top:focus {
  vertical-align: text-top;
}

.focus\:align-text-bottom:focus {
  vertical-align: text-bottom;
}

.active\:align-baseline:active {
  vertical-align: baseline;
}

.active\:align-top:active {
  vertical-align: top;
}

.active\:align-middle:active {
  vertical-align: middle;
}

.active\:align-bottom:active {
  vertical-align: bottom;
}

.active\:align-text-top:active {
  vertical-align: text-top;
}

.active\:align-text-bottom:active {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:invisible {
  visibility: hidden;
}

.hover\:visible:hover {
  visibility: visible;
}

.hover\:invisible:hover {
  visibility: hidden;
}

.focus-within\:visible:focus-within {
  visibility: visible;
}

.focus-within\:invisible:focus-within {
  visibility: hidden;
}

.focus\:visible:focus {
  visibility: visible;
}

.focus\:invisible:focus {
  visibility: hidden;
}

.active\:visible:active {
  visibility: visible;
}

.active\:invisible:active {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.group:hover .group-hover\:whitespace-normal {
  white-space: normal;
}

.group:hover .group-hover\:whitespace-no-wrap {
  white-space: nowrap;
}

.group:hover .group-hover\:whitespace-pre {
  white-space: pre;
}

.group:hover .group-hover\:whitespace-pre-line {
  white-space: pre-line;
}

.group:hover .group-hover\:whitespace-pre-wrap {
  white-space: pre-wrap;
}

.group:hover .group-hover\:break-words {
  word-wrap: break-word;
}

.group:hover .group-hover\:break-normal {
  word-wrap: normal;
}

.group:hover .group-hover\:truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hover\:whitespace-normal:hover {
  white-space: normal;
}

.hover\:whitespace-no-wrap:hover {
  white-space: nowrap;
}

.hover\:whitespace-pre:hover {
  white-space: pre;
}

.hover\:whitespace-pre-line:hover {
  white-space: pre-line;
}

.hover\:whitespace-pre-wrap:hover {
  white-space: pre-wrap;
}

.hover\:break-words:hover {
  word-wrap: break-word;
}

.hover\:break-normal:hover {
  word-wrap: normal;
}

.hover\:truncate:hover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.focus-within\:whitespace-normal:focus-within {
  white-space: normal;
}

.focus-within\:whitespace-no-wrap:focus-within {
  white-space: nowrap;
}

.focus-within\:whitespace-pre:focus-within {
  white-space: pre;
}

.focus-within\:whitespace-pre-line:focus-within {
  white-space: pre-line;
}

.focus-within\:whitespace-pre-wrap:focus-within {
  white-space: pre-wrap;
}

.focus-within\:break-words:focus-within {
  word-wrap: break-word;
}

.focus-within\:break-normal:focus-within {
  word-wrap: normal;
}

.focus-within\:truncate:focus-within {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.focus\:whitespace-normal:focus {
  white-space: normal;
}

.focus\:whitespace-no-wrap:focus {
  white-space: nowrap;
}

.focus\:whitespace-pre:focus {
  white-space: pre;
}

.focus\:whitespace-pre-line:focus {
  white-space: pre-line;
}

.focus\:whitespace-pre-wrap:focus {
  white-space: pre-wrap;
}

.focus\:break-words:focus {
  word-wrap: break-word;
}

.focus\:break-normal:focus {
  word-wrap: normal;
}

.focus\:truncate:focus {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.active\:whitespace-normal:active {
  white-space: normal;
}

.active\:whitespace-no-wrap:active {
  white-space: nowrap;
}

.active\:whitespace-pre:active {
  white-space: pre;
}

.active\:whitespace-pre-line:active {
  white-space: pre-line;
}

.active\:whitespace-pre-wrap:active {
  white-space: pre-wrap;
}

.active\:break-words:active {
  word-wrap: break-word;
}

.active\:break-normal:active {
  word-wrap: normal;
}

.active\:truncate:active {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.group:hover .group-hover\:w-1 {
  width: .25rem;
}

.group:hover .group-hover\:w-2 {
  width: .5rem;
}

.group:hover .group-hover\:w-3 {
  width: .75rem;
}

.group:hover .group-hover\:w-4 {
  width: 1rem;
}

.group:hover .group-hover\:w-5 {
  width: 1.25rem;
}

.group:hover .group-hover\:w-6 {
  width: 1.5rem;
}

.group:hover .group-hover\:w-8 {
  width: 2rem;
}

.group:hover .group-hover\:w-10 {
  width: 2.5rem;
}

.group:hover .group-hover\:w-12 {
  width: 3rem;
}

.group:hover .group-hover\:w-16 {
  width: 4rem;
}

.group:hover .group-hover\:w-24 {
  width: 6rem;
}

.group:hover .group-hover\:w-32 {
  width: 8rem;
}

.group:hover .group-hover\:w-48 {
  width: 12rem;
}

.group:hover .group-hover\:w-56 {
  width: 14rem;
}

.group:hover .group-hover\:w-64 {
  width: 16rem;
}

.group:hover .group-hover\:w-auto {
  width: auto;
}

.group:hover .group-hover\:w-px {
  width: 1px;
}

.group:hover .group-hover\:w-1\/2 {
  width: 50%;
}

.group:hover .group-hover\:w-1\/3 {
  width: 33.33333%;
}

.group:hover .group-hover\:w-2\/3 {
  width: 66.66667%;
}

.group:hover .group-hover\:w-1\/4 {
  width: 25%;
}

.group:hover .group-hover\:w-3\/4 {
  width: 75%;
}

.group:hover .group-hover\:w-1\/5 {
  width: 20%;
}

.group:hover .group-hover\:w-2\/5 {
  width: 40%;
}

.group:hover .group-hover\:w-3\/5 {
  width: 60%;
}

.group:hover .group-hover\:w-4\/5 {
  width: 80%;
}

.group:hover .group-hover\:w-1\/6 {
  width: 16.66667%;
}

.group:hover .group-hover\:w-5\/6 {
  width: 83.33333%;
}

.group:hover .group-hover\:w-full {
  width: 100%;
}

.group:hover .group-hover\:w-screen {
  width: 100vw;
}

.hover\:w-1:hover {
  width: .25rem;
}

.hover\:w-2:hover {
  width: .5rem;
}

.hover\:w-3:hover {
  width: .75rem;
}

.hover\:w-4:hover {
  width: 1rem;
}

.hover\:w-5:hover {
  width: 1.25rem;
}

.hover\:w-6:hover {
  width: 1.5rem;
}

.hover\:w-8:hover {
  width: 2rem;
}

.hover\:w-10:hover {
  width: 2.5rem;
}

.hover\:w-12:hover {
  width: 3rem;
}

.hover\:w-16:hover {
  width: 4rem;
}

.hover\:w-24:hover {
  width: 6rem;
}

.hover\:w-32:hover {
  width: 8rem;
}

.hover\:w-48:hover {
  width: 12rem;
}

.hover\:w-56:hover {
  width: 14rem;
}

.hover\:w-64:hover {
  width: 16rem;
}

.hover\:w-auto:hover {
  width: auto;
}

.hover\:w-px:hover {
  width: 1px;
}

.hover\:w-1\/2:hover {
  width: 50%;
}

.hover\:w-1\/3:hover {
  width: 33.33333%;
}

.hover\:w-2\/3:hover {
  width: 66.66667%;
}

.hover\:w-1\/4:hover {
  width: 25%;
}

.hover\:w-3\/4:hover {
  width: 75%;
}

.hover\:w-1\/5:hover {
  width: 20%;
}

.hover\:w-2\/5:hover {
  width: 40%;
}

.hover\:w-3\/5:hover {
  width: 60%;
}

.hover\:w-4\/5:hover {
  width: 80%;
}

.hover\:w-1\/6:hover {
  width: 16.66667%;
}

.hover\:w-5\/6:hover {
  width: 83.33333%;
}

.hover\:w-full:hover {
  width: 100%;
}

.hover\:w-screen:hover {
  width: 100vw;
}

.focus-within\:w-1:focus-within {
  width: .25rem;
}

.focus-within\:w-2:focus-within {
  width: .5rem;
}

.focus-within\:w-3:focus-within {
  width: .75rem;
}

.focus-within\:w-4:focus-within {
  width: 1rem;
}

.focus-within\:w-5:focus-within {
  width: 1.25rem;
}

.focus-within\:w-6:focus-within {
  width: 1.5rem;
}

.focus-within\:w-8:focus-within {
  width: 2rem;
}

.focus-within\:w-10:focus-within {
  width: 2.5rem;
}

.focus-within\:w-12:focus-within {
  width: 3rem;
}

.focus-within\:w-16:focus-within {
  width: 4rem;
}

.focus-within\:w-24:focus-within {
  width: 6rem;
}

.focus-within\:w-32:focus-within {
  width: 8rem;
}

.focus-within\:w-48:focus-within {
  width: 12rem;
}

.focus-within\:w-56:focus-within {
  width: 14rem;
}

.focus-within\:w-64:focus-within {
  width: 16rem;
}

.focus-within\:w-auto:focus-within {
  width: auto;
}

.focus-within\:w-px:focus-within {
  width: 1px;
}

.focus-within\:w-1\/2:focus-within {
  width: 50%;
}

.focus-within\:w-1\/3:focus-within {
  width: 33.33333%;
}

.focus-within\:w-2\/3:focus-within {
  width: 66.66667%;
}

.focus-within\:w-1\/4:focus-within {
  width: 25%;
}

.focus-within\:w-3\/4:focus-within {
  width: 75%;
}

.focus-within\:w-1\/5:focus-within {
  width: 20%;
}

.focus-within\:w-2\/5:focus-within {
  width: 40%;
}

.focus-within\:w-3\/5:focus-within {
  width: 60%;
}

.focus-within\:w-4\/5:focus-within {
  width: 80%;
}

.focus-within\:w-1\/6:focus-within {
  width: 16.66667%;
}

.focus-within\:w-5\/6:focus-within {
  width: 83.33333%;
}

.focus-within\:w-full:focus-within {
  width: 100%;
}

.focus-within\:w-screen:focus-within {
  width: 100vw;
}

.focus\:w-1:focus {
  width: .25rem;
}

.focus\:w-2:focus {
  width: .5rem;
}

.focus\:w-3:focus {
  width: .75rem;
}

.focus\:w-4:focus {
  width: 1rem;
}

.focus\:w-5:focus {
  width: 1.25rem;
}

.focus\:w-6:focus {
  width: 1.5rem;
}

.focus\:w-8:focus {
  width: 2rem;
}

.focus\:w-10:focus {
  width: 2.5rem;
}

.focus\:w-12:focus {
  width: 3rem;
}

.focus\:w-16:focus {
  width: 4rem;
}

.focus\:w-24:focus {
  width: 6rem;
}

.focus\:w-32:focus {
  width: 8rem;
}

.focus\:w-48:focus {
  width: 12rem;
}

.focus\:w-56:focus {
  width: 14rem;
}

.focus\:w-64:focus {
  width: 16rem;
}

.focus\:w-auto:focus {
  width: auto;
}

.focus\:w-px:focus {
  width: 1px;
}

.focus\:w-1\/2:focus {
  width: 50%;
}

.focus\:w-1\/3:focus {
  width: 33.33333%;
}

.focus\:w-2\/3:focus {
  width: 66.66667%;
}

.focus\:w-1\/4:focus {
  width: 25%;
}

.focus\:w-3\/4:focus {
  width: 75%;
}

.focus\:w-1\/5:focus {
  width: 20%;
}

.focus\:w-2\/5:focus {
  width: 40%;
}

.focus\:w-3\/5:focus {
  width: 60%;
}

.focus\:w-4\/5:focus {
  width: 80%;
}

.focus\:w-1\/6:focus {
  width: 16.66667%;
}

.focus\:w-5\/6:focus {
  width: 83.33333%;
}

.focus\:w-full:focus {
  width: 100%;
}

.focus\:w-screen:focus {
  width: 100vw;
}

.active\:w-1:active {
  width: .25rem;
}

.active\:w-2:active {
  width: .5rem;
}

.active\:w-3:active {
  width: .75rem;
}

.active\:w-4:active {
  width: 1rem;
}

.active\:w-5:active {
  width: 1.25rem;
}

.active\:w-6:active {
  width: 1.5rem;
}

.active\:w-8:active {
  width: 2rem;
}

.active\:w-10:active {
  width: 2.5rem;
}

.active\:w-12:active {
  width: 3rem;
}

.active\:w-16:active {
  width: 4rem;
}

.active\:w-24:active {
  width: 6rem;
}

.active\:w-32:active {
  width: 8rem;
}

.active\:w-48:active {
  width: 12rem;
}

.active\:w-56:active {
  width: 14rem;
}

.active\:w-64:active {
  width: 16rem;
}

.active\:w-auto:active {
  width: auto;
}

.active\:w-px:active {
  width: 1px;
}

.active\:w-1\/2:active {
  width: 50%;
}

.active\:w-1\/3:active {
  width: 33.33333%;
}

.active\:w-2\/3:active {
  width: 66.66667%;
}

.active\:w-1\/4:active {
  width: 25%;
}

.active\:w-3\/4:active {
  width: 75%;
}

.active\:w-1\/5:active {
  width: 20%;
}

.active\:w-2\/5:active {
  width: 40%;
}

.active\:w-3\/5:active {
  width: 60%;
}

.active\:w-4\/5:active {
  width: 80%;
}

.active\:w-1\/6:active {
  width: 16.66667%;
}

.active\:w-5\/6:active {
  width: 83.33333%;
}

.active\:w-full:active {
  width: 100%;
}

.active\:w-screen:active {
  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;
}

.group:hover .group-hover\:z-0 {
  z-index: 0;
}

.group:hover .group-hover\:z-10 {
  z-index: 10;
}

.group:hover .group-hover\:z-20 {
  z-index: 20;
}

.group:hover .group-hover\:z-30 {
  z-index: 30;
}

.group:hover .group-hover\:z-40 {
  z-index: 40;
}

.group:hover .group-hover\:z-50 {
  z-index: 50;
}

.group:hover .group-hover\:z-auto {
  z-index: auto;
}

.hover\:z-0:hover {
  z-index: 0;
}

.hover\:z-10:hover {
  z-index: 10;
}

.hover\:z-20:hover {
  z-index: 20;
}

.hover\:z-30:hover {
  z-index: 30;
}

.hover\:z-40:hover {
  z-index: 40;
}

.hover\:z-50:hover {
  z-index: 50;
}

.hover\:z-auto:hover {
  z-index: auto;
}

.focus-within\:z-0:focus-within {
  z-index: 0;
}

.focus-within\:z-10:focus-within {
  z-index: 10;
}

.focus-within\:z-20:focus-within {
  z-index: 20;
}

.focus-within\:z-30:focus-within {
  z-index: 30;
}

.focus-within\:z-40:focus-within {
  z-index: 40;
}

.focus-within\:z-50:focus-within {
  z-index: 50;
}

.focus-within\:z-auto:focus-within {
  z-index: auto;
}

.focus\:z-0:focus {
  z-index: 0;
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:z-20:focus {
  z-index: 20;
}

.focus\:z-30:focus {
  z-index: 30;
}

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:z-50:focus {
  z-index: 50;
}

.focus\:z-auto:focus {
  z-index: auto;
}

.active\:z-0:active {
  z-index: 0;
}

.active\:z-10:active {
  z-index: 10;
}

.active\:z-20:active {
  z-index: 20;
}

.active\:z-30:active {
  z-index: 30;
}

.active\:z-40:active {
  z-index: 40;
}

.active\:z-50:active {
  z-index: 50;
}

.active\:z-auto:active {
  z-index: auto;
}

@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0;
  }

  .group:hover .sm\:group-hover\:list-reset {
    list-style: none;
    padding: 0;
  }

  .sm\:hover\:list-reset:hover {
    list-style: none;
    padding: 0;
  }

  .sm\:focus-within\:list-reset:focus-within {
    list-style: none;
    padding: 0;
  }

  .sm\:focus\:list-reset:focus {
    list-style: none;
    padding: 0;
  }

  .sm\:active\:list-reset:active {
    list-style: none;
    padding: 0;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .sm\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .sm\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .sm\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .sm\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .sm\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .sm\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .sm\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .sm\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .sm\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .sm\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .sm\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .sm\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .sm\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .sm\:active\:bg-local:active {
    background-attachment: local;
  }

  .sm\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-black {
    background-color: #22292f;
  }

  .sm\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .sm\:bg-grey-darker {
    background-color: #606f7b;
  }

  .sm\:bg-grey-dark {
    background-color: #8795a1;
  }

  .sm\:bg-grey {
    background-color: #b8c2cc;
  }

  .sm\:bg-grey-light {
    background-color: #dae1e7;
  }

  .sm\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .sm\:bg-grey-lightest {
    background-color: #f8fafc;
  }

  .sm\:bg-white {
    background-color: #fff;
  }

  .sm\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .sm\:bg-red-darker {
    background-color: #621b18;
  }

  .sm\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .sm\:bg-red {
    background-color: #e3342f;
  }

  .sm\:bg-red-light {
    background-color: #ef5753;
  }

  .sm\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .sm\:bg-red-lightest {
    background-color: #fcebea;
  }

  .sm\:bg-orange-darkest {
    background-color: #462a16;
  }

  .sm\:bg-orange-darker {
    background-color: #613b1f;
  }

  .sm\:bg-orange-dark {
    background-color: #de751f;
  }

  .sm\:bg-orange {
    background-color: #f6993f;
  }

  .sm\:bg-orange-light {
    background-color: #faad63;
  }

  .sm\:bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .sm\:bg-orange-lightest {
    background-color: #fff5eb;
  }

  .sm\:bg-yellow-darkest {
    background-color: #453411;
  }

  .sm\:bg-yellow-darker {
    background-color: #684f1d;
  }

  .sm\:bg-yellow-dark {
    background-color: #f2d024;
  }

  .sm\:bg-yellow {
    background-color: #ffed4a;
  }

  .sm\:bg-yellow-light {
    background-color: #fff382;
  }

  .sm\:bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .sm\:bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .sm\:bg-green-darkest {
    background-color: #0f2f21;
  }

  .sm\:bg-green-darker {
    background-color: #1a4731;
  }

  .sm\:bg-green-dark {
    background-color: #1f9d55;
  }

  .sm\:bg-green {
    background-color: #38c172;
  }

  .sm\:bg-green-light {
    background-color: #51d88a;
  }

  .sm\:bg-green-lighter {
    background-color: #a2f5bf;
  }

  .sm\:bg-green-lightest {
    background-color: #e3fcec;
  }

  .sm\:bg-teal-darkest {
    background-color: #0d3331;
  }

  .sm\:bg-teal-darker {
    background-color: #20504f;
  }

  .sm\:bg-teal-dark {
    background-color: #38a89d;
  }

  .sm\:bg-teal {
    background-color: #4dc0b5;
  }

  .sm\:bg-teal-light {
    background-color: #64d5ca;
  }

  .sm\:bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .sm\:bg-teal-lightest {
    background-color: #e8fffe;
  }

  .sm\:bg-blue-darkest {
    background-color: #12283a;
  }

  .sm\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .sm\:bg-blue-dark {
    background-color: #2779bd;
  }

  .sm\:bg-blue {
    background-color: #3490dc;
  }

  .sm\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .sm\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .sm\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .sm\:bg-indigo-darkest {
    background-color: #191e38;
  }

  .sm\:bg-indigo-darker {
    background-color: #2f365f;
  }

  .sm\:bg-indigo-dark {
    background-color: #5661b3;
  }

  .sm\:bg-indigo {
    background-color: #6574cd;
  }

  .sm\:bg-indigo-light {
    background-color: #7886d7;
  }

  .sm\:bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .sm\:bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .sm\:bg-purple-darkest {
    background-color: #21183c;
  }

  .sm\:bg-purple-darker {
    background-color: #382b5f;
  }

  .sm\:bg-purple-dark {
    background-color: #794acf;
  }

  .sm\:bg-purple {
    background-color: #9561e2;
  }

  .sm\:bg-purple-light {
    background-color: #a779e9;
  }

  .sm\:bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .sm\:bg-purple-lightest {
    background-color: #f3ebff;
  }

  .sm\:bg-pink-darkest {
    background-color: #451225;
  }

  .sm\:bg-pink-darker {
    background-color: #6f213f;
  }

  .sm\:bg-pink-dark {
    background-color: #eb5286;
  }

  .sm\:bg-pink {
    background-color: #f66d9b;
  }

  .sm\:bg-pink-light {
    background-color: #fa7ea8;
  }

  .sm\:bg-pink-lighter {
    background-color: #ffbbca;
  }

  .sm\:bg-pink-lightest {
    background-color: #ffebef;
  }

  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .sm\:group-hover\:bg-black {
    background-color: #22292f;
  }

  .group:hover .sm\:group-hover\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .group:hover .sm\:group-hover\:bg-grey-darker {
    background-color: #606f7b;
  }

  .group:hover .sm\:group-hover\:bg-grey-dark {
    background-color: #8795a1;
  }

  .group:hover .sm\:group-hover\:bg-grey {
    background-color: #b8c2cc;
  }

  .group:hover .sm\:group-hover\:bg-grey-light {
    background-color: #dae1e7;
  }

  .group:hover .sm\:group-hover\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .group:hover .sm\:group-hover\:bg-grey-lightest {
    background-color: #f8fafc;
  }

  .group:hover .sm\:group-hover\:bg-white {
    background-color: #fff;
  }

  .group:hover .sm\:group-hover\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .group:hover .sm\:group-hover\:bg-red-darker {
    background-color: #621b18;
  }

  .group:hover .sm\:group-hover\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .group:hover .sm\:group-hover\:bg-red {
    background-color: #e3342f;
  }

  .group:hover .sm\:group-hover\:bg-red-light {
    background-color: #ef5753;
  }

  .group:hover .sm\:group-hover\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .group:hover .sm\:group-hover\:bg-red-lightest {
    background-color: #fcebea;
  }

  .group:hover .sm\:group-hover\:bg-orange-darkest {
    background-color: #462a16;
  }

  .group:hover .sm\:group-hover\:bg-orange-darker {
    background-color: #613b1f;
  }

  .group:hover .sm\:group-hover\:bg-orange-dark {
    background-color: #de751f;
  }

  .group:hover .sm\:group-hover\:bg-orange {
    background-color: #f6993f;
  }

  .group:hover .sm\:group-hover\:bg-orange-light {
    background-color: #faad63;
  }

  .group:hover .sm\:group-hover\:bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .group:hover .sm\:group-hover\:bg-orange-lightest {
    background-color: #fff5eb;
  }

  .group:hover .sm\:group-hover\:bg-yellow-darkest {
    background-color: #453411;
  }

  .group:hover .sm\:group-hover\:bg-yellow-darker {
    background-color: #684f1d;
  }

  .group:hover .sm\:group-hover\:bg-yellow-dark {
    background-color: #f2d024;
  }

  .group:hover .sm\:group-hover\:bg-yellow {
    background-color: #ffed4a;
  }

  .group:hover .sm\:group-hover\:bg-yellow-light {
    background-color: #fff382;
  }

  .group:hover .sm\:group-hover\:bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .group:hover .sm\:group-hover\:bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .group:hover .sm\:group-hover\:bg-green-darkest {
    background-color: #0f2f21;
  }

  .group:hover .sm\:group-hover\:bg-green-darker {
    background-color: #1a4731;
  }

  .group:hover .sm\:group-hover\:bg-green-dark {
    background-color: #1f9d55;
  }

  .group:hover .sm\:group-hover\:bg-green {
    background-color: #38c172;
  }

  .group:hover .sm\:group-hover\:bg-green-light {
    background-color: #51d88a;
  }

  .group:hover .sm\:group-hover\:bg-green-lighter {
    background-color: #a2f5bf;
  }

  .group:hover .sm\:group-hover\:bg-green-lightest {
    background-color: #e3fcec;
  }

  .group:hover .sm\:group-hover\:bg-teal-darkest {
    background-color: #0d3331;
  }

  .group:hover .sm\:group-hover\:bg-teal-darker {
    background-color: #20504f;
  }

  .group:hover .sm\:group-hover\:bg-teal-dark {
    background-color: #38a89d;
  }

  .group:hover .sm\:group-hover\:bg-teal {
    background-color: #4dc0b5;
  }

  .group:hover .sm\:group-hover\:bg-teal-light {
    background-color: #64d5ca;
  }

  .group:hover .sm\:group-hover\:bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .group:hover .sm\:group-hover\:bg-teal-lightest {
    background-color: #e8fffe;
  }

  .group:hover .sm\:group-hover\:bg-blue-darkest {
    background-color: #12283a;
  }

  .group:hover .sm\:group-hover\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .group:hover .sm\:group-hover\:bg-blue-dark {
    background-color: #2779bd;
  }

  .group:hover .sm\:group-hover\:bg-blue {
    background-color: #3490dc;
  }

  .group:hover .sm\:group-hover\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .group:hover .sm\:group-hover\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .group:hover .sm\:group-hover\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .group:hover .sm\:group-hover\:bg-indigo-darkest {
    background-color: #191e38;
  }

  .group:hover .sm\:group-hover\:bg-indigo-darker {
    background-color: #2f365f;
  }

  .group:hover .sm\:group-hover\:bg-indigo-dark {
    background-color: #5661b3;
  }

  .group:hover .sm\:group-hover\:bg-indigo {
    background-color: #6574cd;
  }

  .group:hover .sm\:group-hover\:bg-indigo-light {
    background-color: #7886d7;
  }

  .group:hover .sm\:group-hover\:bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .group:hover .sm\:group-hover\:bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .group:hover .sm\:group-hover\:bg-purple-darkest {
    background-color: #21183c;
  }

  .group:hover .sm\:group-hover\:bg-purple-darker {
    background-color: #382b5f;
  }

  .group:hover .sm\:group-hover\:bg-purple-dark {
    background-color: #794acf;
  }

  .group:hover .sm\:group-hover\:bg-purple {
    background-color: #9561e2;
  }

  .group:hover .sm\:group-hover\:bg-purple-light {
    background-color: #a779e9;
  }

  .group:hover .sm\:group-hover\:bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .group:hover .sm\:group-hover\:bg-purple-lightest {
    background-color: #f3ebff;
  }

  .group:hover .sm\:group-hover\:bg-pink-darkest {
    background-color: #451225;
  }

  .group:hover .sm\:group-hover\:bg-pink-darker {
    background-color: #6f213f;
  }

  .group:hover .sm\:group-hover\:bg-pink-dark {
    background-color: #eb5286;
  }

  .group:hover .sm\:group-hover\:bg-pink {
    background-color: #f66d9b;
  }

  .group:hover .sm\:group-hover\:bg-pink-light {
    background-color: #fa7ea8;
  }

  .group:hover .sm\:group-hover\:bg-pink-lighter {
    background-color: #ffbbca;
  }

  .group:hover .sm\:group-hover\:bg-pink-lightest {
    background-color: #ffebef;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #22292f;
  }

  .sm\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852;
  }

  .sm\:hover\:bg-grey-darker:hover {
    background-color: #606f7b;
  }

  .sm\:hover\:bg-grey-dark:hover {
    background-color: #8795a1;
  }

  .sm\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .sm\:hover\:bg-grey-light:hover {
    background-color: #dae1e7;
  }

  .sm\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8;
  }

  .sm\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .sm\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }

  .sm\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .sm\:hover\:bg-red:hover {
    background-color: #e3342f;
  }

  .sm\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }

  .sm\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .sm\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .sm\:hover\:bg-orange-darkest:hover {
    background-color: #462a16;
  }

  .sm\:hover\:bg-orange-darker:hover {
    background-color: #613b1f;
  }

  .sm\:hover\:bg-orange-dark:hover {
    background-color: #de751f;
  }

  .sm\:hover\:bg-orange:hover {
    background-color: #f6993f;
  }

  .sm\:hover\:bg-orange-light:hover {
    background-color: #faad63;
  }

  .sm\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6;
  }

  .sm\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb;
  }

  .sm\:hover\:bg-yellow-darkest:hover {
    background-color: #453411;
  }

  .sm\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d;
  }

  .sm\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024;
  }

  .sm\:hover\:bg-yellow:hover {
    background-color: #ffed4a;
  }

  .sm\:hover\:bg-yellow-light:hover {
    background-color: #fff382;
  }

  .sm\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2;
  }

  .sm\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb;
  }

  .sm\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21;
  }

  .sm\:hover\:bg-green-darker:hover {
    background-color: #1a4731;
  }

  .sm\:hover\:bg-green-dark:hover {
    background-color: #1f9d55;
  }

  .sm\:hover\:bg-green:hover {
    background-color: #38c172;
  }

  .sm\:hover\:bg-green-light:hover {
    background-color: #51d88a;
  }

  .sm\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf;
  }

  .sm\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec;
  }

  .sm\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331;
  }

  .sm\:hover\:bg-teal-darker:hover {
    background-color: #20504f;
  }

  .sm\:hover\:bg-teal-dark:hover {
    background-color: #38a89d;
  }

  .sm\:hover\:bg-teal:hover {
    background-color: #4dc0b5;
  }

  .sm\:hover\:bg-teal-light:hover {
    background-color: #64d5ca;
  }

  .sm\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }

  .sm\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe;
  }

  .sm\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .sm\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .sm\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .sm\:hover\:bg-blue:hover {
    background-color: #3490dc;
  }

  .sm\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .sm\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .sm\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .sm\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38;
  }

  .sm\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f;
  }

  .sm\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3;
  }

  .sm\:hover\:bg-indigo:hover {
    background-color: #6574cd;
  }

  .sm\:hover\:bg-indigo-light:hover {
    background-color: #7886d7;
  }

  .sm\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff;
  }

  .sm\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff;
  }

  .sm\:hover\:bg-purple-darkest:hover {
    background-color: #21183c;
  }

  .sm\:hover\:bg-purple-darker:hover {
    background-color: #382b5f;
  }

  .sm\:hover\:bg-purple-dark:hover {
    background-color: #794acf;
  }

  .sm\:hover\:bg-purple:hover {
    background-color: #9561e2;
  }

  .sm\:hover\:bg-purple-light:hover {
    background-color: #a779e9;
  }

  .sm\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc;
  }

  .sm\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff;
  }

  .sm\:hover\:bg-pink-darkest:hover {
    background-color: #451225;
  }

  .sm\:hover\:bg-pink-darker:hover {
    background-color: #6f213f;
  }

  .sm\:hover\:bg-pink-dark:hover {
    background-color: #eb5286;
  }

  .sm\:hover\:bg-pink:hover {
    background-color: #f66d9b;
  }

  .sm\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8;
  }

  .sm\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca;
  }

  .sm\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef;
  }

  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .sm\:focus-within\:bg-black:focus-within {
    background-color: #22292f;
  }

  .sm\:focus-within\:bg-grey-darkest:focus-within {
    background-color: #3d4852;
  }

  .sm\:focus-within\:bg-grey-darker:focus-within {
    background-color: #606f7b;
  }

  .sm\:focus-within\:bg-grey-dark:focus-within {
    background-color: #8795a1;
  }

  .sm\:focus-within\:bg-grey:focus-within {
    background-color: #b8c2cc;
  }

  .sm\:focus-within\:bg-grey-light:focus-within {
    background-color: #dae1e7;
  }

  .sm\:focus-within\:bg-grey-lighter:focus-within {
    background-color: #f1f5f8;
  }

  .sm\:focus-within\:bg-grey-lightest:focus-within {
    background-color: #f8fafc;
  }

  .sm\:focus-within\:bg-white:focus-within {
    background-color: #fff;
  }

  .sm\:focus-within\:bg-red-darkest:focus-within {
    background-color: #3b0d0c;
  }

  .sm\:focus-within\:bg-red-darker:focus-within {
    background-color: #621b18;
  }

  .sm\:focus-within\:bg-red-dark:focus-within {
    background-color: #cc1f1a;
  }

  .sm\:focus-within\:bg-red:focus-within {
    background-color: #e3342f;
  }

  .sm\:focus-within\:bg-red-light:focus-within {
    background-color: #ef5753;
  }

  .sm\:focus-within\:bg-red-lighter:focus-within {
    background-color: #f9acaa;
  }

  .sm\:focus-within\:bg-red-lightest:focus-within {
    background-color: #fcebea;
  }

  .sm\:focus-within\:bg-orange-darkest:focus-within {
    background-color: #462a16;
  }

  .sm\:focus-within\:bg-orange-darker:focus-within {
    background-color: #613b1f;
  }

  .sm\:focus-within\:bg-orange-dark:focus-within {
    background-color: #de751f;
  }

  .sm\:focus-within\:bg-orange:focus-within {
    background-color: #f6993f;
  }

  .sm\:focus-within\:bg-orange-light:focus-within {
    background-color: #faad63;
  }

  .sm\:focus-within\:bg-orange-lighter:focus-within {
    background-color: #fcd9b6;
  }

  .sm\:focus-within\:bg-orange-lightest:focus-within {
    background-color: #fff5eb;
  }

  .sm\:focus-within\:bg-yellow-darkest:focus-within {
    background-color: #453411;
  }

  .sm\:focus-within\:bg-yellow-darker:focus-within {
    background-color: #684f1d;
  }

  .sm\:focus-within\:bg-yellow-dark:focus-within {
    background-color: #f2d024;
  }

  .sm\:focus-within\:bg-yellow:focus-within {
    background-color: #ffed4a;
  }

  .sm\:focus-within\:bg-yellow-light:focus-within {
    background-color: #fff382;
  }

  .sm\:focus-within\:bg-yellow-lighter:focus-within {
    background-color: #fff9c2;
  }

  .sm\:focus-within\:bg-yellow-lightest:focus-within {
    background-color: #fcfbeb;
  }

  .sm\:focus-within\:bg-green-darkest:focus-within {
    background-color: #0f2f21;
  }

  .sm\:focus-within\:bg-green-darker:focus-within {
    background-color: #1a4731;
  }

  .sm\:focus-within\:bg-green-dark:focus-within {
    background-color: #1f9d55;
  }

  .sm\:focus-within\:bg-green:focus-within {
    background-color: #38c172;
  }

  .sm\:focus-within\:bg-green-light:focus-within {
    background-color: #51d88a;
  }

  .sm\:focus-within\:bg-green-lighter:focus-within {
    background-color: #a2f5bf;
  }

  .sm\:focus-within\:bg-green-lightest:focus-within {
    background-color: #e3fcec;
  }

  .sm\:focus-within\:bg-teal-darkest:focus-within {
    background-color: #0d3331;
  }

  .sm\:focus-within\:bg-teal-darker:focus-within {
    background-color: #20504f;
  }

  .sm\:focus-within\:bg-teal-dark:focus-within {
    background-color: #38a89d;
  }

  .sm\:focus-within\:bg-teal:focus-within {
    background-color: #4dc0b5;
  }

  .sm\:focus-within\:bg-teal-light:focus-within {
    background-color: #64d5ca;
  }

  .sm\:focus-within\:bg-teal-lighter:focus-within {
    background-color: #a0f0ed;
  }

  .sm\:focus-within\:bg-teal-lightest:focus-within {
    background-color: #e8fffe;
  }

  .sm\:focus-within\:bg-blue-darkest:focus-within {
    background-color: #12283a;
  }

  .sm\:focus-within\:bg-blue-darker:focus-within {
    background-color: #1c3d5a;
  }

  .sm\:focus-within\:bg-blue-dark:focus-within {
    background-color: #2779bd;
  }

  .sm\:focus-within\:bg-blue:focus-within {
    background-color: #3490dc;
  }

  .sm\:focus-within\:bg-blue-light:focus-within {
    background-color: #6cb2eb;
  }

  .sm\:focus-within\:bg-blue-lighter:focus-within {
    background-color: #bcdefa;
  }

  .sm\:focus-within\:bg-blue-lightest:focus-within {
    background-color: #eff8ff;
  }

  .sm\:focus-within\:bg-indigo-darkest:focus-within {
    background-color: #191e38;
  }

  .sm\:focus-within\:bg-indigo-darker:focus-within {
    background-color: #2f365f;
  }

  .sm\:focus-within\:bg-indigo-dark:focus-within {
    background-color: #5661b3;
  }

  .sm\:focus-within\:bg-indigo:focus-within {
    background-color: #6574cd;
  }

  .sm\:focus-within\:bg-indigo-light:focus-within {
    background-color: #7886d7;
  }

  .sm\:focus-within\:bg-indigo-lighter:focus-within {
    background-color: #b2b7ff;
  }

  .sm\:focus-within\:bg-indigo-lightest:focus-within {
    background-color: #e6e8ff;
  }

  .sm\:focus-within\:bg-purple-darkest:focus-within {
    background-color: #21183c;
  }

  .sm\:focus-within\:bg-purple-darker:focus-within {
    background-color: #382b5f;
  }

  .sm\:focus-within\:bg-purple-dark:focus-within {
    background-color: #794acf;
  }

  .sm\:focus-within\:bg-purple:focus-within {
    background-color: #9561e2;
  }

  .sm\:focus-within\:bg-purple-light:focus-within {
    background-color: #a779e9;
  }

  .sm\:focus-within\:bg-purple-lighter:focus-within {
    background-color: #d6bbfc;
  }

  .sm\:focus-within\:bg-purple-lightest:focus-within {
    background-color: #f3ebff;
  }

  .sm\:focus-within\:bg-pink-darkest:focus-within {
    background-color: #451225;
  }

  .sm\:focus-within\:bg-pink-darker:focus-within {
    background-color: #6f213f;
  }

  .sm\:focus-within\:bg-pink-dark:focus-within {
    background-color: #eb5286;
  }

  .sm\:focus-within\:bg-pink:focus-within {
    background-color: #f66d9b;
  }

  .sm\:focus-within\:bg-pink-light:focus-within {
    background-color: #fa7ea8;
  }

  .sm\:focus-within\:bg-pink-lighter:focus-within {
    background-color: #ffbbca;
  }

  .sm\:focus-within\:bg-pink-lightest:focus-within {
    background-color: #ffebef;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-black:focus {
    background-color: #22292f;
  }

  .sm\:focus\:bg-grey-darkest:focus {
    background-color: #3d4852;
  }

  .sm\:focus\:bg-grey-darker:focus {
    background-color: #606f7b;
  }

  .sm\:focus\:bg-grey-dark:focus {
    background-color: #8795a1;
  }

  .sm\:focus\:bg-grey:focus {
    background-color: #b8c2cc;
  }

  .sm\:focus\:bg-grey-light:focus {
    background-color: #dae1e7;
  }

  .sm\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8;
  }

  .sm\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .sm\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }

  .sm\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }

  .sm\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }

  .sm\:focus\:bg-red:focus {
    background-color: #e3342f;
  }

  .sm\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }

  .sm\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }

  .sm\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }

  .sm\:focus\:bg-orange-darkest:focus {
    background-color: #462a16;
  }

  .sm\:focus\:bg-orange-darker:focus {
    background-color: #613b1f;
  }

  .sm\:focus\:bg-orange-dark:focus {
    background-color: #de751f;
  }

  .sm\:focus\:bg-orange:focus {
    background-color: #f6993f;
  }

  .sm\:focus\:bg-orange-light:focus {
    background-color: #faad63;
  }

  .sm\:focus\:bg-orange-lighter:focus {
    background-color: #fcd9b6;
  }

  .sm\:focus\:bg-orange-lightest:focus {
    background-color: #fff5eb;
  }

  .sm\:focus\:bg-yellow-darkest:focus {
    background-color: #453411;
  }

  .sm\:focus\:bg-yellow-darker:focus {
    background-color: #684f1d;
  }

  .sm\:focus\:bg-yellow-dark:focus {
    background-color: #f2d024;
  }

  .sm\:focus\:bg-yellow:focus {
    background-color: #ffed4a;
  }

  .sm\:focus\:bg-yellow-light:focus {
    background-color: #fff382;
  }

  .sm\:focus\:bg-yellow-lighter:focus {
    background-color: #fff9c2;
  }

  .sm\:focus\:bg-yellow-lightest:focus {
    background-color: #fcfbeb;
  }

  .sm\:focus\:bg-green-darkest:focus {
    background-color: #0f2f21;
  }

  .sm\:focus\:bg-green-darker:focus {
    background-color: #1a4731;
  }

  .sm\:focus\:bg-green-dark:focus {
    background-color: #1f9d55;
  }

  .sm\:focus\:bg-green:focus {
    background-color: #38c172;
  }

  .sm\:focus\:bg-green-light:focus {
    background-color: #51d88a;
  }

  .sm\:focus\:bg-green-lighter:focus {
    background-color: #a2f5bf;
  }

  .sm\:focus\:bg-green-lightest:focus {
    background-color: #e3fcec;
  }

  .sm\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331;
  }

  .sm\:focus\:bg-teal-darker:focus {
    background-color: #20504f;
  }

  .sm\:focus\:bg-teal-dark:focus {
    background-color: #38a89d;
  }

  .sm\:focus\:bg-teal:focus {
    background-color: #4dc0b5;
  }

  .sm\:focus\:bg-teal-light:focus {
    background-color: #64d5ca;
  }

  .sm\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed;
  }

  .sm\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe;
  }

  .sm\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }

  .sm\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }

  .sm\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }

  .sm\:focus\:bg-blue:focus {
    background-color: #3490dc;
  }

  .sm\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }

  .sm\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }

  .sm\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }

  .sm\:focus\:bg-indigo-darkest:focus {
    background-color: #191e38;
  }

  .sm\:focus\:bg-indigo-darker:focus {
    background-color: #2f365f;
  }

  .sm\:focus\:bg-indigo-dark:focus {
    background-color: #5661b3;
  }

  .sm\:focus\:bg-indigo:focus {
    background-color: #6574cd;
  }

  .sm\:focus\:bg-indigo-light:focus {
    background-color: #7886d7;
  }

  .sm\:focus\:bg-indigo-lighter:focus {
    background-color: #b2b7ff;
  }

  .sm\:focus\:bg-indigo-lightest:focus {
    background-color: #e6e8ff;
  }

  .sm\:focus\:bg-purple-darkest:focus {
    background-color: #21183c;
  }

  .sm\:focus\:bg-purple-darker:focus {
    background-color: #382b5f;
  }

  .sm\:focus\:bg-purple-dark:focus {
    background-color: #794acf;
  }

  .sm\:focus\:bg-purple:focus {
    background-color: #9561e2;
  }

  .sm\:focus\:bg-purple-light:focus {
    background-color: #a779e9;
  }

  .sm\:focus\:bg-purple-lighter:focus {
    background-color: #d6bbfc;
  }

  .sm\:focus\:bg-purple-lightest:focus {
    background-color: #f3ebff;
  }

  .sm\:focus\:bg-pink-darkest:focus {
    background-color: #451225;
  }

  .sm\:focus\:bg-pink-darker:focus {
    background-color: #6f213f;
  }

  .sm\:focus\:bg-pink-dark:focus {
    background-color: #eb5286;
  }

  .sm\:focus\:bg-pink:focus {
    background-color: #f66d9b;
  }

  .sm\:focus\:bg-pink-light:focus {
    background-color: #fa7ea8;
  }

  .sm\:focus\:bg-pink-lighter:focus {
    background-color: #ffbbca;
  }

  .sm\:focus\:bg-pink-lightest:focus {
    background-color: #ffebef;
  }

  .sm\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .sm\:active\:bg-black:active {
    background-color: #22292f;
  }

  .sm\:active\:bg-grey-darkest:active {
    background-color: #3d4852;
  }

  .sm\:active\:bg-grey-darker:active {
    background-color: #606f7b;
  }

  .sm\:active\:bg-grey-dark:active {
    background-color: #8795a1;
  }

  .sm\:active\:bg-grey:active {
    background-color: #b8c2cc;
  }

  .sm\:active\:bg-grey-light:active {
    background-color: #dae1e7;
  }

  .sm\:active\:bg-grey-lighter:active {
    background-color: #f1f5f8;
  }

  .sm\:active\:bg-grey-lightest:active {
    background-color: #f8fafc;
  }

  .sm\:active\:bg-white:active {
    background-color: #fff;
  }

  .sm\:active\:bg-red-darkest:active {
    background-color: #3b0d0c;
  }

  .sm\:active\:bg-red-darker:active {
    background-color: #621b18;
  }

  .sm\:active\:bg-red-dark:active {
    background-color: #cc1f1a;
  }

  .sm\:active\:bg-red:active {
    background-color: #e3342f;
  }

  .sm\:active\:bg-red-light:active {
    background-color: #ef5753;
  }

  .sm\:active\:bg-red-lighter:active {
    background-color: #f9acaa;
  }

  .sm\:active\:bg-red-lightest:active {
    background-color: #fcebea;
  }

  .sm\:active\:bg-orange-darkest:active {
    background-color: #462a16;
  }

  .sm\:active\:bg-orange-darker:active {
    background-color: #613b1f;
  }

  .sm\:active\:bg-orange-dark:active {
    background-color: #de751f;
  }

  .sm\:active\:bg-orange:active {
    background-color: #f6993f;
  }

  .sm\:active\:bg-orange-light:active {
    background-color: #faad63;
  }

  .sm\:active\:bg-orange-lighter:active {
    background-color: #fcd9b6;
  }

  .sm\:active\:bg-orange-lightest:active {
    background-color: #fff5eb;
  }

  .sm\:active\:bg-yellow-darkest:active {
    background-color: #453411;
  }

  .sm\:active\:bg-yellow-darker:active {
    background-color: #684f1d;
  }

  .sm\:active\:bg-yellow-dark:active {
    background-color: #f2d024;
  }

  .sm\:active\:bg-yellow:active {
    background-color: #ffed4a;
  }

  .sm\:active\:bg-yellow-light:active {
    background-color: #fff382;
  }

  .sm\:active\:bg-yellow-lighter:active {
    background-color: #fff9c2;
  }

  .sm\:active\:bg-yellow-lightest:active {
    background-color: #fcfbeb;
  }

  .sm\:active\:bg-green-darkest:active {
    background-color: #0f2f21;
  }

  .sm\:active\:bg-green-darker:active {
    background-color: #1a4731;
  }

  .sm\:active\:bg-green-dark:active {
    background-color: #1f9d55;
  }

  .sm\:active\:bg-green:active {
    background-color: #38c172;
  }

  .sm\:active\:bg-green-light:active {
    background-color: #51d88a;
  }

  .sm\:active\:bg-green-lighter:active {
    background-color: #a2f5bf;
  }

  .sm\:active\:bg-green-lightest:active {
    background-color: #e3fcec;
  }

  .sm\:active\:bg-teal-darkest:active {
    background-color: #0d3331;
  }

  .sm\:active\:bg-teal-darker:active {
    background-color: #20504f;
  }

  .sm\:active\:bg-teal-dark:active {
    background-color: #38a89d;
  }

  .sm\:active\:bg-teal:active {
    background-color: #4dc0b5;
  }

  .sm\:active\:bg-teal-light:active {
    background-color: #64d5ca;
  }

  .sm\:active\:bg-teal-lighter:active {
    background-color: #a0f0ed;
  }

  .sm\:active\:bg-teal-lightest:active {
    background-color: #e8fffe;
  }

  .sm\:active\:bg-blue-darkest:active {
    background-color: #12283a;
  }

  .sm\:active\:bg-blue-darker:active {
    background-color: #1c3d5a;
  }

  .sm\:active\:bg-blue-dark:active {
    background-color: #2779bd;
  }

  .sm\:active\:bg-blue:active {
    background-color: #3490dc;
  }

  .sm\:active\:bg-blue-light:active {
    background-color: #6cb2eb;
  }

  .sm\:active\:bg-blue-lighter:active {
    background-color: #bcdefa;
  }

  .sm\:active\:bg-blue-lightest:active {
    background-color: #eff8ff;
  }

  .sm\:active\:bg-indigo-darkest:active {
    background-color: #191e38;
  }

  .sm\:active\:bg-indigo-darker:active {
    background-color: #2f365f;
  }

  .sm\:active\:bg-indigo-dark:active {
    background-color: #5661b3;
  }

  .sm\:active\:bg-indigo:active {
    background-color: #6574cd;
  }

  .sm\:active\:bg-indigo-light:active {
    background-color: #7886d7;
  }

  .sm\:active\:bg-indigo-lighter:active {
    background-color: #b2b7ff;
  }

  .sm\:active\:bg-indigo-lightest:active {
    background-color: #e6e8ff;
  }

  .sm\:active\:bg-purple-darkest:active {
    background-color: #21183c;
  }

  .sm\:active\:bg-purple-darker:active {
    background-color: #382b5f;
  }

  .sm\:active\:bg-purple-dark:active {
    background-color: #794acf;
  }

  .sm\:active\:bg-purple:active {
    background-color: #9561e2;
  }

  .sm\:active\:bg-purple-light:active {
    background-color: #a779e9;
  }

  .sm\:active\:bg-purple-lighter:active {
    background-color: #d6bbfc;
  }

  .sm\:active\:bg-purple-lightest:active {
    background-color: #f3ebff;
  }

  .sm\:active\:bg-pink-darkest:active {
    background-color: #451225;
  }

  .sm\:active\:bg-pink-darker:active {
    background-color: #6f213f;
  }

  .sm\:active\:bg-pink-dark:active {
    background-color: #eb5286;
  }

  .sm\:active\:bg-pink:active {
    background-color: #f66d9b;
  }

  .sm\:active\:bg-pink-light:active {
    background-color: #fa7ea8;
  }

  .sm\:active\:bg-pink-lighter:active {
    background-color: #ffbbca;
  }

  .sm\:active\:bg-pink-lightest:active {
    background-color: #ffebef;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .group:hover .sm\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .sm\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .sm\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .sm\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .sm\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .sm\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .sm\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .sm\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .sm\:group-hover\:bg-top {
    background-position: top;
  }

  .sm\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .sm\:hover\:bg-center:hover {
    background-position: center;
  }

  .sm\:hover\:bg-left:hover {
    background-position: left;
  }

  .sm\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .sm\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .sm\:hover\:bg-right:hover {
    background-position: right;
  }

  .sm\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .sm\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .sm\:hover\:bg-top:hover {
    background-position: top;
  }

  .sm\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .sm\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .sm\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .sm\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .sm\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .sm\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .sm\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .sm\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .sm\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .sm\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .sm\:focus\:bg-center:focus {
    background-position: center;
  }

  .sm\:focus\:bg-left:focus {
    background-position: left;
  }

  .sm\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .sm\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .sm\:focus\:bg-right:focus {
    background-position: right;
  }

  .sm\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .sm\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .sm\:focus\:bg-top:focus {
    background-position: top;
  }

  .sm\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .sm\:active\:bg-center:active {
    background-position: center;
  }

  .sm\:active\:bg-left:active {
    background-position: left;
  }

  .sm\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .sm\:active\:bg-left-top:active {
    background-position: left top;
  }

  .sm\:active\:bg-right:active {
    background-position: right;
  }

  .sm\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .sm\:active\:bg-right-top:active {
    background-position: right top;
  }

  .sm\:active\:bg-top:active {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .sm\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .sm\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .sm\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .sm\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .sm\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .sm\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .sm\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .sm\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .sm\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .sm\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .sm\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .sm\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .sm\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .sm\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .sm\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .sm\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .sm\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .sm\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .sm\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .group:hover .sm\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .sm\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .sm\:group-hover\:bg-contain {
    background-size: contain;
  }

  .sm\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .sm\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .sm\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .sm\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .sm\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .sm\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .sm\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .sm\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .sm\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .sm\:active\:bg-auto:active {
    background-size: auto;
  }

  .sm\:active\:bg-cover:active {
    background-size: cover;
  }

  .sm\:active\:bg-contain:active {
    background-size: contain;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .group:hover .sm\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .sm\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .sm\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .sm\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .sm\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .sm\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .sm\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .sm\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .sm\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .sm\:active\:border-separate:active {
    border-collapse: separate;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-black {
    border-color: #22292f;
  }

  .sm\:border-grey-darkest {
    border-color: #3d4852;
  }

  .sm\:border-grey-darker {
    border-color: #606f7b;
  }

  .sm\:border-grey-dark {
    border-color: #8795a1;
  }

  .sm\:border-grey {
    border-color: #b8c2cc;
  }

  .sm\:border-grey-light {
    border-color: #dae1e7;
  }

  .sm\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .sm\:border-grey-lightest {
    border-color: #f8fafc;
  }

  .sm\:border-white {
    border-color: #fff;
  }

  .sm\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .sm\:border-red-darker {
    border-color: #621b18;
  }

  .sm\:border-red-dark {
    border-color: #cc1f1a;
  }

  .sm\:border-red {
    border-color: #e3342f;
  }

  .sm\:border-red-light {
    border-color: #ef5753;
  }

  .sm\:border-red-lighter {
    border-color: #f9acaa;
  }

  .sm\:border-red-lightest {
    border-color: #fcebea;
  }

  .sm\:border-orange-darkest {
    border-color: #462a16;
  }

  .sm\:border-orange-darker {
    border-color: #613b1f;
  }

  .sm\:border-orange-dark {
    border-color: #de751f;
  }

  .sm\:border-orange {
    border-color: #f6993f;
  }

  .sm\:border-orange-light {
    border-color: #faad63;
  }

  .sm\:border-orange-lighter {
    border-color: #fcd9b6;
  }

  .sm\:border-orange-lightest {
    border-color: #fff5eb;
  }

  .sm\:border-yellow-darkest {
    border-color: #453411;
  }

  .sm\:border-yellow-darker {
    border-color: #684f1d;
  }

  .sm\:border-yellow-dark {
    border-color: #f2d024;
  }

  .sm\:border-yellow {
    border-color: #ffed4a;
  }

  .sm\:border-yellow-light {
    border-color: #fff382;
  }

  .sm\:border-yellow-lighter {
    border-color: #fff9c2;
  }

  .sm\:border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .sm\:border-green-darkest {
    border-color: #0f2f21;
  }

  .sm\:border-green-darker {
    border-color: #1a4731;
  }

  .sm\:border-green-dark {
    border-color: #1f9d55;
  }

  .sm\:border-green {
    border-color: #38c172;
  }

  .sm\:border-green-light {
    border-color: #51d88a;
  }

  .sm\:border-green-lighter {
    border-color: #a2f5bf;
  }

  .sm\:border-green-lightest {
    border-color: #e3fcec;
  }

  .sm\:border-teal-darkest {
    border-color: #0d3331;
  }

  .sm\:border-teal-darker {
    border-color: #20504f;
  }

  .sm\:border-teal-dark {
    border-color: #38a89d;
  }

  .sm\:border-teal {
    border-color: #4dc0b5;
  }

  .sm\:border-teal-light {
    border-color: #64d5ca;
  }

  .sm\:border-teal-lighter {
    border-color: #a0f0ed;
  }

  .sm\:border-teal-lightest {
    border-color: #e8fffe;
  }

  .sm\:border-blue-darkest {
    border-color: #12283a;
  }

  .sm\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .sm\:border-blue-dark {
    border-color: #2779bd;
  }

  .sm\:border-blue {
    border-color: #3490dc;
  }

  .sm\:border-blue-light {
    border-color: #6cb2eb;
  }

  .sm\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .sm\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .sm\:border-indigo-darkest {
    border-color: #191e38;
  }

  .sm\:border-indigo-darker {
    border-color: #2f365f;
  }

  .sm\:border-indigo-dark {
    border-color: #5661b3;
  }

  .sm\:border-indigo {
    border-color: #6574cd;
  }

  .sm\:border-indigo-light {
    border-color: #7886d7;
  }

  .sm\:border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .sm\:border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .sm\:border-purple-darkest {
    border-color: #21183c;
  }

  .sm\:border-purple-darker {
    border-color: #382b5f;
  }

  .sm\:border-purple-dark {
    border-color: #794acf;
  }

  .sm\:border-purple {
    border-color: #9561e2;
  }

  .sm\:border-purple-light {
    border-color: #a779e9;
  }

  .sm\:border-purple-lighter {
    border-color: #d6bbfc;
  }

  .sm\:border-purple-lightest {
    border-color: #f3ebff;
  }

  .sm\:border-pink-darkest {
    border-color: #451225;
  }

  .sm\:border-pink-darker {
    border-color: #6f213f;
  }

  .sm\:border-pink-dark {
    border-color: #eb5286;
  }

  .sm\:border-pink {
    border-color: #f66d9b;
  }

  .sm\:border-pink-light {
    border-color: #fa7ea8;
  }

  .sm\:border-pink-lighter {
    border-color: #ffbbca;
  }

  .sm\:border-pink-lightest {
    border-color: #ffebef;
  }

  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:border-black {
    border-color: #22292f;
  }

  .group:hover .sm\:group-hover\:border-grey-darkest {
    border-color: #3d4852;
  }

  .group:hover .sm\:group-hover\:border-grey-darker {
    border-color: #606f7b;
  }

  .group:hover .sm\:group-hover\:border-grey-dark {
    border-color: #8795a1;
  }

  .group:hover .sm\:group-hover\:border-grey {
    border-color: #b8c2cc;
  }

  .group:hover .sm\:group-hover\:border-grey-light {
    border-color: #dae1e7;
  }

  .group:hover .sm\:group-hover\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .group:hover .sm\:group-hover\:border-grey-lightest {
    border-color: #f8fafc;
  }

  .group:hover .sm\:group-hover\:border-white {
    border-color: #fff;
  }

  .group:hover .sm\:group-hover\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .group:hover .sm\:group-hover\:border-red-darker {
    border-color: #621b18;
  }

  .group:hover .sm\:group-hover\:border-red-dark {
    border-color: #cc1f1a;
  }

  .group:hover .sm\:group-hover\:border-red {
    border-color: #e3342f;
  }

  .group:hover .sm\:group-hover\:border-red-light {
    border-color: #ef5753;
  }

  .group:hover .sm\:group-hover\:border-red-lighter {
    border-color: #f9acaa;
  }

  .group:hover .sm\:group-hover\:border-red-lightest {
    border-color: #fcebea;
  }

  .group:hover .sm\:group-hover\:border-orange-darkest {
    border-color: #462a16;
  }

  .group:hover .sm\:group-hover\:border-orange-darker {
    border-color: #613b1f;
  }

  .group:hover .sm\:group-hover\:border-orange-dark {
    border-color: #de751f;
  }

  .group:hover .sm\:group-hover\:border-orange {
    border-color: #f6993f;
  }

  .group:hover .sm\:group-hover\:border-orange-light {
    border-color: #faad63;
  }

  .group:hover .sm\:group-hover\:border-orange-lighter {
    border-color: #fcd9b6;
  }

  .group:hover .sm\:group-hover\:border-orange-lightest {
    border-color: #fff5eb;
  }

  .group:hover .sm\:group-hover\:border-yellow-darkest {
    border-color: #453411;
  }

  .group:hover .sm\:group-hover\:border-yellow-darker {
    border-color: #684f1d;
  }

  .group:hover .sm\:group-hover\:border-yellow-dark {
    border-color: #f2d024;
  }

  .group:hover .sm\:group-hover\:border-yellow {
    border-color: #ffed4a;
  }

  .group:hover .sm\:group-hover\:border-yellow-light {
    border-color: #fff382;
  }

  .group:hover .sm\:group-hover\:border-yellow-lighter {
    border-color: #fff9c2;
  }

  .group:hover .sm\:group-hover\:border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .group:hover .sm\:group-hover\:border-green-darkest {
    border-color: #0f2f21;
  }

  .group:hover .sm\:group-hover\:border-green-darker {
    border-color: #1a4731;
  }

  .group:hover .sm\:group-hover\:border-green-dark {
    border-color: #1f9d55;
  }

  .group:hover .sm\:group-hover\:border-green {
    border-color: #38c172;
  }

  .group:hover .sm\:group-hover\:border-green-light {
    border-color: #51d88a;
  }

  .group:hover .sm\:group-hover\:border-green-lighter {
    border-color: #a2f5bf;
  }

  .group:hover .sm\:group-hover\:border-green-lightest {
    border-color: #e3fcec;
  }

  .group:hover .sm\:group-hover\:border-teal-darkest {
    border-color: #0d3331;
  }

  .group:hover .sm\:group-hover\:border-teal-darker {
    border-color: #20504f;
  }

  .group:hover .sm\:group-hover\:border-teal-dark {
    border-color: #38a89d;
  }

  .group:hover .sm\:group-hover\:border-teal {
    border-color: #4dc0b5;
  }

  .group:hover .sm\:group-hover\:border-teal-light {
    border-color: #64d5ca;
  }

  .group:hover .sm\:group-hover\:border-teal-lighter {
    border-color: #a0f0ed;
  }

  .group:hover .sm\:group-hover\:border-teal-lightest {
    border-color: #e8fffe;
  }

  .group:hover .sm\:group-hover\:border-blue-darkest {
    border-color: #12283a;
  }

  .group:hover .sm\:group-hover\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .group:hover .sm\:group-hover\:border-blue-dark {
    border-color: #2779bd;
  }

  .group:hover .sm\:group-hover\:border-blue {
    border-color: #3490dc;
  }

  .group:hover .sm\:group-hover\:border-blue-light {
    border-color: #6cb2eb;
  }

  .group:hover .sm\:group-hover\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .group:hover .sm\:group-hover\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .group:hover .sm\:group-hover\:border-indigo-darkest {
    border-color: #191e38;
  }

  .group:hover .sm\:group-hover\:border-indigo-darker {
    border-color: #2f365f;
  }

  .group:hover .sm\:group-hover\:border-indigo-dark {
    border-color: #5661b3;
  }

  .group:hover .sm\:group-hover\:border-indigo {
    border-color: #6574cd;
  }

  .group:hover .sm\:group-hover\:border-indigo-light {
    border-color: #7886d7;
  }

  .group:hover .sm\:group-hover\:border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .group:hover .sm\:group-hover\:border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .group:hover .sm\:group-hover\:border-purple-darkest {
    border-color: #21183c;
  }

  .group:hover .sm\:group-hover\:border-purple-darker {
    border-color: #382b5f;
  }

  .group:hover .sm\:group-hover\:border-purple-dark {
    border-color: #794acf;
  }

  .group:hover .sm\:group-hover\:border-purple {
    border-color: #9561e2;
  }

  .group:hover .sm\:group-hover\:border-purple-light {
    border-color: #a779e9;
  }

  .group:hover .sm\:group-hover\:border-purple-lighter {
    border-color: #d6bbfc;
  }

  .group:hover .sm\:group-hover\:border-purple-lightest {
    border-color: #f3ebff;
  }

  .group:hover .sm\:group-hover\:border-pink-darkest {
    border-color: #451225;
  }

  .group:hover .sm\:group-hover\:border-pink-darker {
    border-color: #6f213f;
  }

  .group:hover .sm\:group-hover\:border-pink-dark {
    border-color: #eb5286;
  }

  .group:hover .sm\:group-hover\:border-pink {
    border-color: #f66d9b;
  }

  .group:hover .sm\:group-hover\:border-pink-light {
    border-color: #fa7ea8;
  }

  .group:hover .sm\:group-hover\:border-pink-lighter {
    border-color: #ffbbca;
  }

  .group:hover .sm\:group-hover\:border-pink-lightest {
    border-color: #ffebef;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-black:hover {
    border-color: #22292f;
  }

  .sm\:hover\:border-grey-darkest:hover {
    border-color: #3d4852;
  }

  .sm\:hover\:border-grey-darker:hover {
    border-color: #606f7b;
  }

  .sm\:hover\:border-grey-dark:hover {
    border-color: #8795a1;
  }

  .sm\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .sm\:hover\:border-grey-light:hover {
    border-color: #dae1e7;
  }

  .sm\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8;
  }

  .sm\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc;
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .sm\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }

  .sm\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .sm\:hover\:border-red:hover {
    border-color: #e3342f;
  }

  .sm\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }

  .sm\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .sm\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }

  .sm\:hover\:border-orange-darkest:hover {
    border-color: #462a16;
  }

  .sm\:hover\:border-orange-darker:hover {
    border-color: #613b1f;
  }

  .sm\:hover\:border-orange-dark:hover {
    border-color: #de751f;
  }

  .sm\:hover\:border-orange:hover {
    border-color: #f6993f;
  }

  .sm\:hover\:border-orange-light:hover {
    border-color: #faad63;
  }

  .sm\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6;
  }

  .sm\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb;
  }

  .sm\:hover\:border-yellow-darkest:hover {
    border-color: #453411;
  }

  .sm\:hover\:border-yellow-darker:hover {
    border-color: #684f1d;
  }

  .sm\:hover\:border-yellow-dark:hover {
    border-color: #f2d024;
  }

  .sm\:hover\:border-yellow:hover {
    border-color: #ffed4a;
  }

  .sm\:hover\:border-yellow-light:hover {
    border-color: #fff382;
  }

  .sm\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2;
  }

  .sm\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb;
  }

  .sm\:hover\:border-green-darkest:hover {
    border-color: #0f2f21;
  }

  .sm\:hover\:border-green-darker:hover {
    border-color: #1a4731;
  }

  .sm\:hover\:border-green-dark:hover {
    border-color: #1f9d55;
  }

  .sm\:hover\:border-green:hover {
    border-color: #38c172;
  }

  .sm\:hover\:border-green-light:hover {
    border-color: #51d88a;
  }

  .sm\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf;
  }

  .sm\:hover\:border-green-lightest:hover {
    border-color: #e3fcec;
  }

  .sm\:hover\:border-teal-darkest:hover {
    border-color: #0d3331;
  }

  .sm\:hover\:border-teal-darker:hover {
    border-color: #20504f;
  }

  .sm\:hover\:border-teal-dark:hover {
    border-color: #38a89d;
  }

  .sm\:hover\:border-teal:hover {
    border-color: #4dc0b5;
  }

  .sm\:hover\:border-teal-light:hover {
    border-color: #64d5ca;
  }

  .sm\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed;
  }

  .sm\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe;
  }

  .sm\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }

  .sm\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .sm\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }

  .sm\:hover\:border-blue:hover {
    border-color: #3490dc;
  }

  .sm\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .sm\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .sm\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .sm\:hover\:border-indigo-darkest:hover {
    border-color: #191e38;
  }

  .sm\:hover\:border-indigo-darker:hover {
    border-color: #2f365f;
  }

  .sm\:hover\:border-indigo-dark:hover {
    border-color: #5661b3;
  }

  .sm\:hover\:border-indigo:hover {
    border-color: #6574cd;
  }

  .sm\:hover\:border-indigo-light:hover {
    border-color: #7886d7;
  }

  .sm\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff;
  }

  .sm\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff;
  }

  .sm\:hover\:border-purple-darkest:hover {
    border-color: #21183c;
  }

  .sm\:hover\:border-purple-darker:hover {
    border-color: #382b5f;
  }

  .sm\:hover\:border-purple-dark:hover {
    border-color: #794acf;
  }

  .sm\:hover\:border-purple:hover {
    border-color: #9561e2;
  }

  .sm\:hover\:border-purple-light:hover {
    border-color: #a779e9;
  }

  .sm\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc;
  }

  .sm\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff;
  }

  .sm\:hover\:border-pink-darkest:hover {
    border-color: #451225;
  }

  .sm\:hover\:border-pink-darker:hover {
    border-color: #6f213f;
  }

  .sm\:hover\:border-pink-dark:hover {
    border-color: #eb5286;
  }

  .sm\:hover\:border-pink:hover {
    border-color: #f66d9b;
  }

  .sm\:hover\:border-pink-light:hover {
    border-color: #fa7ea8;
  }

  .sm\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca;
  }

  .sm\:hover\:border-pink-lightest:hover {
    border-color: #ffebef;
  }

  .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .sm\:focus-within\:border-black:focus-within {
    border-color: #22292f;
  }

  .sm\:focus-within\:border-grey-darkest:focus-within {
    border-color: #3d4852;
  }

  .sm\:focus-within\:border-grey-darker:focus-within {
    border-color: #606f7b;
  }

  .sm\:focus-within\:border-grey-dark:focus-within {
    border-color: #8795a1;
  }

  .sm\:focus-within\:border-grey:focus-within {
    border-color: #b8c2cc;
  }

  .sm\:focus-within\:border-grey-light:focus-within {
    border-color: #dae1e7;
  }

  .sm\:focus-within\:border-grey-lighter:focus-within {
    border-color: #f1f5f8;
  }

  .sm\:focus-within\:border-grey-lightest:focus-within {
    border-color: #f8fafc;
  }

  .sm\:focus-within\:border-white:focus-within {
    border-color: #fff;
  }

  .sm\:focus-within\:border-red-darkest:focus-within {
    border-color: #3b0d0c;
  }

  .sm\:focus-within\:border-red-darker:focus-within {
    border-color: #621b18;
  }

  .sm\:focus-within\:border-red-dark:focus-within {
    border-color: #cc1f1a;
  }

  .sm\:focus-within\:border-red:focus-within {
    border-color: #e3342f;
  }

  .sm\:focus-within\:border-red-light:focus-within {
    border-color: #ef5753;
  }

  .sm\:focus-within\:border-red-lighter:focus-within {
    border-color: #f9acaa;
  }

  .sm\:focus-within\:border-red-lightest:focus-within {
    border-color: #fcebea;
  }

  .sm\:focus-within\:border-orange-darkest:focus-within {
    border-color: #462a16;
  }

  .sm\:focus-within\:border-orange-darker:focus-within {
    border-color: #613b1f;
  }

  .sm\:focus-within\:border-orange-dark:focus-within {
    border-color: #de751f;
  }

  .sm\:focus-within\:border-orange:focus-within {
    border-color: #f6993f;
  }

  .sm\:focus-within\:border-orange-light:focus-within {
    border-color: #faad63;
  }

  .sm\:focus-within\:border-orange-lighter:focus-within {
    border-color: #fcd9b6;
  }

  .sm\:focus-within\:border-orange-lightest:focus-within {
    border-color: #fff5eb;
  }

  .sm\:focus-within\:border-yellow-darkest:focus-within {
    border-color: #453411;
  }

  .sm\:focus-within\:border-yellow-darker:focus-within {
    border-color: #684f1d;
  }

  .sm\:focus-within\:border-yellow-dark:focus-within {
    border-color: #f2d024;
  }

  .sm\:focus-within\:border-yellow:focus-within {
    border-color: #ffed4a;
  }

  .sm\:focus-within\:border-yellow-light:focus-within {
    border-color: #fff382;
  }

  .sm\:focus-within\:border-yellow-lighter:focus-within {
    border-color: #fff9c2;
  }

  .sm\:focus-within\:border-yellow-lightest:focus-within {
    border-color: #fcfbeb;
  }

  .sm\:focus-within\:border-green-darkest:focus-within {
    border-color: #0f2f21;
  }

  .sm\:focus-within\:border-green-darker:focus-within {
    border-color: #1a4731;
  }

  .sm\:focus-within\:border-green-dark:focus-within {
    border-color: #1f9d55;
  }

  .sm\:focus-within\:border-green:focus-within {
    border-color: #38c172;
  }

  .sm\:focus-within\:border-green-light:focus-within {
    border-color: #51d88a;
  }

  .sm\:focus-within\:border-green-lighter:focus-within {
    border-color: #a2f5bf;
  }

  .sm\:focus-within\:border-green-lightest:focus-within {
    border-color: #e3fcec;
  }

  .sm\:focus-within\:border-teal-darkest:focus-within {
    border-color: #0d3331;
  }

  .sm\:focus-within\:border-teal-darker:focus-within {
    border-color: #20504f;
  }

  .sm\:focus-within\:border-teal-dark:focus-within {
    border-color: #38a89d;
  }

  .sm\:focus-within\:border-teal:focus-within {
    border-color: #4dc0b5;
  }

  .sm\:focus-within\:border-teal-light:focus-within {
    border-color: #64d5ca;
  }

  .sm\:focus-within\:border-teal-lighter:focus-within {
    border-color: #a0f0ed;
  }

  .sm\:focus-within\:border-teal-lightest:focus-within {
    border-color: #e8fffe;
  }

  .sm\:focus-within\:border-blue-darkest:focus-within {
    border-color: #12283a;
  }

  .sm\:focus-within\:border-blue-darker:focus-within {
    border-color: #1c3d5a;
  }

  .sm\:focus-within\:border-blue-dark:focus-within {
    border-color: #2779bd;
  }

  .sm\:focus-within\:border-blue:focus-within {
    border-color: #3490dc;
  }

  .sm\:focus-within\:border-blue-light:focus-within {
    border-color: #6cb2eb;
  }

  .sm\:focus-within\:border-blue-lighter:focus-within {
    border-color: #bcdefa;
  }

  .sm\:focus-within\:border-blue-lightest:focus-within {
    border-color: #eff8ff;
  }

  .sm\:focus-within\:border-indigo-darkest:focus-within {
    border-color: #191e38;
  }

  .sm\:focus-within\:border-indigo-darker:focus-within {
    border-color: #2f365f;
  }

  .sm\:focus-within\:border-indigo-dark:focus-within {
    border-color: #5661b3;
  }

  .sm\:focus-within\:border-indigo:focus-within {
    border-color: #6574cd;
  }

  .sm\:focus-within\:border-indigo-light:focus-within {
    border-color: #7886d7;
  }

  .sm\:focus-within\:border-indigo-lighter:focus-within {
    border-color: #b2b7ff;
  }

  .sm\:focus-within\:border-indigo-lightest:focus-within {
    border-color: #e6e8ff;
  }

  .sm\:focus-within\:border-purple-darkest:focus-within {
    border-color: #21183c;
  }

  .sm\:focus-within\:border-purple-darker:focus-within {
    border-color: #382b5f;
  }

  .sm\:focus-within\:border-purple-dark:focus-within {
    border-color: #794acf;
  }

  .sm\:focus-within\:border-purple:focus-within {
    border-color: #9561e2;
  }

  .sm\:focus-within\:border-purple-light:focus-within {
    border-color: #a779e9;
  }

  .sm\:focus-within\:border-purple-lighter:focus-within {
    border-color: #d6bbfc;
  }

  .sm\:focus-within\:border-purple-lightest:focus-within {
    border-color: #f3ebff;
  }

  .sm\:focus-within\:border-pink-darkest:focus-within {
    border-color: #451225;
  }

  .sm\:focus-within\:border-pink-darker:focus-within {
    border-color: #6f213f;
  }

  .sm\:focus-within\:border-pink-dark:focus-within {
    border-color: #eb5286;
  }

  .sm\:focus-within\:border-pink:focus-within {
    border-color: #f66d9b;
  }

  .sm\:focus-within\:border-pink-light:focus-within {
    border-color: #fa7ea8;
  }

  .sm\:focus-within\:border-pink-lighter:focus-within {
    border-color: #ffbbca;
  }

  .sm\:focus-within\:border-pink-lightest:focus-within {
    border-color: #ffebef;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-black:focus {
    border-color: #22292f;
  }

  .sm\:focus\:border-grey-darkest:focus {
    border-color: #3d4852;
  }

  .sm\:focus\:border-grey-darker:focus {
    border-color: #606f7b;
  }

  .sm\:focus\:border-grey-dark:focus {
    border-color: #8795a1;
  }

  .sm\:focus\:border-grey:focus {
    border-color: #b8c2cc;
  }

  .sm\:focus\:border-grey-light:focus {
    border-color: #dae1e7;
  }

  .sm\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8;
  }

  .sm\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc;
  }

  .sm\:focus\:border-white:focus {
    border-color: #fff;
  }

  .sm\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }

  .sm\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }

  .sm\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }

  .sm\:focus\:border-red:focus {
    border-color: #e3342f;
  }

  .sm\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }

  .sm\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }

  .sm\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }

  .sm\:focus\:border-orange-darkest:focus {
    border-color: #462a16;
  }

  .sm\:focus\:border-orange-darker:focus {
    border-color: #613b1f;
  }

  .sm\:focus\:border-orange-dark:focus {
    border-color: #de751f;
  }

  .sm\:focus\:border-orange:focus {
    border-color: #f6993f;
  }

  .sm\:focus\:border-orange-light:focus {
    border-color: #faad63;
  }

  .sm\:focus\:border-orange-lighter:focus {
    border-color: #fcd9b6;
  }

  .sm\:focus\:border-orange-lightest:focus {
    border-color: #fff5eb;
  }

  .sm\:focus\:border-yellow-darkest:focus {
    border-color: #453411;
  }

  .sm\:focus\:border-yellow-darker:focus {
    border-color: #684f1d;
  }

  .sm\:focus\:border-yellow-dark:focus {
    border-color: #f2d024;
  }

  .sm\:focus\:border-yellow:focus {
    border-color: #ffed4a;
  }

  .sm\:focus\:border-yellow-light:focus {
    border-color: #fff382;
  }

  .sm\:focus\:border-yellow-lighter:focus {
    border-color: #fff9c2;
  }

  .sm\:focus\:border-yellow-lightest:focus {
    border-color: #fcfbeb;
  }

  .sm\:focus\:border-green-darkest:focus {
    border-color: #0f2f21;
  }

  .sm\:focus\:border-green-darker:focus {
    border-color: #1a4731;
  }

  .sm\:focus\:border-green-dark:focus {
    border-color: #1f9d55;
  }

  .sm\:focus\:border-green:focus {
    border-color: #38c172;
  }

  .sm\:focus\:border-green-light:focus {
    border-color: #51d88a;
  }

  .sm\:focus\:border-green-lighter:focus {
    border-color: #a2f5bf;
  }

  .sm\:focus\:border-green-lightest:focus {
    border-color: #e3fcec;
  }

  .sm\:focus\:border-teal-darkest:focus {
    border-color: #0d3331;
  }

  .sm\:focus\:border-teal-darker:focus {
    border-color: #20504f;
  }

  .sm\:focus\:border-teal-dark:focus {
    border-color: #38a89d;
  }

  .sm\:focus\:border-teal:focus {
    border-color: #4dc0b5;
  }

  .sm\:focus\:border-teal-light:focus {
    border-color: #64d5ca;
  }

  .sm\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed;
  }

  .sm\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe;
  }

  .sm\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }

  .sm\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }

  .sm\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }

  .sm\:focus\:border-blue:focus {
    border-color: #3490dc;
  }

  .sm\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }

  .sm\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }

  .sm\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }

  .sm\:focus\:border-indigo-darkest:focus {
    border-color: #191e38;
  }

  .sm\:focus\:border-indigo-darker:focus {
    border-color: #2f365f;
  }

  .sm\:focus\:border-indigo-dark:focus {
    border-color: #5661b3;
  }

  .sm\:focus\:border-indigo:focus {
    border-color: #6574cd;
  }

  .sm\:focus\:border-indigo-light:focus {
    border-color: #7886d7;
  }

  .sm\:focus\:border-indigo-lighter:focus {
    border-color: #b2b7ff;
  }

  .sm\:focus\:border-indigo-lightest:focus {
    border-color: #e6e8ff;
  }

  .sm\:focus\:border-purple-darkest:focus {
    border-color: #21183c;
  }

  .sm\:focus\:border-purple-darker:focus {
    border-color: #382b5f;
  }

  .sm\:focus\:border-purple-dark:focus {
    border-color: #794acf;
  }

  .sm\:focus\:border-purple:focus {
    border-color: #9561e2;
  }

  .sm\:focus\:border-purple-light:focus {
    border-color: #a779e9;
  }

  .sm\:focus\:border-purple-lighter:focus {
    border-color: #d6bbfc;
  }

  .sm\:focus\:border-purple-lightest:focus {
    border-color: #f3ebff;
  }

  .sm\:focus\:border-pink-darkest:focus {
    border-color: #451225;
  }

  .sm\:focus\:border-pink-darker:focus {
    border-color: #6f213f;
  }

  .sm\:focus\:border-pink-dark:focus {
    border-color: #eb5286;
  }

  .sm\:focus\:border-pink:focus {
    border-color: #f66d9b;
  }

  .sm\:focus\:border-pink-light:focus {
    border-color: #fa7ea8;
  }

  .sm\:focus\:border-pink-lighter:focus {
    border-color: #ffbbca;
  }

  .sm\:focus\:border-pink-lightest:focus {
    border-color: #ffebef;
  }

  .sm\:active\:border-transparent:active {
    border-color: transparent;
  }

  .sm\:active\:border-black:active {
    border-color: #22292f;
  }

  .sm\:active\:border-grey-darkest:active {
    border-color: #3d4852;
  }

  .sm\:active\:border-grey-darker:active {
    border-color: #606f7b;
  }

  .sm\:active\:border-grey-dark:active {
    border-color: #8795a1;
  }

  .sm\:active\:border-grey:active {
    border-color: #b8c2cc;
  }

  .sm\:active\:border-grey-light:active {
    border-color: #dae1e7;
  }

  .sm\:active\:border-grey-lighter:active {
    border-color: #f1f5f8;
  }

  .sm\:active\:border-grey-lightest:active {
    border-color: #f8fafc;
  }

  .sm\:active\:border-white:active {
    border-color: #fff;
  }

  .sm\:active\:border-red-darkest:active {
    border-color: #3b0d0c;
  }

  .sm\:active\:border-red-darker:active {
    border-color: #621b18;
  }

  .sm\:active\:border-red-dark:active {
    border-color: #cc1f1a;
  }

  .sm\:active\:border-red:active {
    border-color: #e3342f;
  }

  .sm\:active\:border-red-light:active {
    border-color: #ef5753;
  }

  .sm\:active\:border-red-lighter:active {
    border-color: #f9acaa;
  }

  .sm\:active\:border-red-lightest:active {
    border-color: #fcebea;
  }

  .sm\:active\:border-orange-darkest:active {
    border-color: #462a16;
  }

  .sm\:active\:border-orange-darker:active {
    border-color: #613b1f;
  }

  .sm\:active\:border-orange-dark:active {
    border-color: #de751f;
  }

  .sm\:active\:border-orange:active {
    border-color: #f6993f;
  }

  .sm\:active\:border-orange-light:active {
    border-color: #faad63;
  }

  .sm\:active\:border-orange-lighter:active {
    border-color: #fcd9b6;
  }

  .sm\:active\:border-orange-lightest:active {
    border-color: #fff5eb;
  }

  .sm\:active\:border-yellow-darkest:active {
    border-color: #453411;
  }

  .sm\:active\:border-yellow-darker:active {
    border-color: #684f1d;
  }

  .sm\:active\:border-yellow-dark:active {
    border-color: #f2d024;
  }

  .sm\:active\:border-yellow:active {
    border-color: #ffed4a;
  }

  .sm\:active\:border-yellow-light:active {
    border-color: #fff382;
  }

  .sm\:active\:border-yellow-lighter:active {
    border-color: #fff9c2;
  }

  .sm\:active\:border-yellow-lightest:active {
    border-color: #fcfbeb;
  }

  .sm\:active\:border-green-darkest:active {
    border-color: #0f2f21;
  }

  .sm\:active\:border-green-darker:active {
    border-color: #1a4731;
  }

  .sm\:active\:border-green-dark:active {
    border-color: #1f9d55;
  }

  .sm\:active\:border-green:active {
    border-color: #38c172;
  }

  .sm\:active\:border-green-light:active {
    border-color: #51d88a;
  }

  .sm\:active\:border-green-lighter:active {
    border-color: #a2f5bf;
  }

  .sm\:active\:border-green-lightest:active {
    border-color: #e3fcec;
  }

  .sm\:active\:border-teal-darkest:active {
    border-color: #0d3331;
  }

  .sm\:active\:border-teal-darker:active {
    border-color: #20504f;
  }

  .sm\:active\:border-teal-dark:active {
    border-color: #38a89d;
  }

  .sm\:active\:border-teal:active {
    border-color: #4dc0b5;
  }

  .sm\:active\:border-teal-light:active {
    border-color: #64d5ca;
  }

  .sm\:active\:border-teal-lighter:active {
    border-color: #a0f0ed;
  }

  .sm\:active\:border-teal-lightest:active {
    border-color: #e8fffe;
  }

  .sm\:active\:border-blue-darkest:active {
    border-color: #12283a;
  }

  .sm\:active\:border-blue-darker:active {
    border-color: #1c3d5a;
  }

  .sm\:active\:border-blue-dark:active {
    border-color: #2779bd;
  }

  .sm\:active\:border-blue:active {
    border-color: #3490dc;
  }

  .sm\:active\:border-blue-light:active {
    border-color: #6cb2eb;
  }

  .sm\:active\:border-blue-lighter:active {
    border-color: #bcdefa;
  }

  .sm\:active\:border-blue-lightest:active {
    border-color: #eff8ff;
  }

  .sm\:active\:border-indigo-darkest:active {
    border-color: #191e38;
  }

  .sm\:active\:border-indigo-darker:active {
    border-color: #2f365f;
  }

  .sm\:active\:border-indigo-dark:active {
    border-color: #5661b3;
  }

  .sm\:active\:border-indigo:active {
    border-color: #6574cd;
  }

  .sm\:active\:border-indigo-light:active {
    border-color: #7886d7;
  }

  .sm\:active\:border-indigo-lighter:active {
    border-color: #b2b7ff;
  }

  .sm\:active\:border-indigo-lightest:active {
    border-color: #e6e8ff;
  }

  .sm\:active\:border-purple-darkest:active {
    border-color: #21183c;
  }

  .sm\:active\:border-purple-darker:active {
    border-color: #382b5f;
  }

  .sm\:active\:border-purple-dark:active {
    border-color: #794acf;
  }

  .sm\:active\:border-purple:active {
    border-color: #9561e2;
  }

  .sm\:active\:border-purple-light:active {
    border-color: #a779e9;
  }

  .sm\:active\:border-purple-lighter:active {
    border-color: #d6bbfc;
  }

  .sm\:active\:border-purple-lightest:active {
    border-color: #f3ebff;
  }

  .sm\:active\:border-pink-darkest:active {
    border-color: #451225;
  }

  .sm\:active\:border-pink-darker:active {
    border-color: #6f213f;
  }

  .sm\:active\:border-pink-dark:active {
    border-color: #eb5286;
  }

  .sm\:active\:border-pink:active {
    border-color: #f66d9b;
  }

  .sm\:active\:border-pink-light:active {
    border-color: #fa7ea8;
  }

  .sm\:active\:border-pink-lighter:active {
    border-color: #ffbbca;
  }

  .sm\:active\:border-pink-lightest:active {
    border-color: #ffebef;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: .125rem;
  }

  .sm\:rounded {
    border-radius: .25rem;
  }

  .sm\:rounded-lg {
    border-radius: .5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-sm {
    border-radius: .125rem;
  }

  .group:hover .sm\:group-hover\:rounded {
    border-radius: .25rem;
  }

  .group:hover .sm\:group-hover\:rounded-lg {
    border-radius: .5rem;
  }

  .group:hover .sm\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .group:hover .sm\:group-hover\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .group:hover .sm\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .group:hover .sm\:group-hover\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .group:hover .sm\:group-hover\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .group:hover .sm\:group-hover\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .group:hover .sm\:group-hover\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .group:hover .sm\:group-hover\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .group:hover .sm\:group-hover\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .group:hover .sm\:group-hover\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .group:hover .sm\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .group:hover .sm\:group-hover\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .group:hover .sm\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .sm\:group-hover\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .group:hover .sm\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .group:hover .sm\:group-hover\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .group:hover .sm\:group-hover\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .group:hover .sm\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .group:hover .sm\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .group:hover .sm\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .sm\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .sm\:hover\:rounded-sm:hover {
    border-radius: .125rem;
  }

  .sm\:hover\:rounded:hover {
    border-radius: .25rem;
  }

  .sm\:hover\:rounded-lg:hover {
    border-radius: .5rem;
  }

  .sm\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .sm\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:hover\:rounded-t-sm:hover {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:hover\:rounded-r-sm:hover {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:hover\:rounded-l-sm:hover {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:hover\:rounded-t:hover {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:hover\:rounded-r:hover {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:hover\:rounded-b:hover {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:hover\:rounded-l:hover {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:hover\:rounded-t-lg:hover {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:hover\:rounded-r-lg:hover {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:hover\:rounded-l-lg:hover {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .sm\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .sm\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .sm\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .sm\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: .125rem;
  }

  .sm\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: .125rem;
  }

  .sm\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: .125rem;
  }

  .sm\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem;
  }

  .sm\:hover\:rounded-tl:hover {
    border-top-left-radius: .25rem;
  }

  .sm\:hover\:rounded-tr:hover {
    border-top-right-radius: .25rem;
  }

  .sm\:hover\:rounded-br:hover {
    border-bottom-right-radius: .25rem;
  }

  .sm\:hover\:rounded-bl:hover {
    border-bottom-left-radius: .25rem;
  }

  .sm\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: .5rem;
  }

  .sm\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: .5rem;
  }

  .sm\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: .5rem;
  }

  .sm\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: .5rem;
  }

  .sm\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .sm\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .sm\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .sm\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus-within\:rounded-none:focus-within {
    border-radius: 0;
  }

  .sm\:focus-within\:rounded-sm:focus-within {
    border-radius: .125rem;
  }

  .sm\:focus-within\:rounded:focus-within {
    border-radius: .25rem;
  }

  .sm\:focus-within\:rounded-lg:focus-within {
    border-radius: .5rem;
  }

  .sm\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .sm\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0;
  }

  .sm\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0;
  }

  .sm\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0;
  }

  .sm\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0;
  }

  .sm\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: .125rem;
  }

  .sm\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: .125rem;
  }

  .sm\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: .125rem;
  }

  .sm\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: .125rem;
  }

  .sm\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: .25rem;
  }

  .sm\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: .25rem;
  }

  .sm\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: .25rem;
  }

  .sm\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: .25rem;
  }

  .sm\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: .5rem;
  }

  .sm\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: .5rem;
  }

  .sm\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: .5rem;
  }

  .sm\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: .5rem;
  }

  .sm\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .sm\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .sm\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .sm\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .sm\:focus\:rounded-sm:focus {
    border-radius: .125rem;
  }

  .sm\:focus\:rounded:focus {
    border-radius: .25rem;
  }

  .sm\:focus\:rounded-lg:focus {
    border-radius: .5rem;
  }

  .sm\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .sm\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:focus\:rounded-t-sm:focus {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:focus\:rounded-r-sm:focus {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:focus\:rounded-l-sm:focus {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:focus\:rounded-t:focus {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:focus\:rounded-r:focus {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:focus\:rounded-b:focus {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:focus\:rounded-l:focus {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:focus\:rounded-t-lg:focus {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:focus\:rounded-r-lg:focus {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:focus\:rounded-l-lg:focus {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .sm\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .sm\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .sm\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .sm\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: .125rem;
  }

  .sm\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: .125rem;
  }

  .sm\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: .125rem;
  }

  .sm\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: .125rem;
  }

  .sm\:focus\:rounded-tl:focus {
    border-top-left-radius: .25rem;
  }

  .sm\:focus\:rounded-tr:focus {
    border-top-right-radius: .25rem;
  }

  .sm\:focus\:rounded-br:focus {
    border-bottom-right-radius: .25rem;
  }

  .sm\:focus\:rounded-bl:focus {
    border-bottom-left-radius: .25rem;
  }

  .sm\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: .5rem;
  }

  .sm\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: .5rem;
  }

  .sm\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: .5rem;
  }

  .sm\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: .5rem;
  }

  .sm\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .sm\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .sm\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .sm\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .sm\:active\:rounded-none:active {
    border-radius: 0;
  }

  .sm\:active\:rounded-sm:active {
    border-radius: .125rem;
  }

  .sm\:active\:rounded:active {
    border-radius: .25rem;
  }

  .sm\:active\:rounded-lg:active {
    border-radius: .5rem;
  }

  .sm\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .sm\:active\:rounded-t-none:active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:active\:rounded-r-none:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:active\:rounded-l-none:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:active\:rounded-t-sm:active {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:active\:rounded-r-sm:active {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:active\:rounded-b-sm:active {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:active\:rounded-l-sm:active {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:active\:rounded-t:active {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:active\:rounded-r:active {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:active\:rounded-b:active {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:active\:rounded-l:active {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:active\:rounded-t-lg:active {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:active\:rounded-r-lg:active {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:active\:rounded-b-lg:active {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:active\:rounded-l-lg:active {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:active\:rounded-tl-none:active {
    border-top-left-radius: 0;
  }

  .sm\:active\:rounded-tr-none:active {
    border-top-right-radius: 0;
  }

  .sm\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0;
  }

  .sm\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0;
  }

  .sm\:active\:rounded-tl-sm:active {
    border-top-left-radius: .125rem;
  }

  .sm\:active\:rounded-tr-sm:active {
    border-top-right-radius: .125rem;
  }

  .sm\:active\:rounded-br-sm:active {
    border-bottom-right-radius: .125rem;
  }

  .sm\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: .125rem;
  }

  .sm\:active\:rounded-tl:active {
    border-top-left-radius: .25rem;
  }

  .sm\:active\:rounded-tr:active {
    border-top-right-radius: .25rem;
  }

  .sm\:active\:rounded-br:active {
    border-bottom-right-radius: .25rem;
  }

  .sm\:active\:rounded-bl:active {
    border-bottom-left-radius: .25rem;
  }

  .sm\:active\:rounded-tl-lg:active {
    border-top-left-radius: .5rem;
  }

  .sm\:active\:rounded-tr-lg:active {
    border-top-right-radius: .5rem;
  }

  .sm\:active\:rounded-br-lg:active {
    border-bottom-right-radius: .5rem;
  }

  .sm\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: .5rem;
  }

  .sm\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .sm\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .sm\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .sm\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-none {
    border-style: none;
  }

  .group:hover .sm\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .sm\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .sm\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .sm\:group-hover\:border-none {
    border-style: none;
  }

  .sm\:hover\:border-solid:hover {
    border-style: solid;
  }

  .sm\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .sm\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .sm\:hover\:border-none:hover {
    border-style: none;
  }

  .sm\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .sm\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .sm\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .sm\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .sm\:focus\:border-solid:focus {
    border-style: solid;
  }

  .sm\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .sm\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .sm\:focus\:border-none:focus {
    border-style: none;
  }

  .sm\:active\:border-solid:active {
    border-style: solid;
  }

  .sm\:active\:border-dashed:active {
    border-style: dashed;
  }

  .sm\:active\:border-dotted:active {
    border-style: dotted;
  }

  .sm\:active\:border-none:active {
    border-style: none;
  }

  .sm\:border-0 {
    border-width: 0;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0;
  }

  .sm\:border-r-0 {
    border-right-width: 0;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm\:border-l-0 {
    border-left-width: 0;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .sm\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .sm\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .sm\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .sm\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .sm\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .sm\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .sm\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .sm\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .sm\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .sm\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .sm\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .sm\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .sm\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .sm\:hover\:border-0:hover {
    border-width: 0;
  }

  .sm\:hover\:border-2:hover {
    border-width: 2px;
  }

  .sm\:hover\:border-4:hover {
    border-width: 4px;
  }

  .sm\:hover\:border-8:hover {
    border-width: 8px;
  }

  .sm\:hover\:border:hover {
    border-width: 1px;
  }

  .sm\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .sm\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .sm\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .sm\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .sm\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .sm\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .sm\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .sm\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .sm\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .sm\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .sm\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .sm\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .sm\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .sm\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .sm\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .sm\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .sm\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .sm\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .sm\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .sm\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .sm\:focus-within\:border-0:focus-within {
    border-width: 0;
  }

  .sm\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .sm\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .sm\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .sm\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .sm\:focus-within\:border-t-0:focus-within {
    border-top-width: 0;
  }

  .sm\:focus-within\:border-r-0:focus-within {
    border-right-width: 0;
  }

  .sm\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0;
  }

  .sm\:focus-within\:border-l-0:focus-within {
    border-left-width: 0;
  }

  .sm\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .sm\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .sm\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .sm\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .sm\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .sm\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .sm\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .sm\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .sm\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .sm\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .sm\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .sm\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .sm\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .sm\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .sm\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .sm\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .sm\:focus\:border-0:focus {
    border-width: 0;
  }

  .sm\:focus\:border-2:focus {
    border-width: 2px;
  }

  .sm\:focus\:border-4:focus {
    border-width: 4px;
  }

  .sm\:focus\:border-8:focus {
    border-width: 8px;
  }

  .sm\:focus\:border:focus {
    border-width: 1px;
  }

  .sm\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .sm\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .sm\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .sm\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .sm\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .sm\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .sm\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .sm\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .sm\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .sm\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .sm\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .sm\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .sm\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .sm\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .sm\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .sm\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .sm\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .sm\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .sm\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .sm\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .sm\:active\:border-0:active {
    border-width: 0;
  }

  .sm\:active\:border-2:active {
    border-width: 2px;
  }

  .sm\:active\:border-4:active {
    border-width: 4px;
  }

  .sm\:active\:border-8:active {
    border-width: 8px;
  }

  .sm\:active\:border:active {
    border-width: 1px;
  }

  .sm\:active\:border-t-0:active {
    border-top-width: 0;
  }

  .sm\:active\:border-r-0:active {
    border-right-width: 0;
  }

  .sm\:active\:border-b-0:active {
    border-bottom-width: 0;
  }

  .sm\:active\:border-l-0:active {
    border-left-width: 0;
  }

  .sm\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .sm\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .sm\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .sm\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .sm\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .sm\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .sm\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .sm\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .sm\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .sm\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .sm\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .sm\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .sm\:active\:border-t:active {
    border-top-width: 1px;
  }

  .sm\:active\:border-r:active {
    border-right-width: 1px;
  }

  .sm\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .sm\:active\:border-l:active {
    border-left-width: 1px;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .sm\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .sm\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .sm\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .sm\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .sm\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .sm\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .sm\:hover\:cursor-default:hover {
    cursor: default;
  }

  .sm\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .sm\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .sm\:hover\:cursor-move:hover {
    cursor: move;
  }

  .sm\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .sm\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .sm\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .sm\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .sm\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .sm\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .sm\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .sm\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .sm\:focus\:cursor-default:focus {
    cursor: default;
  }

  .sm\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .sm\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .sm\:focus\:cursor-move:focus {
    cursor: move;
  }

  .sm\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .sm\:active\:cursor-auto:active {
    cursor: auto;
  }

  .sm\:active\:cursor-default:active {
    cursor: default;
  }

  .sm\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .sm\:active\:cursor-wait:active {
    cursor: wait;
  }

  .sm\:active\:cursor-move:active {
    cursor: move;
  }

  .sm\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:hidden {
    display: none;
  }

  .group:hover .sm\:group-hover\:block {
    display: block;
  }

  .group:hover .sm\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .sm\:group-hover\:inline {
    display: inline;
  }

  .group:hover .sm\:group-hover\:table {
    display: table;
  }

  .group:hover .sm\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .sm\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .sm\:group-hover\:hidden {
    display: none;
  }

  .sm\:hover\:block:hover {
    display: block;
  }

  .sm\:hover\:inline-block:hover {
    display: inline-block;
  }

  .sm\:hover\:inline:hover {
    display: inline;
  }

  .sm\:hover\:table:hover {
    display: table;
  }

  .sm\:hover\:table-row:hover {
    display: table-row;
  }

  .sm\:hover\:table-cell:hover {
    display: table-cell;
  }

  .sm\:hover\:hidden:hover {
    display: none;
  }

  .sm\:focus-within\:block:focus-within {
    display: block;
  }

  .sm\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .sm\:focus-within\:inline:focus-within {
    display: inline;
  }

  .sm\:focus-within\:table:focus-within {
    display: table;
  }

  .sm\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .sm\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .sm\:focus-within\:hidden:focus-within {
    display: none;
  }

  .sm\:focus\:block:focus {
    display: block;
  }

  .sm\:focus\:inline-block:focus {
    display: inline-block;
  }

  .sm\:focus\:inline:focus {
    display: inline;
  }

  .sm\:focus\:table:focus {
    display: table;
  }

  .sm\:focus\:table-row:focus {
    display: table-row;
  }

  .sm\:focus\:table-cell:focus {
    display: table-cell;
  }

  .sm\:focus\:hidden:focus {
    display: none;
  }

  .sm\:active\:block:active {
    display: block;
  }

  .sm\:active\:inline-block:active {
    display: inline-block;
  }

  .sm\:active\:inline:active {
    display: inline;
  }

  .sm\:active\:table:active {
    display: table;
  }

  .sm\:active\:table-row:active {
    display: table-row;
  }

  .sm\:active\:table-cell:active {
    display: table-cell;
  }

  .sm\:active\:hidden:active {
    display: none;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-no-grow {
    flex-grow: 0;
  }

  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }

  .group:hover .sm\:group-hover\:flex {
    display: flex;
  }

  .group:hover .sm\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .sm\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .sm\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .sm\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .sm\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .group:hover .sm\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .sm\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .sm\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .group:hover .sm\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .sm\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .sm\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .sm\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .sm\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .group:hover .sm\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .sm\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .sm\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .sm\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .sm\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .group:hover .sm\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .sm\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .sm\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .sm\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .sm\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .sm\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .sm\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .sm\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .sm\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .sm\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .sm\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .sm\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .sm\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .sm\:group-hover\:flex-none {
    flex: none;
  }

  .group:hover .sm\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .group:hover .sm\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .sm\:group-hover\:flex-no-grow {
    flex-grow: 0;
  }

  .group:hover .sm\:group-hover\:flex-no-shrink {
    flex-shrink: 0;
  }

  .sm\:hover\:flex:hover {
    display: flex;
  }

  .sm\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .sm\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .sm\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .sm\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .sm\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .sm\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .sm\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .sm\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .sm\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .sm\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .sm\:hover\:items-center:hover {
    align-items: center;
  }

  .sm\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .sm\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .sm\:hover\:self-auto:hover {
    align-self: auto;
  }

  .sm\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .sm\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .sm\:hover\:self-center:hover {
    align-self: center;
  }

  .sm\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .sm\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .sm\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .sm\:hover\:justify-center:hover {
    justify-content: center;
  }

  .sm\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .sm\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .sm\:hover\:content-center:hover {
    align-content: center;
  }

  .sm\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .sm\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .sm\:hover\:content-between:hover {
    align-content: space-between;
  }

  .sm\:hover\:content-around:hover {
    align-content: space-around;
  }

  .sm\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .sm\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .sm\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .sm\:hover\:flex-none:hover {
    flex: none;
  }

  .sm\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .sm\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .sm\:hover\:flex-no-grow:hover {
    flex-grow: 0;
  }

  .sm\:hover\:flex-no-shrink:hover {
    flex-shrink: 0;
  }

  .sm\:focus-within\:flex:focus-within {
    display: flex;
  }

  .sm\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .sm\:focus-within\:flex-row:focus-within {
    flex-direction: row;
  }

  .sm\:focus-within\:flex-row-reverse:focus-within {
    flex-direction: row-reverse;
  }

  .sm\:focus-within\:flex-col:focus-within {
    flex-direction: column;
  }

  .sm\:focus-within\:flex-col-reverse:focus-within {
    flex-direction: column-reverse;
  }

  .sm\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .sm\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .sm\:focus-within\:flex-no-wrap:focus-within {
    flex-wrap: nowrap;
  }

  .sm\:focus-within\:items-start:focus-within {
    align-items: flex-start;
  }

  .sm\:focus-within\:items-end:focus-within {
    align-items: flex-end;
  }

  .sm\:focus-within\:items-center:focus-within {
    align-items: center;
  }

  .sm\:focus-within\:items-baseline:focus-within {
    align-items: baseline;
  }

  .sm\:focus-within\:items-stretch:focus-within {
    align-items: stretch;
  }

  .sm\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .sm\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .sm\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .sm\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .sm\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .sm\:focus-within\:justify-start:focus-within {
    justify-content: flex-start;
  }

  .sm\:focus-within\:justify-end:focus-within {
    justify-content: flex-end;
  }

  .sm\:focus-within\:justify-center:focus-within {
    justify-content: center;
  }

  .sm\:focus-within\:justify-between:focus-within {
    justify-content: space-between;
  }

  .sm\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .sm\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .sm\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .sm\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .sm\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .sm\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .sm\:focus-within\:flex-1:focus-within {
    flex: 1 1 0%;
  }

  .sm\:focus-within\:flex-auto:focus-within {
    flex: 1 1 auto;
  }

  .sm\:focus-within\:flex-initial:focus-within {
    flex: 0 1 auto;
  }

  .sm\:focus-within\:flex-none:focus-within {
    flex: none;
  }

  .sm\:focus-within\:flex-grow:focus-within {
    flex-grow: 1;
  }

  .sm\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .sm\:focus-within\:flex-no-grow:focus-within {
    flex-grow: 0;
  }

  .sm\:focus-within\:flex-no-shrink:focus-within {
    flex-shrink: 0;
  }

  .sm\:focus\:flex:focus {
    display: flex;
  }

  .sm\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .sm\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .sm\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .sm\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .sm\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .sm\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .sm\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .sm\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .sm\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .sm\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .sm\:focus\:items-center:focus {
    align-items: center;
  }

  .sm\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .sm\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .sm\:focus\:self-auto:focus {
    align-self: auto;
  }

  .sm\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .sm\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .sm\:focus\:self-center:focus {
    align-self: center;
  }

  .sm\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .sm\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .sm\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .sm\:focus\:justify-center:focus {
    justify-content: center;
  }

  .sm\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .sm\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .sm\:focus\:content-center:focus {
    align-content: center;
  }

  .sm\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .sm\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .sm\:focus\:content-between:focus {
    align-content: space-between;
  }

  .sm\:focus\:content-around:focus {
    align-content: space-around;
  }

  .sm\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .sm\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .sm\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .sm\:focus\:flex-none:focus {
    flex: none;
  }

  .sm\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .sm\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .sm\:focus\:flex-no-grow:focus {
    flex-grow: 0;
  }

  .sm\:focus\:flex-no-shrink:focus {
    flex-shrink: 0;
  }

  .sm\:active\:flex:active {
    display: flex;
  }

  .sm\:active\:inline-flex:active {
    display: inline-flex;
  }

  .sm\:active\:flex-row:active {
    flex-direction: row;
  }

  .sm\:active\:flex-row-reverse:active {
    flex-direction: row-reverse;
  }

  .sm\:active\:flex-col:active {
    flex-direction: column;
  }

  .sm\:active\:flex-col-reverse:active {
    flex-direction: column-reverse;
  }

  .sm\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .sm\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .sm\:active\:flex-no-wrap:active {
    flex-wrap: nowrap;
  }

  .sm\:active\:items-start:active {
    align-items: flex-start;
  }

  .sm\:active\:items-end:active {
    align-items: flex-end;
  }

  .sm\:active\:items-center:active {
    align-items: center;
  }

  .sm\:active\:items-baseline:active {
    align-items: baseline;
  }

  .sm\:active\:items-stretch:active {
    align-items: stretch;
  }

  .sm\:active\:self-auto:active {
    align-self: auto;
  }

  .sm\:active\:self-start:active {
    align-self: flex-start;
  }

  .sm\:active\:self-end:active {
    align-self: flex-end;
  }

  .sm\:active\:self-center:active {
    align-self: center;
  }

  .sm\:active\:self-stretch:active {
    align-self: stretch;
  }

  .sm\:active\:justify-start:active {
    justify-content: flex-start;
  }

  .sm\:active\:justify-end:active {
    justify-content: flex-end;
  }

  .sm\:active\:justify-center:active {
    justify-content: center;
  }

  .sm\:active\:justify-between:active {
    justify-content: space-between;
  }

  .sm\:active\:justify-around:active {
    justify-content: space-around;
  }

  .sm\:active\:content-center:active {
    align-content: center;
  }

  .sm\:active\:content-start:active {
    align-content: flex-start;
  }

  .sm\:active\:content-end:active {
    align-content: flex-end;
  }

  .sm\:active\:content-between:active {
    align-content: space-between;
  }

  .sm\:active\:content-around:active {
    align-content: space-around;
  }

  .sm\:active\:flex-1:active {
    flex: 1 1 0%;
  }

  .sm\:active\:flex-auto:active {
    flex: 1 1 auto;
  }

  .sm\:active\:flex-initial:active {
    flex: 0 1 auto;
  }

  .sm\:active\:flex-none:active {
    flex: none;
  }

  .sm\:active\:flex-grow:active {
    flex-grow: 1;
  }

  .sm\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .sm\:active\:flex-no-grow:active {
    flex-grow: 0;
  }

  .sm\:active\:flex-no-shrink:active {
    flex-shrink: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .sm\:group-hover\:float-right {
    float: right;
  }

  .group:hover .sm\:group-hover\:float-left {
    float: left;
  }

  .group:hover .sm\:group-hover\:float-none {
    float: none;
  }

  .group:hover .sm\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:hover\:float-right:hover {
    float: right;
  }

  .sm\:hover\:float-left:hover {
    float: left;
  }

  .sm\:hover\:float-none:hover {
    float: none;
  }

  .sm\:hover\:clearfix:after:hover {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:focus-within\:float-right:focus-within {
    float: right;
  }

  .sm\:focus-within\:float-left:focus-within {
    float: left;
  }

  .sm\:focus-within\:float-none:focus-within {
    float: none;
  }

  .sm\:focus-within\:clearfix:after:focus-within {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:focus\:float-right:focus {
    float: right;
  }

  .sm\:focus\:float-left:focus {
    float: left;
  }

  .sm\:focus\:float-none:focus {
    float: none;
  }

  .sm\:focus\:clearfix:after:focus {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:active\:float-right:active {
    float: right;
  }

  .sm\:active\:float-left:active {
    float: left;
  }

  .sm\:active\:float-none:active {
    float: none;
  }

  .sm\:active\:clearfix:after:active {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-sans {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .group:hover .sm\:group-hover\:font-sans {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .group:hover .sm\:group-hover\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .group:hover .sm\:group-hover\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:hover\:font-sans:hover {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm\:hover\:font-serif:hover {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:hover\:font-mono:hover {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:focus-within\:font-sans:focus-within {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm\:focus-within\:font-serif:focus-within {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:focus-within\:font-mono:focus-within {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:focus\:font-sans:focus {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm\:focus\:font-serif:focus {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:focus\:font-mono:focus {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:active\:font-sans:active {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .sm\:active\:font-serif:active {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .sm\:active\:font-mono:active {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm\:font-hairline {
    font-weight: 100;
  }

  .sm\:font-thin {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .group:hover .sm\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .sm\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .sm\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .sm\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .sm\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .sm\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .sm\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .sm\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .sm\:group-hover\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus-within\:font-hairline:focus-within {
    font-weight: 100;
  }

  .sm\:focus-within\:font-thin:focus-within {
    font-weight: 200;
  }

  .sm\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .sm\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .sm\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .sm\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .sm\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .sm\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .sm\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:active\:font-hairline:active {
    font-weight: 100;
  }

  .sm\:active\:font-thin:active {
    font-weight: 200;
  }

  .sm\:active\:font-light:active {
    font-weight: 300;
  }

  .sm\:active\:font-normal:active {
    font-weight: 400;
  }

  .sm\:active\:font-medium:active {
    font-weight: 500;
  }

  .sm\:active\:font-semibold:active {
    font-weight: 600;
  }

  .sm\:active\:font-bold:active {
    font-weight: 700;
  }

  .sm\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .sm\:active\:font-black:active {
    font-weight: 900;
  }

  .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-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .group:hover .sm\:group-hover\:h-1 {
    height: .25rem;
  }

  .group:hover .sm\:group-hover\:h-2 {
    height: .5rem;
  }

  .group:hover .sm\:group-hover\:h-3 {
    height: .75rem;
  }

  .group:hover .sm\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .sm\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .sm\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .sm\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .sm\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .sm\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .sm\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .sm\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .sm\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .sm\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .sm\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .sm\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .sm\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .sm\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .sm\:group-hover\:h-screen {
    height: 100vh;
  }

  .sm\:hover\:h-1:hover {
    height: .25rem;
  }

  .sm\:hover\:h-2:hover {
    height: .5rem;
  }

  .sm\:hover\:h-3:hover {
    height: .75rem;
  }

  .sm\:hover\:h-4:hover {
    height: 1rem;
  }

  .sm\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .sm\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .sm\:hover\:h-8:hover {
    height: 2rem;
  }

  .sm\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .sm\:hover\:h-12:hover {
    height: 3rem;
  }

  .sm\:hover\:h-16:hover {
    height: 4rem;
  }

  .sm\:hover\:h-24:hover {
    height: 6rem;
  }

  .sm\:hover\:h-32:hover {
    height: 8rem;
  }

  .sm\:hover\:h-48:hover {
    height: 12rem;
  }

  .sm\:hover\:h-64:hover {
    height: 16rem;
  }

  .sm\:hover\:h-auto:hover {
    height: auto;
  }

  .sm\:hover\:h-px:hover {
    height: 1px;
  }

  .sm\:hover\:h-full:hover {
    height: 100%;
  }

  .sm\:hover\:h-screen:hover {
    height: 100vh;
  }

  .sm\:focus-within\:h-1:focus-within {
    height: .25rem;
  }

  .sm\:focus-within\:h-2:focus-within {
    height: .5rem;
  }

  .sm\:focus-within\:h-3:focus-within {
    height: .75rem;
  }

  .sm\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .sm\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .sm\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .sm\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .sm\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .sm\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .sm\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .sm\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .sm\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .sm\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .sm\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .sm\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .sm\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .sm\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .sm\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .sm\:focus\:h-1:focus {
    height: .25rem;
  }

  .sm\:focus\:h-2:focus {
    height: .5rem;
  }

  .sm\:focus\:h-3:focus {
    height: .75rem;
  }

  .sm\:focus\:h-4:focus {
    height: 1rem;
  }

  .sm\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .sm\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .sm\:focus\:h-8:focus {
    height: 2rem;
  }

  .sm\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .sm\:focus\:h-12:focus {
    height: 3rem;
  }

  .sm\:focus\:h-16:focus {
    height: 4rem;
  }

  .sm\:focus\:h-24:focus {
    height: 6rem;
  }

  .sm\:focus\:h-32:focus {
    height: 8rem;
  }

  .sm\:focus\:h-48:focus {
    height: 12rem;
  }

  .sm\:focus\:h-64:focus {
    height: 16rem;
  }

  .sm\:focus\:h-auto:focus {
    height: auto;
  }

  .sm\:focus\:h-px:focus {
    height: 1px;
  }

  .sm\:focus\:h-full:focus {
    height: 100%;
  }

  .sm\:focus\:h-screen:focus {
    height: 100vh;
  }

  .sm\:active\:h-1:active {
    height: .25rem;
  }

  .sm\:active\:h-2:active {
    height: .5rem;
  }

  .sm\:active\:h-3:active {
    height: .75rem;
  }

  .sm\:active\:h-4:active {
    height: 1rem;
  }

  .sm\:active\:h-5:active {
    height: 1.25rem;
  }

  .sm\:active\:h-6:active {
    height: 1.5rem;
  }

  .sm\:active\:h-8:active {
    height: 2rem;
  }

  .sm\:active\:h-10:active {
    height: 2.5rem;
  }

  .sm\:active\:h-12:active {
    height: 3rem;
  }

  .sm\:active\:h-16:active {
    height: 4rem;
  }

  .sm\:active\:h-24:active {
    height: 6rem;
  }

  .sm\:active\:h-32:active {
    height: 8rem;
  }

  .sm\:active\:h-48:active {
    height: 12rem;
  }

  .sm\:active\:h-64:active {
    height: 16rem;
  }

  .sm\:active\:h-auto:active {
    height: auto;
  }

  .sm\:active\:h-px:active {
    height: 1px;
  }

  .sm\:active\:h-full:active {
    height: 100%;
  }

  .sm\:active\:h-screen:active {
    height: 100vh;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .sm\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .sm\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .sm\:group-hover\:leading-loose {
    line-height: 2;
  }

  .sm\:hover\:leading-none:hover {
    line-height: 1;
  }

  .sm\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .sm\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .sm\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .sm\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .sm\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .sm\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .sm\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .sm\:focus\:leading-none:focus {
    line-height: 1;
  }

  .sm\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .sm\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .sm\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .sm\:active\:leading-none:active {
    line-height: 1;
  }

  .sm\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .sm\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .sm\:active\:leading-loose:active {
    line-height: 2;
  }

  .sm\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: .25rem;
  }

  .sm\:m-2 {
    margin: .5rem;
  }

  .sm\:m-3 {
    margin: .75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: .25rem;
  }

  .sm\:mr-1 {
    margin-right: .25rem;
  }

  .sm\:mb-1 {
    margin-bottom: .25rem;
  }

  .sm\:ml-1 {
    margin-left: .25rem;
  }

  .sm\:mt-2 {
    margin-top: .5rem;
  }

  .sm\:mr-2 {
    margin-right: .5rem;
  }

  .sm\:mb-2 {
    margin-bottom: .5rem;
  }

  .sm\:ml-2 {
    margin-left: .5rem;
  }

  .sm\:mt-3 {
    margin-top: .75rem;
  }

  .sm\:mr-3 {
    margin-right: .75rem;
  }

  .sm\:mb-3 {
    margin-bottom: .75rem;
  }

  .sm\:ml-3 {
    margin-left: .75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:mt-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-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-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-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-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-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-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\:hover\:m-0:hover {
    margin: 0;
  }

  .sm\:hover\:m-1:hover {
    margin: .25rem;
  }

  .sm\:hover\:m-2:hover {
    margin: .5rem;
  }

  .sm\:hover\:m-3:hover {
    margin: .75rem;
  }

  .sm\:hover\:m-4:hover {
    margin: 1rem;
  }

  .sm\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .sm\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .sm\:hover\:m-8:hover {
    margin: 2rem;
  }

  .sm\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .sm\:hover\:m-12:hover {
    margin: 3rem;
  }

  .sm\:hover\:m-16:hover {
    margin: 4rem;
  }

  .sm\:hover\:m-20:hover {
    margin: 5rem;
  }

  .sm\:hover\:m-24:hover {
    margin: 6rem;
  }

  .sm\:hover\:m-32:hover {
    margin: 8rem;
  }

  .sm\:hover\:m-auto:hover {
    margin: auto;
  }

  .sm\:hover\:m-px:hover {
    margin: 1px;
  }

  .sm\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:hover\:my-1:hover {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:hover\:mx-1:hover {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:hover\:my-2:hover {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:hover\:mx-2:hover {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:hover\:my-3:hover {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:hover\:mx-3:hover {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .sm\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .sm\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .sm\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .sm\:hover\:mt-1:hover {
    margin-top: .25rem;
  }

  .sm\:hover\:mr-1:hover {
    margin-right: .25rem;
  }

  .sm\:hover\:mb-1:hover {
    margin-bottom: .25rem;
  }

  .sm\:hover\:ml-1:hover {
    margin-left: .25rem;
  }

  .sm\:hover\:mt-2:hover {
    margin-top: .5rem;
  }

  .sm\:hover\:mr-2:hover {
    margin-right: .5rem;
  }

  .sm\:hover\:mb-2:hover {
    margin-bottom: .5rem;
  }

  .sm\:hover\:ml-2:hover {
    margin-left: .5rem;
  }

  .sm\:hover\:mt-3:hover {
    margin-top: .75rem;
  }

  .sm\:hover\:mr-3:hover {
    margin-right: .75rem;
  }

  .sm\:hover\:mb-3:hover {
    margin-bottom: .75rem;
  }

  .sm\:hover\:ml-3:hover {
    margin-left: .75rem;
  }

  .sm\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .sm\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .sm\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .sm\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .sm\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .sm\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .sm\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .sm\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .sm\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .sm\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .sm\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .sm\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .sm\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .sm\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .sm\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .sm\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .sm\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .sm\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .sm\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .sm\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .sm\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .sm\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .sm\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .sm\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .sm\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .sm\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .sm\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .sm\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .sm\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .sm\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .sm\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .sm\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .sm\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .sm\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .sm\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .sm\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .sm\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .sm\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .sm\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .sm\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .sm\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .sm\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .sm\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .sm\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .sm\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .sm\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .sm\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .sm\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .sm\:focus-within\:m-0:focus-within {
    margin: 0;
  }

  .sm\:focus-within\:m-1:focus-within {
    margin: .25rem;
  }

  .sm\:focus-within\:m-2:focus-within {
    margin: .5rem;
  }

  .sm\:focus-within\:m-3:focus-within {
    margin: .75rem;
  }

  .sm\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .sm\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .sm\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .sm\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .sm\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .sm\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .sm\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .sm\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .sm\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .sm\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .sm\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .sm\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .sm\:focus-within\:my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:focus-within\:mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:focus-within\:my-1:focus-within {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:focus-within\:mx-1:focus-within {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:focus-within\:my-2:focus-within {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:focus-within\:mx-2:focus-within {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:focus-within\:my-3:focus-within {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:focus-within\:mx-3:focus-within {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:focus-within\:mt-0:focus-within {
    margin-top: 0;
  }

  .sm\:focus-within\:mr-0:focus-within {
    margin-right: 0;
  }

  .sm\:focus-within\:mb-0:focus-within {
    margin-bottom: 0;
  }

  .sm\:focus-within\:ml-0:focus-within {
    margin-left: 0;
  }

  .sm\:focus-within\:mt-1:focus-within {
    margin-top: .25rem;
  }

  .sm\:focus-within\:mr-1:focus-within {
    margin-right: .25rem;
  }

  .sm\:focus-within\:mb-1:focus-within {
    margin-bottom: .25rem;
  }

  .sm\:focus-within\:ml-1:focus-within {
    margin-left: .25rem;
  }

  .sm\:focus-within\:mt-2:focus-within {
    margin-top: .5rem;
  }

  .sm\:focus-within\:mr-2:focus-within {
    margin-right: .5rem;
  }

  .sm\:focus-within\:mb-2:focus-within {
    margin-bottom: .5rem;
  }

  .sm\:focus-within\:ml-2:focus-within {
    margin-left: .5rem;
  }

  .sm\:focus-within\:mt-3:focus-within {
    margin-top: .75rem;
  }

  .sm\:focus-within\:mr-3:focus-within {
    margin-right: .75rem;
  }

  .sm\:focus-within\:mb-3:focus-within {
    margin-bottom: .75rem;
  }

  .sm\:focus-within\:ml-3:focus-within {
    margin-left: .75rem;
  }

  .sm\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .sm\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .sm\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .sm\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .sm\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .sm\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .sm\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .sm\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .sm\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .sm\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .sm\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .sm\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .sm\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .sm\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .sm\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .sm\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .sm\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .sm\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .sm\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .sm\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .sm\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .sm\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .sm\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .sm\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .sm\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .sm\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .sm\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .sm\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .sm\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .sm\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .sm\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .sm\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .sm\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .sm\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .sm\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .sm\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .sm\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .sm\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .sm\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .sm\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .sm\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .sm\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .sm\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .sm\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .sm\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .sm\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .sm\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .sm\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .sm\:focus\:m-0:focus {
    margin: 0;
  }

  .sm\:focus\:m-1:focus {
    margin: .25rem;
  }

  .sm\:focus\:m-2:focus {
    margin: .5rem;
  }

  .sm\:focus\:m-3:focus {
    margin: .75rem;
  }

  .sm\:focus\:m-4:focus {
    margin: 1rem;
  }

  .sm\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .sm\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .sm\:focus\:m-8:focus {
    margin: 2rem;
  }

  .sm\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .sm\:focus\:m-12:focus {
    margin: 3rem;
  }

  .sm\:focus\:m-16:focus {
    margin: 4rem;
  }

  .sm\:focus\:m-20:focus {
    margin: 5rem;
  }

  .sm\:focus\:m-24:focus {
    margin: 6rem;
  }

  .sm\:focus\:m-32:focus {
    margin: 8rem;
  }

  .sm\:focus\:m-auto:focus {
    margin: auto;
  }

  .sm\:focus\:m-px:focus {
    margin: 1px;
  }

  .sm\:focus\:my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:focus\:mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:focus\:my-1:focus {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:focus\:mx-1:focus {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:focus\:my-2:focus {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:focus\:mx-2:focus {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:focus\:my-3:focus {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:focus\:mx-3:focus {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:focus\:mt-0:focus {
    margin-top: 0;
  }

  .sm\:focus\:mr-0:focus {
    margin-right: 0;
  }

  .sm\:focus\:mb-0:focus {
    margin-bottom: 0;
  }

  .sm\:focus\:ml-0:focus {
    margin-left: 0;
  }

  .sm\:focus\:mt-1:focus {
    margin-top: .25rem;
  }

  .sm\:focus\:mr-1:focus {
    margin-right: .25rem;
  }

  .sm\:focus\:mb-1:focus {
    margin-bottom: .25rem;
  }

  .sm\:focus\:ml-1:focus {
    margin-left: .25rem;
  }

  .sm\:focus\:mt-2:focus {
    margin-top: .5rem;
  }

  .sm\:focus\:mr-2:focus {
    margin-right: .5rem;
  }

  .sm\:focus\:mb-2:focus {
    margin-bottom: .5rem;
  }

  .sm\:focus\:ml-2:focus {
    margin-left: .5rem;
  }

  .sm\:focus\:mt-3:focus {
    margin-top: .75rem;
  }

  .sm\:focus\:mr-3:focus {
    margin-right: .75rem;
  }

  .sm\:focus\:mb-3:focus {
    margin-bottom: .75rem;
  }

  .sm\:focus\:ml-3:focus {
    margin-left: .75rem;
  }

  .sm\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .sm\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .sm\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .sm\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .sm\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .sm\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .sm\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .sm\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .sm\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .sm\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .sm\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .sm\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .sm\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .sm\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .sm\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .sm\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .sm\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .sm\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .sm\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .sm\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .sm\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .sm\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .sm\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .sm\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .sm\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .sm\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .sm\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .sm\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .sm\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .sm\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .sm\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .sm\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .sm\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .sm\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .sm\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .sm\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .sm\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .sm\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .sm\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .sm\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .sm\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .sm\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .sm\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .sm\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .sm\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .sm\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .sm\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .sm\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .sm\:active\:m-0:active {
    margin: 0;
  }

  .sm\:active\:m-1:active {
    margin: .25rem;
  }

  .sm\:active\:m-2:active {
    margin: .5rem;
  }

  .sm\:active\:m-3:active {
    margin: .75rem;
  }

  .sm\:active\:m-4:active {
    margin: 1rem;
  }

  .sm\:active\:m-5:active {
    margin: 1.25rem;
  }

  .sm\:active\:m-6:active {
    margin: 1.5rem;
  }

  .sm\:active\:m-8:active {
    margin: 2rem;
  }

  .sm\:active\:m-10:active {
    margin: 2.5rem;
  }

  .sm\:active\:m-12:active {
    margin: 3rem;
  }

  .sm\:active\:m-16:active {
    margin: 4rem;
  }

  .sm\:active\:m-20:active {
    margin: 5rem;
  }

  .sm\:active\:m-24:active {
    margin: 6rem;
  }

  .sm\:active\:m-32:active {
    margin: 8rem;
  }

  .sm\:active\:m-auto:active {
    margin: auto;
  }

  .sm\:active\:m-px:active {
    margin: 1px;
  }

  .sm\:active\:my-0:active {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:active\:mx-0:active {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:active\:my-1:active {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm\:active\:mx-1:active {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm\:active\:my-2:active {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm\:active\:mx-2:active {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm\:active\:my-3:active {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm\:active\:mx-3:active {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:active\:mt-0:active {
    margin-top: 0;
  }

  .sm\:active\:mr-0:active {
    margin-right: 0;
  }

  .sm\:active\:mb-0:active {
    margin-bottom: 0;
  }

  .sm\:active\:ml-0:active {
    margin-left: 0;
  }

  .sm\:active\:mt-1:active {
    margin-top: .25rem;
  }

  .sm\:active\:mr-1:active {
    margin-right: .25rem;
  }

  .sm\:active\:mb-1:active {
    margin-bottom: .25rem;
  }

  .sm\:active\:ml-1:active {
    margin-left: .25rem;
  }

  .sm\:active\:mt-2:active {
    margin-top: .5rem;
  }

  .sm\:active\:mr-2:active {
    margin-right: .5rem;
  }

  .sm\:active\:mb-2:active {
    margin-bottom: .5rem;
  }

  .sm\:active\:ml-2:active {
    margin-left: .5rem;
  }

  .sm\:active\:mt-3:active {
    margin-top: .75rem;
  }

  .sm\:active\:mr-3:active {
    margin-right: .75rem;
  }

  .sm\:active\:mb-3:active {
    margin-bottom: .75rem;
  }

  .sm\:active\:ml-3:active {
    margin-left: .75rem;
  }

  .sm\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .sm\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .sm\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .sm\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .sm\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .sm\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .sm\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .sm\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .sm\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .sm\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .sm\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .sm\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .sm\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .sm\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .sm\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .sm\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .sm\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .sm\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .sm\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .sm\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .sm\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .sm\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .sm\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .sm\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .sm\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .sm\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .sm\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .sm\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .sm\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .sm\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .sm\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .sm\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .sm\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .sm\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .sm\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .sm\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .sm\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .sm\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .sm\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .sm\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .sm\:active\:mt-auto:active {
    margin-top: auto;
  }

  .sm\:active\:mr-auto:active {
    margin-right: auto;
  }

  .sm\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .sm\:active\:ml-auto:active {
    margin-left: auto;
  }

  .sm\:active\:mt-px:active {
    margin-top: 1px;
  }

  .sm\:active\:mr-px:active {
    margin-right: 1px;
  }

  .sm\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .sm\:active\:ml-px:active {
    margin-left: 1px;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .sm\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .sm\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .sm\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .sm\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .sm\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .sm\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .sm\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .sm\:active\:max-h-full:active {
    max-height: 100%;
  }

  .sm\:active\:max-h-screen:active {
    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%;
  }

  .group:hover .sm\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .sm\:group-hover\:max-w-sm {
    max-width: 30rem;
  }

  .group:hover .sm\:group-hover\:max-w-md {
    max-width: 40rem;
  }

  .group:hover .sm\:group-hover\:max-w-lg {
    max-width: 50rem;
  }

  .group:hover .sm\:group-hover\:max-w-xl {
    max-width: 60rem;
  }

  .group:hover .sm\:group-hover\:max-w-2xl {
    max-width: 70rem;
  }

  .group:hover .sm\:group-hover\:max-w-3xl {
    max-width: 80rem;
  }

  .group:hover .sm\:group-hover\:max-w-4xl {
    max-width: 90rem;
  }

  .group:hover .sm\:group-hover\:max-w-5xl {
    max-width: 100rem;
  }

  .group:hover .sm\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .sm\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .sm\:hover\:max-w-sm:hover {
    max-width: 30rem;
  }

  .sm\:hover\:max-w-md:hover {
    max-width: 40rem;
  }

  .sm\:hover\:max-w-lg:hover {
    max-width: 50rem;
  }

  .sm\:hover\:max-w-xl:hover {
    max-width: 60rem;
  }

  .sm\:hover\:max-w-2xl:hover {
    max-width: 70rem;
  }

  .sm\:hover\:max-w-3xl:hover {
    max-width: 80rem;
  }

  .sm\:hover\:max-w-4xl:hover {
    max-width: 90rem;
  }

  .sm\:hover\:max-w-5xl:hover {
    max-width: 100rem;
  }

  .sm\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .sm\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .sm\:focus-within\:max-w-sm:focus-within {
    max-width: 30rem;
  }

  .sm\:focus-within\:max-w-md:focus-within {
    max-width: 40rem;
  }

  .sm\:focus-within\:max-w-lg:focus-within {
    max-width: 50rem;
  }

  .sm\:focus-within\:max-w-xl:focus-within {
    max-width: 60rem;
  }

  .sm\:focus-within\:max-w-2xl:focus-within {
    max-width: 70rem;
  }

  .sm\:focus-within\:max-w-3xl:focus-within {
    max-width: 80rem;
  }

  .sm\:focus-within\:max-w-4xl:focus-within {
    max-width: 90rem;
  }

  .sm\:focus-within\:max-w-5xl:focus-within {
    max-width: 100rem;
  }

  .sm\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .sm\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .sm\:focus\:max-w-sm:focus {
    max-width: 30rem;
  }

  .sm\:focus\:max-w-md:focus {
    max-width: 40rem;
  }

  .sm\:focus\:max-w-lg:focus {
    max-width: 50rem;
  }

  .sm\:focus\:max-w-xl:focus {
    max-width: 60rem;
  }

  .sm\:focus\:max-w-2xl:focus {
    max-width: 70rem;
  }

  .sm\:focus\:max-w-3xl:focus {
    max-width: 80rem;
  }

  .sm\:focus\:max-w-4xl:focus {
    max-width: 90rem;
  }

  .sm\:focus\:max-w-5xl:focus {
    max-width: 100rem;
  }

  .sm\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .sm\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .sm\:active\:max-w-sm:active {
    max-width: 30rem;
  }

  .sm\:active\:max-w-md:active {
    max-width: 40rem;
  }

  .sm\:active\:max-w-lg:active {
    max-width: 50rem;
  }

  .sm\:active\:max-w-xl:active {
    max-width: 60rem;
  }

  .sm\:active\:max-w-2xl:active {
    max-width: 70rem;
  }

  .sm\:active\:max-w-3xl:active {
    max-width: 80rem;
  }

  .sm\:active\:max-w-4xl:active {
    max-width: 90rem;
  }

  .sm\:active\:max-w-5xl:active {
    max-width: 100rem;
  }

  .sm\:active\:max-w-full:active {
    max-width: 100%;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .sm\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .sm\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .sm\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .sm\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .sm\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .sm\:focus-within\:min-h-0:focus-within {
    min-height: 0;
  }

  .sm\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .sm\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .sm\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .sm\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .sm\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .sm\:active\:min-h-0:active {
    min-height: 0;
  }

  .sm\:active\:min-h-full:active {
    min-height: 100%;
  }

  .sm\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .group:hover .sm\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .sm\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .sm\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .sm\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .sm\:focus-within\:min-w-0:focus-within {
    min-width: 0;
  }

  .sm\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .sm\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .sm\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .sm\:active\:min-w-0:active {
    min-width: 0;
  }

  .sm\:active\:min-w-full:active {
    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;
  }

  .group:hover .sm\:group-hover\:-m-0 {
    margin: 0;
  }

  .group:hover .sm\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-m-3 {
    margin: -0.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-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-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: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.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-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-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: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .sm\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .sm\:group-hover\:-ml-3 {
    margin-left: -0.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-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-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\:hover\:-m-0:hover {
    margin: 0;
  }

  .sm\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .sm\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .sm\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .sm\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .sm\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .sm\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .sm\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .sm\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .sm\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .sm\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .sm\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .sm\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .sm\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .sm\:hover\:-m-px:hover {
    margin: -1px;
  }

  .sm\:hover\:-my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:hover\:-mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:hover\:-mt-0:hover {
    margin-top: 0;
  }

  .sm\:hover\:-mr-0:hover {
    margin-right: 0;
  }

  .sm\:hover\:-mb-0:hover {
    margin-bottom: 0;
  }

  .sm\:hover\:-ml-0:hover {
    margin-left: 0;
  }

  .sm\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .sm\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .sm\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .sm\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .sm\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .sm\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .sm\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .sm\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .sm\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .sm\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .sm\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .sm\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .sm\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .sm\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .sm\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .sm\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .sm\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .sm\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .sm\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .sm\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .sm\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .sm\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .sm\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .sm\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .sm\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .sm\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .sm\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .sm\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .sm\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .sm\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .sm\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .sm\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .sm\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .sm\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .sm\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .sm\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .sm\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .sm\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .sm\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .sm\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .sm\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .sm\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .sm\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .sm\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .sm\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .sm\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .sm\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .sm\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .sm\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .sm\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .sm\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .sm\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .sm\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .sm\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .sm\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .sm\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .sm\:focus-within\:-m-0:focus-within {
    margin: 0;
  }

  .sm\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .sm\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .sm\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .sm\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .sm\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .sm\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .sm\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .sm\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .sm\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .sm\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .sm\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .sm\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .sm\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .sm\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .sm\:focus-within\:-my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:focus-within\:-mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:focus-within\:-mt-0:focus-within {
    margin-top: 0;
  }

  .sm\:focus-within\:-mr-0:focus-within {
    margin-right: 0;
  }

  .sm\:focus-within\:-mb-0:focus-within {
    margin-bottom: 0;
  }

  .sm\:focus-within\:-ml-0:focus-within {
    margin-left: 0;
  }

  .sm\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .sm\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .sm\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .sm\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .sm\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .sm\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .sm\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .sm\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .sm\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .sm\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .sm\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .sm\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .sm\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .sm\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .sm\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .sm\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .sm\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .sm\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .sm\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .sm\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .sm\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .sm\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .sm\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .sm\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .sm\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .sm\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .sm\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .sm\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .sm\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .sm\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .sm\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .sm\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .sm\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .sm\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .sm\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .sm\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .sm\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .sm\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .sm\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .sm\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .sm\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .sm\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .sm\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .sm\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .sm\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .sm\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .sm\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .sm\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .sm\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .sm\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .sm\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .sm\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .sm\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .sm\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .sm\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .sm\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .sm\:focus\:-m-0:focus {
    margin: 0;
  }

  .sm\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .sm\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .sm\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .sm\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .sm\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .sm\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .sm\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .sm\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .sm\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .sm\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .sm\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .sm\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .sm\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .sm\:focus\:-m-px:focus {
    margin: -1px;
  }

  .sm\:focus\:-my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:focus\:-mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:focus\:-mt-0:focus {
    margin-top: 0;
  }

  .sm\:focus\:-mr-0:focus {
    margin-right: 0;
  }

  .sm\:focus\:-mb-0:focus {
    margin-bottom: 0;
  }

  .sm\:focus\:-ml-0:focus {
    margin-left: 0;
  }

  .sm\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .sm\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .sm\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .sm\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .sm\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .sm\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .sm\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .sm\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .sm\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .sm\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .sm\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .sm\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .sm\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .sm\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .sm\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .sm\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .sm\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .sm\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .sm\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .sm\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .sm\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .sm\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .sm\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .sm\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .sm\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .sm\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .sm\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .sm\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .sm\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .sm\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .sm\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .sm\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .sm\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .sm\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .sm\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .sm\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .sm\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .sm\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .sm\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .sm\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .sm\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .sm\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .sm\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .sm\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .sm\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .sm\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .sm\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .sm\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .sm\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .sm\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .sm\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .sm\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .sm\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .sm\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .sm\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .sm\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .sm\:active\:-m-0:active {
    margin: 0;
  }

  .sm\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .sm\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .sm\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .sm\:active\:-m-4:active {
    margin: -1rem;
  }

  .sm\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .sm\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .sm\:active\:-m-8:active {
    margin: -2rem;
  }

  .sm\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .sm\:active\:-m-12:active {
    margin: -3rem;
  }

  .sm\:active\:-m-16:active {
    margin: -4rem;
  }

  .sm\:active\:-m-20:active {
    margin: -5rem;
  }

  .sm\:active\:-m-24:active {
    margin: -6rem;
  }

  .sm\:active\:-m-32:active {
    margin: -8rem;
  }

  .sm\:active\:-m-px:active {
    margin: -1px;
  }

  .sm\:active\:-my-0:active {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:active\:-mx-0:active {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:active\:-mt-0:active {
    margin-top: 0;
  }

  .sm\:active\:-mr-0:active {
    margin-right: 0;
  }

  .sm\:active\:-mb-0:active {
    margin-bottom: 0;
  }

  .sm\:active\:-ml-0:active {
    margin-left: 0;
  }

  .sm\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .sm\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .sm\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .sm\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .sm\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .sm\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .sm\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .sm\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .sm\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .sm\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .sm\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .sm\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .sm\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .sm\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .sm\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .sm\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .sm\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .sm\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .sm\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .sm\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .sm\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .sm\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .sm\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .sm\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .sm\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .sm\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .sm\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .sm\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .sm\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .sm\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .sm\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .sm\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .sm\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .sm\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .sm\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .sm\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .sm\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .sm\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .sm\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .sm\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .sm\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .sm\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .sm\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .sm\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .sm\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .sm\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .sm\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .sm\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .sm\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .sm\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .sm\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .sm\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .sm\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .sm\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .sm\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .sm\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .sm\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .sm\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .sm\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .sm\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .sm\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:focus-within\:object-contain:focus-within {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:focus-within\:object-cover:focus-within {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:focus-within\:object-fill:focus-within {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:focus-within\:object-none:focus-within {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:focus-within\:object-scale-down:focus-within {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:active\:object-contain:active {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:active\:object-cover:active {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:active\:object-fill:active {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:active\:object-none:active {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:active\:object-scale-down:active {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .sm\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .sm\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .sm\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .sm\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .sm\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .sm\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .sm\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .sm\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .sm\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:focus-within\:object-bottom:focus-within {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:focus-within\:object-center:focus-within {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:focus-within\:object-left:focus-within {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:focus-within\:object-left-bottom:focus-within {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:focus-within\:object-left-top:focus-within {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:focus-within\:object-right:focus-within {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:focus-within\:object-right-bottom:focus-within {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:focus-within\:object-right-top:focus-within {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:focus-within\:object-top:focus-within {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:active\:object-bottom:active {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:active\:object-center:active {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:active\:object-left:active {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:active\:object-left-bottom:active {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:active\:object-left-top:active {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:active\:object-right:active {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:active\:object-right-bottom:active {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:active\:object-right-top:active {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:active\:object-top:active {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-25 {
    opacity: .25;
  }

  .sm\:opacity-50 {
    opacity: .5;
  }

  .sm\:opacity-75 {
    opacity: .75;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: .25;
  }

  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: .5;
  }

  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: .75;
  }

  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .sm\:focus-within\:opacity-25:focus-within {
    opacity: .25;
  }

  .sm\:focus-within\:opacity-50:focus-within {
    opacity: .5;
  }

  .sm\:focus-within\:opacity-75:focus-within {
    opacity: .75;
  }

  .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:active\:opacity-0:active {
    opacity: 0;
  }

  .sm\:active\:opacity-25:active {
    opacity: .25;
  }

  .sm\:active\:opacity-50:active {
    opacity: .5;
  }

  .sm\:active\:opacity-75:active {
    opacity: .75;
  }

  .sm\:active\:opacity-100:active {
    opacity: 1;
  }

  .sm\:outline-none {
    outline: 0;
  }

  .group:hover .sm\:group-hover\:outline-none {
    outline: 0;
  }

  .sm\:hover\:outline-none:hover {
    outline: 0;
  }

  .sm\:focus-within\:outline-none:focus-within {
    outline: 0;
  }

  .sm\:focus\:outline-none:focus {
    outline: 0;
  }

  .sm\:active\:outline-none:active {
    outline: 0;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .sm\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .sm\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .sm\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .sm\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .sm\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .sm\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .sm\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .sm\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .sm\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .sm\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .sm\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .sm\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .sm\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .sm\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .sm\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .sm\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .sm\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .sm\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .sm\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .sm\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .sm\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .sm\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .sm\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .sm\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .sm\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .sm\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .sm\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .sm\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .sm\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .sm\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .sm\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .sm\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .sm\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .sm\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .sm\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .sm\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .sm\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .sm\:focus-within\:scrolling-touch:focus-within {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:focus-within\:scrolling-auto:focus-within {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .sm\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .sm\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .sm\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .sm\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .sm\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .sm\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .sm\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .sm\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .sm\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .sm\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .sm\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .sm\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:active\:overflow-auto:active {
    overflow: auto;
  }

  .sm\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .sm\:active\:overflow-visible:active {
    overflow: visible;
  }

  .sm\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .sm\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .sm\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .sm\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .sm\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .sm\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .sm\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .sm\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .sm\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .sm\:active\:scrolling-touch:active {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:active\:scrolling-auto:active {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: .25rem;
  }

  .sm\:p-2 {
    padding: .5rem;
  }

  .sm\:p-3 {
    padding: .75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .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-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-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-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-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;
  }

  .group:hover .sm\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .sm\:group-hover\:p-1 {
    padding: .25rem;
  }

  .group:hover .sm\:group-hover\:p-2 {
    padding: .5rem;
  }

  .group:hover .sm\:group-hover\:p-3 {
    padding: .75rem;
  }

  .group:hover .sm\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .sm\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .sm\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .sm\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .sm\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .sm\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .sm\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .sm\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .sm\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .sm\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .sm\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .sm\:group-hover\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:hover .sm\:group-hover\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:hover .sm\:group-hover\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .group:hover .sm\:group-hover\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .group:hover .sm\:group-hover\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .group:hover .sm\:group-hover\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .group:hover .sm\:group-hover\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .group:hover .sm\:group-hover\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .group:hover .sm\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .sm\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .sm\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .sm\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .sm\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .sm\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .sm\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .sm\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .sm\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .sm\:group-hover\:pt-0 {
    padding-top: 0;
  }

  .group:hover .sm\:group-hover\:pr-0 {
    padding-right: 0;
  }

  .group:hover .sm\:group-hover\:pb-0 {
    padding-bottom: 0;
  }

  .group:hover .sm\:group-hover\:pl-0 {
    padding-left: 0;
  }

  .group:hover .sm\:group-hover\:pt-1 {
    padding-top: .25rem;
  }

  .group:hover .sm\:group-hover\:pr-1 {
    padding-right: .25rem;
  }

  .group:hover .sm\:group-hover\:pb-1 {
    padding-bottom: .25rem;
  }

  .group:hover .sm\:group-hover\:pl-1 {
    padding-left: .25rem;
  }

  .group:hover .sm\:group-hover\:pt-2 {
    padding-top: .5rem;
  }

  .group:hover .sm\:group-hover\:pr-2 {
    padding-right: .5rem;
  }

  .group:hover .sm\:group-hover\:pb-2 {
    padding-bottom: .5rem;
  }

  .group:hover .sm\:group-hover\:pl-2 {
    padding-left: .5rem;
  }

  .group:hover .sm\:group-hover\:pt-3 {
    padding-top: .75rem;
  }

  .group:hover .sm\:group-hover\:pr-3 {
    padding-right: .75rem;
  }

  .group:hover .sm\:group-hover\:pb-3 {
    padding-bottom: .75rem;
  }

  .group:hover .sm\:group-hover\:pl-3 {
    padding-left: .75rem;
  }

  .group:hover .sm\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .sm\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .sm\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .sm\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .sm\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .sm\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .sm\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .sm\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .sm\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .sm\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .sm\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .sm\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .sm\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .sm\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .sm\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .sm\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .sm\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .sm\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .sm\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .sm\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .sm\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .sm\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .sm\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .sm\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .sm\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .sm\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .sm\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .sm\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .sm\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .sm\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .sm\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .sm\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .sm\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .sm\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .sm\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .sm\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .sm\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .sm\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .sm\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .sm\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .sm\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .sm\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .sm\:hover\:p-0:hover {
    padding: 0;
  }

  .sm\:hover\:p-1:hover {
    padding: .25rem;
  }

  .sm\:hover\:p-2:hover {
    padding: .5rem;
  }

  .sm\:hover\:p-3:hover {
    padding: .75rem;
  }

  .sm\:hover\:p-4:hover {
    padding: 1rem;
  }

  .sm\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .sm\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .sm\:hover\:p-8:hover {
    padding: 2rem;
  }

  .sm\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .sm\:hover\:p-12:hover {
    padding: 3rem;
  }

  .sm\:hover\:p-16:hover {
    padding: 4rem;
  }

  .sm\:hover\:p-20:hover {
    padding: 5rem;
  }

  .sm\:hover\:p-24:hover {
    padding: 6rem;
  }

  .sm\:hover\:p-32:hover {
    padding: 8rem;
  }

  .sm\:hover\:p-px:hover {
    padding: 1px;
  }

  .sm\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:hover\:py-1:hover {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:hover\:px-1:hover {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:hover\:py-2:hover {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:hover\:px-2:hover {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:hover\:py-3:hover {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:hover\:px-3:hover {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .sm\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .sm\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .sm\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .sm\:hover\:pt-1:hover {
    padding-top: .25rem;
  }

  .sm\:hover\:pr-1:hover {
    padding-right: .25rem;
  }

  .sm\:hover\:pb-1:hover {
    padding-bottom: .25rem;
  }

  .sm\:hover\:pl-1:hover {
    padding-left: .25rem;
  }

  .sm\:hover\:pt-2:hover {
    padding-top: .5rem;
  }

  .sm\:hover\:pr-2:hover {
    padding-right: .5rem;
  }

  .sm\:hover\:pb-2:hover {
    padding-bottom: .5rem;
  }

  .sm\:hover\:pl-2:hover {
    padding-left: .5rem;
  }

  .sm\:hover\:pt-3:hover {
    padding-top: .75rem;
  }

  .sm\:hover\:pr-3:hover {
    padding-right: .75rem;
  }

  .sm\:hover\:pb-3:hover {
    padding-bottom: .75rem;
  }

  .sm\:hover\:pl-3:hover {
    padding-left: .75rem;
  }

  .sm\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .sm\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .sm\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .sm\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .sm\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .sm\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .sm\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .sm\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .sm\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .sm\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .sm\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .sm\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .sm\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .sm\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .sm\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .sm\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .sm\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .sm\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .sm\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .sm\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .sm\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .sm\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .sm\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .sm\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .sm\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .sm\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .sm\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .sm\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .sm\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .sm\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .sm\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .sm\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .sm\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .sm\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .sm\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .sm\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .sm\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .sm\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .sm\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .sm\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .sm\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .sm\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .sm\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .sm\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .sm\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .sm\:focus-within\:p-1:focus-within {
    padding: .25rem;
  }

  .sm\:focus-within\:p-2:focus-within {
    padding: .5rem;
  }

  .sm\:focus-within\:p-3:focus-within {
    padding: .75rem;
  }

  .sm\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .sm\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .sm\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .sm\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .sm\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .sm\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .sm\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .sm\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .sm\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .sm\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .sm\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .sm\:focus-within\:py-0:focus-within {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:focus-within\:px-0:focus-within {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:focus-within\:py-1:focus-within {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:focus-within\:px-1:focus-within {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:focus-within\:py-2:focus-within {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:focus-within\:px-2:focus-within {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:focus-within\:py-3:focus-within {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:focus-within\:px-3:focus-within {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:focus-within\:pt-0:focus-within {
    padding-top: 0;
  }

  .sm\:focus-within\:pr-0:focus-within {
    padding-right: 0;
  }

  .sm\:focus-within\:pb-0:focus-within {
    padding-bottom: 0;
  }

  .sm\:focus-within\:pl-0:focus-within {
    padding-left: 0;
  }

  .sm\:focus-within\:pt-1:focus-within {
    padding-top: .25rem;
  }

  .sm\:focus-within\:pr-1:focus-within {
    padding-right: .25rem;
  }

  .sm\:focus-within\:pb-1:focus-within {
    padding-bottom: .25rem;
  }

  .sm\:focus-within\:pl-1:focus-within {
    padding-left: .25rem;
  }

  .sm\:focus-within\:pt-2:focus-within {
    padding-top: .5rem;
  }

  .sm\:focus-within\:pr-2:focus-within {
    padding-right: .5rem;
  }

  .sm\:focus-within\:pb-2:focus-within {
    padding-bottom: .5rem;
  }

  .sm\:focus-within\:pl-2:focus-within {
    padding-left: .5rem;
  }

  .sm\:focus-within\:pt-3:focus-within {
    padding-top: .75rem;
  }

  .sm\:focus-within\:pr-3:focus-within {
    padding-right: .75rem;
  }

  .sm\:focus-within\:pb-3:focus-within {
    padding-bottom: .75rem;
  }

  .sm\:focus-within\:pl-3:focus-within {
    padding-left: .75rem;
  }

  .sm\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .sm\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .sm\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .sm\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .sm\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .sm\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .sm\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .sm\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .sm\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .sm\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .sm\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .sm\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .sm\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .sm\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .sm\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .sm\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .sm\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .sm\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .sm\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .sm\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .sm\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .sm\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .sm\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .sm\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .sm\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .sm\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .sm\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .sm\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .sm\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .sm\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .sm\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .sm\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .sm\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .sm\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .sm\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .sm\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .sm\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .sm\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .sm\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .sm\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .sm\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .sm\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .sm\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .sm\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .sm\:focus\:p-0:focus {
    padding: 0;
  }

  .sm\:focus\:p-1:focus {
    padding: .25rem;
  }

  .sm\:focus\:p-2:focus {
    padding: .5rem;
  }

  .sm\:focus\:p-3:focus {
    padding: .75rem;
  }

  .sm\:focus\:p-4:focus {
    padding: 1rem;
  }

  .sm\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .sm\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .sm\:focus\:p-8:focus {
    padding: 2rem;
  }

  .sm\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .sm\:focus\:p-12:focus {
    padding: 3rem;
  }

  .sm\:focus\:p-16:focus {
    padding: 4rem;
  }

  .sm\:focus\:p-20:focus {
    padding: 5rem;
  }

  .sm\:focus\:p-24:focus {
    padding: 6rem;
  }

  .sm\:focus\:p-32:focus {
    padding: 8rem;
  }

  .sm\:focus\:p-px:focus {
    padding: 1px;
  }

  .sm\:focus\:py-0:focus {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:focus\:px-0:focus {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:focus\:py-1:focus {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:focus\:px-1:focus {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:focus\:py-2:focus {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:focus\:px-2:focus {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:focus\:py-3:focus {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:focus\:px-3:focus {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:focus\:pt-0:focus {
    padding-top: 0;
  }

  .sm\:focus\:pr-0:focus {
    padding-right: 0;
  }

  .sm\:focus\:pb-0:focus {
    padding-bottom: 0;
  }

  .sm\:focus\:pl-0:focus {
    padding-left: 0;
  }

  .sm\:focus\:pt-1:focus {
    padding-top: .25rem;
  }

  .sm\:focus\:pr-1:focus {
    padding-right: .25rem;
  }

  .sm\:focus\:pb-1:focus {
    padding-bottom: .25rem;
  }

  .sm\:focus\:pl-1:focus {
    padding-left: .25rem;
  }

  .sm\:focus\:pt-2:focus {
    padding-top: .5rem;
  }

  .sm\:focus\:pr-2:focus {
    padding-right: .5rem;
  }

  .sm\:focus\:pb-2:focus {
    padding-bottom: .5rem;
  }

  .sm\:focus\:pl-2:focus {
    padding-left: .5rem;
  }

  .sm\:focus\:pt-3:focus {
    padding-top: .75rem;
  }

  .sm\:focus\:pr-3:focus {
    padding-right: .75rem;
  }

  .sm\:focus\:pb-3:focus {
    padding-bottom: .75rem;
  }

  .sm\:focus\:pl-3:focus {
    padding-left: .75rem;
  }

  .sm\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .sm\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .sm\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .sm\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .sm\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .sm\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .sm\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .sm\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .sm\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .sm\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .sm\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .sm\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .sm\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .sm\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .sm\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .sm\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .sm\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .sm\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .sm\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .sm\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .sm\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .sm\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .sm\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .sm\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .sm\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .sm\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .sm\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .sm\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .sm\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .sm\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .sm\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .sm\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .sm\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .sm\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .sm\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .sm\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .sm\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .sm\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .sm\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .sm\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .sm\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .sm\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .sm\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .sm\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .sm\:active\:p-0:active {
    padding: 0;
  }

  .sm\:active\:p-1:active {
    padding: .25rem;
  }

  .sm\:active\:p-2:active {
    padding: .5rem;
  }

  .sm\:active\:p-3:active {
    padding: .75rem;
  }

  .sm\:active\:p-4:active {
    padding: 1rem;
  }

  .sm\:active\:p-5:active {
    padding: 1.25rem;
  }

  .sm\:active\:p-6:active {
    padding: 1.5rem;
  }

  .sm\:active\:p-8:active {
    padding: 2rem;
  }

  .sm\:active\:p-10:active {
    padding: 2.5rem;
  }

  .sm\:active\:p-12:active {
    padding: 3rem;
  }

  .sm\:active\:p-16:active {
    padding: 4rem;
  }

  .sm\:active\:p-20:active {
    padding: 5rem;
  }

  .sm\:active\:p-24:active {
    padding: 6rem;
  }

  .sm\:active\:p-32:active {
    padding: 8rem;
  }

  .sm\:active\:p-px:active {
    padding: 1px;
  }

  .sm\:active\:py-0:active {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:active\:px-0:active {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:active\:py-1:active {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm\:active\:px-1:active {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm\:active\:py-2:active {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:active\:px-2:active {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:active\:py-3:active {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm\:active\:px-3:active {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:active\:pt-0:active {
    padding-top: 0;
  }

  .sm\:active\:pr-0:active {
    padding-right: 0;
  }

  .sm\:active\:pb-0:active {
    padding-bottom: 0;
  }

  .sm\:active\:pl-0:active {
    padding-left: 0;
  }

  .sm\:active\:pt-1:active {
    padding-top: .25rem;
  }

  .sm\:active\:pr-1:active {
    padding-right: .25rem;
  }

  .sm\:active\:pb-1:active {
    padding-bottom: .25rem;
  }

  .sm\:active\:pl-1:active {
    padding-left: .25rem;
  }

  .sm\:active\:pt-2:active {
    padding-top: .5rem;
  }

  .sm\:active\:pr-2:active {
    padding-right: .5rem;
  }

  .sm\:active\:pb-2:active {
    padding-bottom: .5rem;
  }

  .sm\:active\:pl-2:active {
    padding-left: .5rem;
  }

  .sm\:active\:pt-3:active {
    padding-top: .75rem;
  }

  .sm\:active\:pr-3:active {
    padding-right: .75rem;
  }

  .sm\:active\:pb-3:active {
    padding-bottom: .75rem;
  }

  .sm\:active\:pl-3:active {
    padding-left: .75rem;
  }

  .sm\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .sm\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .sm\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .sm\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .sm\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .sm\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .sm\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .sm\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .sm\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .sm\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .sm\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .sm\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .sm\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .sm\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .sm\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .sm\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .sm\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .sm\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .sm\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .sm\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .sm\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .sm\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .sm\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .sm\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .sm\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .sm\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .sm\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .sm\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .sm\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .sm\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .sm\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .sm\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .sm\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .sm\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .sm\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .sm\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .sm\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .sm\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .sm\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .sm\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .sm\:active\:pt-px:active {
    padding-top: 1px;
  }

  .sm\:active\:pr-px:active {
    padding-right: 1px;
  }

  .sm\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .sm\:active\:pl-px:active {
    padding-left: 1px;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .sm\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .sm\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .sm\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .sm\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .sm\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .sm\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .sm\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .sm\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .sm\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm\:pin-x {
    right: 0;
    left: 0;
  }

  .sm\:pin-t {
    top: 0;
  }

  .sm\:pin-r {
    right: 0;
  }

  .sm\:pin-b {
    bottom: 0;
  }

  .sm\:pin-l {
    left: 0;
  }

  .group:hover .sm\:group-hover\:static {
    position: static;
  }

  .group:hover .sm\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .sm\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .sm\:group-hover\:relative {
    position: relative;
  }

  .group:hover .sm\:group-hover\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .group:hover .sm\:group-hover\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .sm\:group-hover\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .sm\:group-hover\:pin-y {
    top: 0;
    bottom: 0;
  }

  .group:hover .sm\:group-hover\:pin-x {
    right: 0;
    left: 0;
  }

  .group:hover .sm\:group-hover\:pin-t {
    top: 0;
  }

  .group:hover .sm\:group-hover\:pin-r {
    right: 0;
  }

  .group:hover .sm\:group-hover\:pin-b {
    bottom: 0;
  }

  .group:hover .sm\:group-hover\:pin-l {
    left: 0;
  }

  .sm\:hover\:static:hover {
    position: static;
  }

  .sm\:hover\:fixed:hover {
    position: fixed;
  }

  .sm\:hover\:absolute:hover {
    position: absolute;
  }

  .sm\:hover\:relative:hover {
    position: relative;
  }

  .sm\:hover\:sticky:hover {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:hover\:pin-none:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:hover\:pin:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:hover\:pin-y:hover {
    top: 0;
    bottom: 0;
  }

  .sm\:hover\:pin-x:hover {
    right: 0;
    left: 0;
  }

  .sm\:hover\:pin-t:hover {
    top: 0;
  }

  .sm\:hover\:pin-r:hover {
    right: 0;
  }

  .sm\:hover\:pin-b:hover {
    bottom: 0;
  }

  .sm\:hover\:pin-l:hover {
    left: 0;
  }

  .sm\:focus-within\:static:focus-within {
    position: static;
  }

  .sm\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .sm\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .sm\:focus-within\:relative:focus-within {
    position: relative;
  }

  .sm\:focus-within\:sticky:focus-within {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:focus-within\:pin-none:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:focus-within\:pin:focus-within {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:focus-within\:pin-y:focus-within {
    top: 0;
    bottom: 0;
  }

  .sm\:focus-within\:pin-x:focus-within {
    right: 0;
    left: 0;
  }

  .sm\:focus-within\:pin-t:focus-within {
    top: 0;
  }

  .sm\:focus-within\:pin-r:focus-within {
    right: 0;
  }

  .sm\:focus-within\:pin-b:focus-within {
    bottom: 0;
  }

  .sm\:focus-within\:pin-l:focus-within {
    left: 0;
  }

  .sm\:focus\:static:focus {
    position: static;
  }

  .sm\:focus\:fixed:focus {
    position: fixed;
  }

  .sm\:focus\:absolute:focus {
    position: absolute;
  }

  .sm\:focus\:relative:focus {
    position: relative;
  }

  .sm\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:focus\:pin-none:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:focus\:pin:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:focus\:pin-y:focus {
    top: 0;
    bottom: 0;
  }

  .sm\:focus\:pin-x:focus {
    right: 0;
    left: 0;
  }

  .sm\:focus\:pin-t:focus {
    top: 0;
  }

  .sm\:focus\:pin-r:focus {
    right: 0;
  }

  .sm\:focus\:pin-b:focus {
    bottom: 0;
  }

  .sm\:focus\:pin-l:focus {
    left: 0;
  }

  .sm\:active\:static:active {
    position: static;
  }

  .sm\:active\:fixed:active {
    position: fixed;
  }

  .sm\:active\:absolute:active {
    position: absolute;
  }

  .sm\:active\:relative:active {
    position: relative;
  }

  .sm\:active\:sticky:active {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:active\:pin-none:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:active\:pin:active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:active\:pin-y:active {
    top: 0;
    bottom: 0;
  }

  .sm\:active\:pin-x:active {
    right: 0;
    left: 0;
  }

  .sm\:active\:pin-t:active {
    top: 0;
  }

  .sm\:active\:pin-r:active {
    right: 0;
  }

  .sm\:active\:pin-b:active {
    bottom: 0;
  }

  .sm\:active\:pin-l:active {
    left: 0;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .group:hover .sm\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .sm\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .sm\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .sm\:group-hover\:resize {
    resize: both;
  }

  .sm\:hover\:resize-none:hover {
    resize: none;
  }

  .sm\:hover\:resize-y:hover {
    resize: vertical;
  }

  .sm\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .sm\:hover\:resize:hover {
    resize: both;
  }

  .sm\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .sm\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .sm\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .sm\:focus-within\:resize:focus-within {
    resize: both;
  }

  .sm\:focus\:resize-none:focus {
    resize: none;
  }

  .sm\:focus\:resize-y:focus {
    resize: vertical;
  }

  .sm\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .sm\:focus\:resize:focus {
    resize: both;
  }

  .sm\:active\:resize-none:active {
    resize: none;
  }

  .sm\:active\:resize-y:active {
    resize: vertical;
  }

  .sm\:active\:resize-x:active {
    resize: horizontal;
  }

  .sm\:active\:resize:active {
    resize: both;
  }

  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .sm\:shadow-none {
    box-shadow: none;
  }

  .group:hover .sm\:group-hover\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .group:hover .sm\:group-hover\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .sm\:group-hover\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .sm\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .group:hover .sm\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .group:hover .sm\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .sm\:focus-within\:shadow:focus-within {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:focus-within\:shadow-md:focus-within {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus-within\:shadow-lg:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus-within\:shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:focus-within\:shadow-outline:focus-within {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .sm\:focus-within\:shadow-none:focus-within {
    box-shadow: none;
  }

  .sm\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .sm\:active\:shadow:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm\:active\:shadow-md:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .sm\:active\:shadow-lg:active {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm\:active\:shadow-outline:active {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .sm\:active\:shadow-none:active {
    box-shadow: none;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:fill-transparent {
    fill: transparent;
  }

  .sm\:fill-black {
    fill: #22292f;
  }

  .sm\:fill-grey-darkest {
    fill: #3d4852;
  }

  .sm\:fill-grey-darker {
    fill: #606f7b;
  }

  .sm\:fill-grey-dark {
    fill: #8795a1;
  }

  .sm\:fill-grey {
    fill: #b8c2cc;
  }

  .sm\:fill-grey-light {
    fill: #dae1e7;
  }

  .sm\:fill-grey-lighter {
    fill: #f1f5f8;
  }

  .sm\:fill-grey-lightest {
    fill: #f8fafc;
  }

  .sm\:fill-white {
    fill: #fff;
  }

  .sm\:fill-red-darkest {
    fill: #3b0d0c;
  }

  .sm\:fill-red-darker {
    fill: #621b18;
  }

  .sm\:fill-red-dark {
    fill: #cc1f1a;
  }

  .sm\:fill-red {
    fill: #e3342f;
  }

  .sm\:fill-red-light {
    fill: #ef5753;
  }

  .sm\:fill-red-lighter {
    fill: #f9acaa;
  }

  .sm\:fill-red-lightest {
    fill: #fcebea;
  }

  .sm\:fill-orange-darkest {
    fill: #462a16;
  }

  .sm\:fill-orange-darker {
    fill: #613b1f;
  }

  .sm\:fill-orange-dark {
    fill: #de751f;
  }

  .sm\:fill-orange {
    fill: #f6993f;
  }

  .sm\:fill-orange-light {
    fill: #faad63;
  }

  .sm\:fill-orange-lighter {
    fill: #fcd9b6;
  }

  .sm\:fill-orange-lightest {
    fill: #fff5eb;
  }

  .sm\:fill-yellow-darkest {
    fill: #453411;
  }

  .sm\:fill-yellow-darker {
    fill: #684f1d;
  }

  .sm\:fill-yellow-dark {
    fill: #f2d024;
  }

  .sm\:fill-yellow {
    fill: #ffed4a;
  }

  .sm\:fill-yellow-light {
    fill: #fff382;
  }

  .sm\:fill-yellow-lighter {
    fill: #fff9c2;
  }

  .sm\:fill-yellow-lightest {
    fill: #fcfbeb;
  }

  .sm\:fill-green-darkest {
    fill: #0f2f21;
  }

  .sm\:fill-green-darker {
    fill: #1a4731;
  }

  .sm\:fill-green-dark {
    fill: #1f9d55;
  }

  .sm\:fill-green {
    fill: #38c172;
  }

  .sm\:fill-green-light {
    fill: #51d88a;
  }

  .sm\:fill-green-lighter {
    fill: #a2f5bf;
  }

  .sm\:fill-green-lightest {
    fill: #e3fcec;
  }

  .sm\:fill-teal-darkest {
    fill: #0d3331;
  }

  .sm\:fill-teal-darker {
    fill: #20504f;
  }

  .sm\:fill-teal-dark {
    fill: #38a89d;
  }

  .sm\:fill-teal {
    fill: #4dc0b5;
  }

  .sm\:fill-teal-light {
    fill: #64d5ca;
  }

  .sm\:fill-teal-lighter {
    fill: #a0f0ed;
  }

  .sm\:fill-teal-lightest {
    fill: #e8fffe;
  }

  .sm\:fill-blue-darkest {
    fill: #12283a;
  }

  .sm\:fill-blue-darker {
    fill: #1c3d5a;
  }

  .sm\:fill-blue-dark {
    fill: #2779bd;
  }

  .sm\:fill-blue {
    fill: #3490dc;
  }

  .sm\:fill-blue-light {
    fill: #6cb2eb;
  }

  .sm\:fill-blue-lighter {
    fill: #bcdefa;
  }

  .sm\:fill-blue-lightest {
    fill: #eff8ff;
  }

  .sm\:fill-indigo-darkest {
    fill: #191e38;
  }

  .sm\:fill-indigo-darker {
    fill: #2f365f;
  }

  .sm\:fill-indigo-dark {
    fill: #5661b3;
  }

  .sm\:fill-indigo {
    fill: #6574cd;
  }

  .sm\:fill-indigo-light {
    fill: #7886d7;
  }

  .sm\:fill-indigo-lighter {
    fill: #b2b7ff;
  }

  .sm\:fill-indigo-lightest {
    fill: #e6e8ff;
  }

  .sm\:fill-purple-darkest {
    fill: #21183c;
  }

  .sm\:fill-purple-darker {
    fill: #382b5f;
  }

  .sm\:fill-purple-dark {
    fill: #794acf;
  }

  .sm\:fill-purple {
    fill: #9561e2;
  }

  .sm\:fill-purple-light {
    fill: #a779e9;
  }

  .sm\:fill-purple-lighter {
    fill: #d6bbfc;
  }

  .sm\:fill-purple-lightest {
    fill: #f3ebff;
  }

  .sm\:fill-pink-darkest {
    fill: #451225;
  }

  .sm\:fill-pink-darker {
    fill: #6f213f;
  }

  .sm\:fill-pink-dark {
    fill: #eb5286;
  }

  .sm\:fill-pink {
    fill: #f66d9b;
  }

  .sm\:fill-pink-light {
    fill: #fa7ea8;
  }

  .sm\:fill-pink-lighter {
    fill: #ffbbca;
  }

  .sm\:fill-pink-lightest {
    fill: #ffebef;
  }

  .group:hover .sm\:group-hover\:fill-current {
    fill: currentColor;
  }

  .group:hover .sm\:group-hover\:fill-transparent {
    fill: transparent;
  }

  .group:hover .sm\:group-hover\:fill-black {
    fill: #22292f;
  }

  .group:hover .sm\:group-hover\:fill-grey-darkest {
    fill: #3d4852;
  }

  .group:hover .sm\:group-hover\:fill-grey-darker {
    fill: #606f7b;
  }

  .group:hover .sm\:group-hover\:fill-grey-dark {
    fill: #8795a1;
  }

  .group:hover .sm\:group-hover\:fill-grey {
    fill: #b8c2cc;
  }

  .group:hover .sm\:group-hover\:fill-grey-light {
    fill: #dae1e7;
  }

  .group:hover .sm\:group-hover\:fill-grey-lighter {
    fill: #f1f5f8;
  }

  .group:hover .sm\:group-hover\:fill-grey-lightest {
    fill: #f8fafc;
  }

  .group:hover .sm\:group-hover\:fill-white {
    fill: #fff;
  }

  .group:hover .sm\:group-hover\:fill-red-darkest {
    fill: #3b0d0c;
  }

  .group:hover .sm\:group-hover\:fill-red-darker {
    fill: #621b18;
  }

  .group:hover .sm\:group-hover\:fill-red-dark {
    fill: #cc1f1a;
  }

  .group:hover .sm\:group-hover\:fill-red {
    fill: #e3342f;
  }

  .group:hover .sm\:group-hover\:fill-red-light {
    fill: #ef5753;
  }

  .group:hover .sm\:group-hover\:fill-red-lighter {
    fill: #f9acaa;
  }

  .group:hover .sm\:group-hover\:fill-red-lightest {
    fill: #fcebea;
  }

  .group:hover .sm\:group-hover\:fill-orange-darkest {
    fill: #462a16;
  }

  .group:hover .sm\:group-hover\:fill-orange-darker {
    fill: #613b1f;
  }

  .group:hover .sm\:group-hover\:fill-orange-dark {
    fill: #de751f;
  }

  .group:hover .sm\:group-hover\:fill-orange {
    fill: #f6993f;
  }

  .group:hover .sm\:group-hover\:fill-orange-light {
    fill: #faad63;
  }

  .group:hover .sm\:group-hover\:fill-orange-lighter {
    fill: #fcd9b6;
  }

  .group:hover .sm\:group-hover\:fill-orange-lightest {
    fill: #fff5eb;
  }

  .group:hover .sm\:group-hover\:fill-yellow-darkest {
    fill: #453411;
  }

  .group:hover .sm\:group-hover\:fill-yellow-darker {
    fill: #684f1d;
  }

  .group:hover .sm\:group-hover\:fill-yellow-dark {
    fill: #f2d024;
  }

  .group:hover .sm\:group-hover\:fill-yellow {
    fill: #ffed4a;
  }

  .group:hover .sm\:group-hover\:fill-yellow-light {
    fill: #fff382;
  }

  .group:hover .sm\:group-hover\:fill-yellow-lighter {
    fill: #fff9c2;
  }

  .group:hover .sm\:group-hover\:fill-yellow-lightest {
    fill: #fcfbeb;
  }

  .group:hover .sm\:group-hover\:fill-green-darkest {
    fill: #0f2f21;
  }

  .group:hover .sm\:group-hover\:fill-green-darker {
    fill: #1a4731;
  }

  .group:hover .sm\:group-hover\:fill-green-dark {
    fill: #1f9d55;
  }

  .group:hover .sm\:group-hover\:fill-green {
    fill: #38c172;
  }

  .group:hover .sm\:group-hover\:fill-green-light {
    fill: #51d88a;
  }

  .group:hover .sm\:group-hover\:fill-green-lighter {
    fill: #a2f5bf;
  }

  .group:hover .sm\:group-hover\:fill-green-lightest {
    fill: #e3fcec;
  }

  .group:hover .sm\:group-hover\:fill-teal-darkest {
    fill: #0d3331;
  }

  .group:hover .sm\:group-hover\:fill-teal-darker {
    fill: #20504f;
  }

  .group:hover .sm\:group-hover\:fill-teal-dark {
    fill: #38a89d;
  }

  .group:hover .sm\:group-hover\:fill-teal {
    fill: #4dc0b5;
  }

  .group:hover .sm\:group-hover\:fill-teal-light {
    fill: #64d5ca;
  }

  .group:hover .sm\:group-hover\:fill-teal-lighter {
    fill: #a0f0ed;
  }

  .group:hover .sm\:group-hover\:fill-teal-lightest {
    fill: #e8fffe;
  }

  .group:hover .sm\:group-hover\:fill-blue-darkest {
    fill: #12283a;
  }

  .group:hover .sm\:group-hover\:fill-blue-darker {
    fill: #1c3d5a;
  }

  .group:hover .sm\:group-hover\:fill-blue-dark {
    fill: #2779bd;
  }

  .group:hover .sm\:group-hover\:fill-blue {
    fill: #3490dc;
  }

  .group:hover .sm\:group-hover\:fill-blue-light {
    fill: #6cb2eb;
  }

  .group:hover .sm\:group-hover\:fill-blue-lighter {
    fill: #bcdefa;
  }

  .group:hover .sm\:group-hover\:fill-blue-lightest {
    fill: #eff8ff;
  }

  .group:hover .sm\:group-hover\:fill-indigo-darkest {
    fill: #191e38;
  }

  .group:hover .sm\:group-hover\:fill-indigo-darker {
    fill: #2f365f;
  }

  .group:hover .sm\:group-hover\:fill-indigo-dark {
    fill: #5661b3;
  }

  .group:hover .sm\:group-hover\:fill-indigo {
    fill: #6574cd;
  }

  .group:hover .sm\:group-hover\:fill-indigo-light {
    fill: #7886d7;
  }

  .group:hover .sm\:group-hover\:fill-indigo-lighter {
    fill: #b2b7ff;
  }

  .group:hover .sm\:group-hover\:fill-indigo-lightest {
    fill: #e6e8ff;
  }

  .group:hover .sm\:group-hover\:fill-purple-darkest {
    fill: #21183c;
  }

  .group:hover .sm\:group-hover\:fill-purple-darker {
    fill: #382b5f;
  }

  .group:hover .sm\:group-hover\:fill-purple-dark {
    fill: #794acf;
  }

  .group:hover .sm\:group-hover\:fill-purple {
    fill: #9561e2;
  }

  .group:hover .sm\:group-hover\:fill-purple-light {
    fill: #a779e9;
  }

  .group:hover .sm\:group-hover\:fill-purple-lighter {
    fill: #d6bbfc;
  }

  .group:hover .sm\:group-hover\:fill-purple-lightest {
    fill: #f3ebff;
  }

  .group:hover .sm\:group-hover\:fill-pink-darkest {
    fill: #451225;
  }

  .group:hover .sm\:group-hover\:fill-pink-darker {
    fill: #6f213f;
  }

  .group:hover .sm\:group-hover\:fill-pink-dark {
    fill: #eb5286;
  }

  .group:hover .sm\:group-hover\:fill-pink {
    fill: #f66d9b;
  }

  .group:hover .sm\:group-hover\:fill-pink-light {
    fill: #fa7ea8;
  }

  .group:hover .sm\:group-hover\:fill-pink-lighter {
    fill: #ffbbca;
  }

  .group:hover .sm\:group-hover\:fill-pink-lightest {
    fill: #ffebef;
  }

  .sm\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .sm\:hover\:fill-transparent:hover {
    fill: transparent;
  }

  .sm\:hover\:fill-black:hover {
    fill: #22292f;
  }

  .sm\:hover\:fill-grey-darkest:hover {
    fill: #3d4852;
  }

  .sm\:hover\:fill-grey-darker:hover {
    fill: #606f7b;
  }

  .sm\:hover\:fill-grey-dark:hover {
    fill: #8795a1;
  }

  .sm\:hover\:fill-grey:hover {
    fill: #b8c2cc;
  }

  .sm\:hover\:fill-grey-light:hover {
    fill: #dae1e7;
  }

  .sm\:hover\:fill-grey-lighter:hover {
    fill: #f1f5f8;
  }

  .sm\:hover\:fill-grey-lightest:hover {
    fill: #f8fafc;
  }

  .sm\:hover\:fill-white:hover {
    fill: #fff;
  }

  .sm\:hover\:fill-red-darkest:hover {
    fill: #3b0d0c;
  }

  .sm\:hover\:fill-red-darker:hover {
    fill: #621b18;
  }

  .sm\:hover\:fill-red-dark:hover {
    fill: #cc1f1a;
  }

  .sm\:hover\:fill-red:hover {
    fill: #e3342f;
  }

  .sm\:hover\:fill-red-light:hover {
    fill: #ef5753;
  }

  .sm\:hover\:fill-red-lighter:hover {
    fill: #f9acaa;
  }

  .sm\:hover\:fill-red-lightest:hover {
    fill: #fcebea;
  }

  .sm\:hover\:fill-orange-darkest:hover {
    fill: #462a16;
  }

  .sm\:hover\:fill-orange-darker:hover {
    fill: #613b1f;
  }

  .sm\:hover\:fill-orange-dark:hover {
    fill: #de751f;
  }

  .sm\:hover\:fill-orange:hover {
    fill: #f6993f;
  }

  .sm\:hover\:fill-orange-light:hover {
    fill: #faad63;
  }

  .sm\:hover\:fill-orange-lighter:hover {
    fill: #fcd9b6;
  }

  .sm\:hover\:fill-orange-lightest:hover {
    fill: #fff5eb;
  }

  .sm\:hover\:fill-yellow-darkest:hover {
    fill: #453411;
  }

  .sm\:hover\:fill-yellow-darker:hover {
    fill: #684f1d;
  }

  .sm\:hover\:fill-yellow-dark:hover {
    fill: #f2d024;
  }

  .sm\:hover\:fill-yellow:hover {
    fill: #ffed4a;
  }

  .sm\:hover\:fill-yellow-light:hover {
    fill: #fff382;
  }

  .sm\:hover\:fill-yellow-lighter:hover {
    fill: #fff9c2;
  }

  .sm\:hover\:fill-yellow-lightest:hover {
    fill: #fcfbeb;
  }

  .sm\:hover\:fill-green-darkest:hover {
    fill: #0f2f21;
  }

  .sm\:hover\:fill-green-darker:hover {
    fill: #1a4731;
  }

  .sm\:hover\:fill-green-dark:hover {
    fill: #1f9d55;
  }

  .sm\:hover\:fill-green:hover {
    fill: #38c172;
  }

  .sm\:hover\:fill-green-light:hover {
    fill: #51d88a;
  }

  .sm\:hover\:fill-green-lighter:hover {
    fill: #a2f5bf;
  }

  .sm\:hover\:fill-green-lightest:hover {
    fill: #e3fcec;
  }

  .sm\:hover\:fill-teal-darkest:hover {
    fill: #0d3331;
  }

  .sm\:hover\:fill-teal-darker:hover {
    fill: #20504f;
  }

  .sm\:hover\:fill-teal-dark:hover {
    fill: #38a89d;
  }

  .sm\:hover\:fill-teal:hover {
    fill: #4dc0b5;
  }

  .sm\:hover\:fill-teal-light:hover {
    fill: #64d5ca;
  }

  .sm\:hover\:fill-teal-lighter:hover {
    fill: #a0f0ed;
  }

  .sm\:hover\:fill-teal-lightest:hover {
    fill: #e8fffe;
  }

  .sm\:hover\:fill-blue-darkest:hover {
    fill: #12283a;
  }

  .sm\:hover\:fill-blue-darker:hover {
    fill: #1c3d5a;
  }

  .sm\:hover\:fill-blue-dark:hover {
    fill: #2779bd;
  }

  .sm\:hover\:fill-blue:hover {
    fill: #3490dc;
  }

  .sm\:hover\:fill-blue-light:hover {
    fill: #6cb2eb;
  }

  .sm\:hover\:fill-blue-lighter:hover {
    fill: #bcdefa;
  }

  .sm\:hover\:fill-blue-lightest:hover {
    fill: #eff8ff;
  }

  .sm\:hover\:fill-indigo-darkest:hover {
    fill: #191e38;
  }

  .sm\:hover\:fill-indigo-darker:hover {
    fill: #2f365f;
  }

  .sm\:hover\:fill-indigo-dark:hover {
    fill: #5661b3;
  }

  .sm\:hover\:fill-indigo:hover {
    fill: #6574cd;
  }

  .sm\:hover\:fill-indigo-light:hover {
    fill: #7886d7;
  }

  .sm\:hover\:fill-indigo-lighter:hover {
    fill: #b2b7ff;
  }

  .sm\:hover\:fill-indigo-lightest:hover {
    fill: #e6e8ff;
  }

  .sm\:hover\:fill-purple-darkest:hover {
    fill: #21183c;
  }

  .sm\:hover\:fill-purple-darker:hover {
    fill: #382b5f;
  }

  .sm\:hover\:fill-purple-dark:hover {
    fill: #794acf;
  }

  .sm\:hover\:fill-purple:hover {
    fill: #9561e2;
  }

  .sm\:hover\:fill-purple-light:hover {
    fill: #a779e9;
  }

  .sm\:hover\:fill-purple-lighter:hover {
    fill: #d6bbfc;
  }

  .sm\:hover\:fill-purple-lightest:hover {
    fill: #f3ebff;
  }

  .sm\:hover\:fill-pink-darkest:hover {
    fill: #451225;
  }

  .sm\:hover\:fill-pink-darker:hover {
    fill: #6f213f;
  }

  .sm\:hover\:fill-pink-dark:hover {
    fill: #eb5286;
  }

  .sm\:hover\:fill-pink:hover {
    fill: #f66d9b;
  }

  .sm\:hover\:fill-pink-light:hover {
    fill: #fa7ea8;
  }

  .sm\:hover\:fill-pink-lighter:hover {
    fill: #ffbbca;
  }

  .sm\:hover\:fill-pink-lightest:hover {
    fill: #ffebef;
  }

  .sm\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .sm\:focus-within\:fill-transparent:focus-within {
    fill: transparent;
  }

  .sm\:focus-within\:fill-black:focus-within {
    fill: #22292f;
  }

  .sm\:focus-within\:fill-grey-darkest:focus-within {
    fill: #3d4852;
  }

  .sm\:focus-within\:fill-grey-darker:focus-within {
    fill: #606f7b;
  }

  .sm\:focus-within\:fill-grey-dark:focus-within {
    fill: #8795a1;
  }

  .sm\:focus-within\:fill-grey:focus-within {
    fill: #b8c2cc;
  }

  .sm\:focus-within\:fill-grey-light:focus-within {
    fill: #dae1e7;
  }

  .sm\:focus-within\:fill-grey-lighter:focus-within {
    fill: #f1f5f8;
  }

  .sm\:focus-within\:fill-grey-lightest:focus-within {
    fill: #f8fafc;
  }

  .sm\:focus-within\:fill-white:focus-within {
    fill: #fff;
  }

  .sm\:focus-within\:fill-red-darkest:focus-within {
    fill: #3b0d0c;
  }

  .sm\:focus-within\:fill-red-darker:focus-within {
    fill: #621b18;
  }

  .sm\:focus-within\:fill-red-dark:focus-within {
    fill: #cc1f1a;
  }

  .sm\:focus-within\:fill-red:focus-within {
    fill: #e3342f;
  }

  .sm\:focus-within\:fill-red-light:focus-within {
    fill: #ef5753;
  }

  .sm\:focus-within\:fill-red-lighter:focus-within {
    fill: #f9acaa;
  }

  .sm\:focus-within\:fill-red-lightest:focus-within {
    fill: #fcebea;
  }

  .sm\:focus-within\:fill-orange-darkest:focus-within {
    fill: #462a16;
  }

  .sm\:focus-within\:fill-orange-darker:focus-within {
    fill: #613b1f;
  }

  .sm\:focus-within\:fill-orange-dark:focus-within {
    fill: #de751f;
  }

  .sm\:focus-within\:fill-orange:focus-within {
    fill: #f6993f;
  }

  .sm\:focus-within\:fill-orange-light:focus-within {
    fill: #faad63;
  }

  .sm\:focus-within\:fill-orange-lighter:focus-within {
    fill: #fcd9b6;
  }

  .sm\:focus-within\:fill-orange-lightest:focus-within {
    fill: #fff5eb;
  }

  .sm\:focus-within\:fill-yellow-darkest:focus-within {
    fill: #453411;
  }

  .sm\:focus-within\:fill-yellow-darker:focus-within {
    fill: #684f1d;
  }

  .sm\:focus-within\:fill-yellow-dark:focus-within {
    fill: #f2d024;
  }

  .sm\:focus-within\:fill-yellow:focus-within {
    fill: #ffed4a;
  }

  .sm\:focus-within\:fill-yellow-light:focus-within {
    fill: #fff382;
  }

  .sm\:focus-within\:fill-yellow-lighter:focus-within {
    fill: #fff9c2;
  }

  .sm\:focus-within\:fill-yellow-lightest:focus-within {
    fill: #fcfbeb;
  }

  .sm\:focus-within\:fill-green-darkest:focus-within {
    fill: #0f2f21;
  }

  .sm\:focus-within\:fill-green-darker:focus-within {
    fill: #1a4731;
  }

  .sm\:focus-within\:fill-green-dark:focus-within {
    fill: #1f9d55;
  }

  .sm\:focus-within\:fill-green:focus-within {
    fill: #38c172;
  }

  .sm\:focus-within\:fill-green-light:focus-within {
    fill: #51d88a;
  }

  .sm\:focus-within\:fill-green-lighter:focus-within {
    fill: #a2f5bf;
  }

  .sm\:focus-within\:fill-green-lightest:focus-within {
    fill: #e3fcec;
  }

  .sm\:focus-within\:fill-teal-darkest:focus-within {
    fill: #0d3331;
  }

  .sm\:focus-within\:fill-teal-darker:focus-within {
    fill: #20504f;
  }

  .sm\:focus-within\:fill-teal-dark:focus-within {
    fill: #38a89d;
  }

  .sm\:focus-within\:fill-teal:focus-within {
    fill: #4dc0b5;
  }

  .sm\:focus-within\:fill-teal-light:focus-within {
    fill: #64d5ca;
  }

  .sm\:focus-within\:fill-teal-lighter:focus-within {
    fill: #a0f0ed;
  }

  .sm\:focus-within\:fill-teal-lightest:focus-within {
    fill: #e8fffe;
  }

  .sm\:focus-within\:fill-blue-darkest:focus-within {
    fill: #12283a;
  }

  .sm\:focus-within\:fill-blue-darker:focus-within {
    fill: #1c3d5a;
  }

  .sm\:focus-within\:fill-blue-dark:focus-within {
    fill: #2779bd;
  }

  .sm\:focus-within\:fill-blue:focus-within {
    fill: #3490dc;
  }

  .sm\:focus-within\:fill-blue-light:focus-within {
    fill: #6cb2eb;
  }

  .sm\:focus-within\:fill-blue-lighter:focus-within {
    fill: #bcdefa;
  }

  .sm\:focus-within\:fill-blue-lightest:focus-within {
    fill: #eff8ff;
  }

  .sm\:focus-within\:fill-indigo-darkest:focus-within {
    fill: #191e38;
  }

  .sm\:focus-within\:fill-indigo-darker:focus-within {
    fill: #2f365f;
  }

  .sm\:focus-within\:fill-indigo-dark:focus-within {
    fill: #5661b3;
  }

  .sm\:focus-within\:fill-indigo:focus-within {
    fill: #6574cd;
  }

  .sm\:focus-within\:fill-indigo-light:focus-within {
    fill: #7886d7;
  }

  .sm\:focus-within\:fill-indigo-lighter:focus-within {
    fill: #b2b7ff;
  }

  .sm\:focus-within\:fill-indigo-lightest:focus-within {
    fill: #e6e8ff;
  }

  .sm\:focus-within\:fill-purple-darkest:focus-within {
    fill: #21183c;
  }

  .sm\:focus-within\:fill-purple-darker:focus-within {
    fill: #382b5f;
  }

  .sm\:focus-within\:fill-purple-dark:focus-within {
    fill: #794acf;
  }

  .sm\:focus-within\:fill-purple:focus-within {
    fill: #9561e2;
  }

  .sm\:focus-within\:fill-purple-light:focus-within {
    fill: #a779e9;
  }

  .sm\:focus-within\:fill-purple-lighter:focus-within {
    fill: #d6bbfc;
  }

  .sm\:focus-within\:fill-purple-lightest:focus-within {
    fill: #f3ebff;
  }

  .sm\:focus-within\:fill-pink-darkest:focus-within {
    fill: #451225;
  }

  .sm\:focus-within\:fill-pink-darker:focus-within {
    fill: #6f213f;
  }

  .sm\:focus-within\:fill-pink-dark:focus-within {
    fill: #eb5286;
  }

  .sm\:focus-within\:fill-pink:focus-within {
    fill: #f66d9b;
  }

  .sm\:focus-within\:fill-pink-light:focus-within {
    fill: #fa7ea8;
  }

  .sm\:focus-within\:fill-pink-lighter:focus-within {
    fill: #ffbbca;
  }

  .sm\:focus-within\:fill-pink-lightest:focus-within {
    fill: #ffebef;
  }

  .sm\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .sm\:focus\:fill-transparent:focus {
    fill: transparent;
  }

  .sm\:focus\:fill-black:focus {
    fill: #22292f;
  }

  .sm\:focus\:fill-grey-darkest:focus {
    fill: #3d4852;
  }

  .sm\:focus\:fill-grey-darker:focus {
    fill: #606f7b;
  }

  .sm\:focus\:fill-grey-dark:focus {
    fill: #8795a1;
  }

  .sm\:focus\:fill-grey:focus {
    fill: #b8c2cc;
  }

  .sm\:focus\:fill-grey-light:focus {
    fill: #dae1e7;
  }

  .sm\:focus\:fill-grey-lighter:focus {
    fill: #f1f5f8;
  }

  .sm\:focus\:fill-grey-lightest:focus {
    fill: #f8fafc;
  }

  .sm\:focus\:fill-white:focus {
    fill: #fff;
  }

  .sm\:focus\:fill-red-darkest:focus {
    fill: #3b0d0c;
  }

  .sm\:focus\:fill-red-darker:focus {
    fill: #621b18;
  }

  .sm\:focus\:fill-red-dark:focus {
    fill: #cc1f1a;
  }

  .sm\:focus\:fill-red:focus {
    fill: #e3342f;
  }

  .sm\:focus\:fill-red-light:focus {
    fill: #ef5753;
  }

  .sm\:focus\:fill-red-lighter:focus {
    fill: #f9acaa;
  }

  .sm\:focus\:fill-red-lightest:focus {
    fill: #fcebea;
  }

  .sm\:focus\:fill-orange-darkest:focus {
    fill: #462a16;
  }

  .sm\:focus\:fill-orange-darker:focus {
    fill: #613b1f;
  }

  .sm\:focus\:fill-orange-dark:focus {
    fill: #de751f;
  }

  .sm\:focus\:fill-orange:focus {
    fill: #f6993f;
  }

  .sm\:focus\:fill-orange-light:focus {
    fill: #faad63;
  }

  .sm\:focus\:fill-orange-lighter:focus {
    fill: #fcd9b6;
  }

  .sm\:focus\:fill-orange-lightest:focus {
    fill: #fff5eb;
  }

  .sm\:focus\:fill-yellow-darkest:focus {
    fill: #453411;
  }

  .sm\:focus\:fill-yellow-darker:focus {
    fill: #684f1d;
  }

  .sm\:focus\:fill-yellow-dark:focus {
    fill: #f2d024;
  }

  .sm\:focus\:fill-yellow:focus {
    fill: #ffed4a;
  }

  .sm\:focus\:fill-yellow-light:focus {
    fill: #fff382;
  }

  .sm\:focus\:fill-yellow-lighter:focus {
    fill: #fff9c2;
  }

  .sm\:focus\:fill-yellow-lightest:focus {
    fill: #fcfbeb;
  }

  .sm\:focus\:fill-green-darkest:focus {
    fill: #0f2f21;
  }

  .sm\:focus\:fill-green-darker:focus {
    fill: #1a4731;
  }

  .sm\:focus\:fill-green-dark:focus {
    fill: #1f9d55;
  }

  .sm\:focus\:fill-green:focus {
    fill: #38c172;
  }

  .sm\:focus\:fill-green-light:focus {
    fill: #51d88a;
  }

  .sm\:focus\:fill-green-lighter:focus {
    fill: #a2f5bf;
  }

  .sm\:focus\:fill-green-lightest:focus {
    fill: #e3fcec;
  }

  .sm\:focus\:fill-teal-darkest:focus {
    fill: #0d3331;
  }

  .sm\:focus\:fill-teal-darker:focus {
    fill: #20504f;
  }

  .sm\:focus\:fill-teal-dark:focus {
    fill: #38a89d;
  }

  .sm\:focus\:fill-teal:focus {
    fill: #4dc0b5;
  }

  .sm\:focus\:fill-teal-light:focus {
    fill: #64d5ca;
  }

  .sm\:focus\:fill-teal-lighter:focus {
    fill: #a0f0ed;
  }

  .sm\:focus\:fill-teal-lightest:focus {
    fill: #e8fffe;
  }

  .sm\:focus\:fill-blue-darkest:focus {
    fill: #12283a;
  }

  .sm\:focus\:fill-blue-darker:focus {
    fill: #1c3d5a;
  }

  .sm\:focus\:fill-blue-dark:focus {
    fill: #2779bd;
  }

  .sm\:focus\:fill-blue:focus {
    fill: #3490dc;
  }

  .sm\:focus\:fill-blue-light:focus {
    fill: #6cb2eb;
  }

  .sm\:focus\:fill-blue-lighter:focus {
    fill: #bcdefa;
  }

  .sm\:focus\:fill-blue-lightest:focus {
    fill: #eff8ff;
  }

  .sm\:focus\:fill-indigo-darkest:focus {
    fill: #191e38;
  }

  .sm\:focus\:fill-indigo-darker:focus {
    fill: #2f365f;
  }

  .sm\:focus\:fill-indigo-dark:focus {
    fill: #5661b3;
  }

  .sm\:focus\:fill-indigo:focus {
    fill: #6574cd;
  }

  .sm\:focus\:fill-indigo-light:focus {
    fill: #7886d7;
  }

  .sm\:focus\:fill-indigo-lighter:focus {
    fill: #b2b7ff;
  }

  .sm\:focus\:fill-indigo-lightest:focus {
    fill: #e6e8ff;
  }

  .sm\:focus\:fill-purple-darkest:focus {
    fill: #21183c;
  }

  .sm\:focus\:fill-purple-darker:focus {
    fill: #382b5f;
  }

  .sm\:focus\:fill-purple-dark:focus {
    fill: #794acf;
  }

  .sm\:focus\:fill-purple:focus {
    fill: #9561e2;
  }

  .sm\:focus\:fill-purple-light:focus {
    fill: #a779e9;
  }

  .sm\:focus\:fill-purple-lighter:focus {
    fill: #d6bbfc;
  }

  .sm\:focus\:fill-purple-lightest:focus {
    fill: #f3ebff;
  }

  .sm\:focus\:fill-pink-darkest:focus {
    fill: #451225;
  }

  .sm\:focus\:fill-pink-darker:focus {
    fill: #6f213f;
  }

  .sm\:focus\:fill-pink-dark:focus {
    fill: #eb5286;
  }

  .sm\:focus\:fill-pink:focus {
    fill: #f66d9b;
  }

  .sm\:focus\:fill-pink-light:focus {
    fill: #fa7ea8;
  }

  .sm\:focus\:fill-pink-lighter:focus {
    fill: #ffbbca;
  }

  .sm\:focus\:fill-pink-lightest:focus {
    fill: #ffebef;
  }

  .sm\:active\:fill-current:active {
    fill: currentColor;
  }

  .sm\:active\:fill-transparent:active {
    fill: transparent;
  }

  .sm\:active\:fill-black:active {
    fill: #22292f;
  }

  .sm\:active\:fill-grey-darkest:active {
    fill: #3d4852;
  }

  .sm\:active\:fill-grey-darker:active {
    fill: #606f7b;
  }

  .sm\:active\:fill-grey-dark:active {
    fill: #8795a1;
  }

  .sm\:active\:fill-grey:active {
    fill: #b8c2cc;
  }

  .sm\:active\:fill-grey-light:active {
    fill: #dae1e7;
  }

  .sm\:active\:fill-grey-lighter:active {
    fill: #f1f5f8;
  }

  .sm\:active\:fill-grey-lightest:active {
    fill: #f8fafc;
  }

  .sm\:active\:fill-white:active {
    fill: #fff;
  }

  .sm\:active\:fill-red-darkest:active {
    fill: #3b0d0c;
  }

  .sm\:active\:fill-red-darker:active {
    fill: #621b18;
  }

  .sm\:active\:fill-red-dark:active {
    fill: #cc1f1a;
  }

  .sm\:active\:fill-red:active {
    fill: #e3342f;
  }

  .sm\:active\:fill-red-light:active {
    fill: #ef5753;
  }

  .sm\:active\:fill-red-lighter:active {
    fill: #f9acaa;
  }

  .sm\:active\:fill-red-lightest:active {
    fill: #fcebea;
  }

  .sm\:active\:fill-orange-darkest:active {
    fill: #462a16;
  }

  .sm\:active\:fill-orange-darker:active {
    fill: #613b1f;
  }

  .sm\:active\:fill-orange-dark:active {
    fill: #de751f;
  }

  .sm\:active\:fill-orange:active {
    fill: #f6993f;
  }

  .sm\:active\:fill-orange-light:active {
    fill: #faad63;
  }

  .sm\:active\:fill-orange-lighter:active {
    fill: #fcd9b6;
  }

  .sm\:active\:fill-orange-lightest:active {
    fill: #fff5eb;
  }

  .sm\:active\:fill-yellow-darkest:active {
    fill: #453411;
  }

  .sm\:active\:fill-yellow-darker:active {
    fill: #684f1d;
  }

  .sm\:active\:fill-yellow-dark:active {
    fill: #f2d024;
  }

  .sm\:active\:fill-yellow:active {
    fill: #ffed4a;
  }

  .sm\:active\:fill-yellow-light:active {
    fill: #fff382;
  }

  .sm\:active\:fill-yellow-lighter:active {
    fill: #fff9c2;
  }

  .sm\:active\:fill-yellow-lightest:active {
    fill: #fcfbeb;
  }

  .sm\:active\:fill-green-darkest:active {
    fill: #0f2f21;
  }

  .sm\:active\:fill-green-darker:active {
    fill: #1a4731;
  }

  .sm\:active\:fill-green-dark:active {
    fill: #1f9d55;
  }

  .sm\:active\:fill-green:active {
    fill: #38c172;
  }

  .sm\:active\:fill-green-light:active {
    fill: #51d88a;
  }

  .sm\:active\:fill-green-lighter:active {
    fill: #a2f5bf;
  }

  .sm\:active\:fill-green-lightest:active {
    fill: #e3fcec;
  }

  .sm\:active\:fill-teal-darkest:active {
    fill: #0d3331;
  }

  .sm\:active\:fill-teal-darker:active {
    fill: #20504f;
  }

  .sm\:active\:fill-teal-dark:active {
    fill: #38a89d;
  }

  .sm\:active\:fill-teal:active {
    fill: #4dc0b5;
  }

  .sm\:active\:fill-teal-light:active {
    fill: #64d5ca;
  }

  .sm\:active\:fill-teal-lighter:active {
    fill: #a0f0ed;
  }

  .sm\:active\:fill-teal-lightest:active {
    fill: #e8fffe;
  }

  .sm\:active\:fill-blue-darkest:active {
    fill: #12283a;
  }

  .sm\:active\:fill-blue-darker:active {
    fill: #1c3d5a;
  }

  .sm\:active\:fill-blue-dark:active {
    fill: #2779bd;
  }

  .sm\:active\:fill-blue:active {
    fill: #3490dc;
  }

  .sm\:active\:fill-blue-light:active {
    fill: #6cb2eb;
  }

  .sm\:active\:fill-blue-lighter:active {
    fill: #bcdefa;
  }

  .sm\:active\:fill-blue-lightest:active {
    fill: #eff8ff;
  }

  .sm\:active\:fill-indigo-darkest:active {
    fill: #191e38;
  }

  .sm\:active\:fill-indigo-darker:active {
    fill: #2f365f;
  }

  .sm\:active\:fill-indigo-dark:active {
    fill: #5661b3;
  }

  .sm\:active\:fill-indigo:active {
    fill: #6574cd;
  }

  .sm\:active\:fill-indigo-light:active {
    fill: #7886d7;
  }

  .sm\:active\:fill-indigo-lighter:active {
    fill: #b2b7ff;
  }

  .sm\:active\:fill-indigo-lightest:active {
    fill: #e6e8ff;
  }

  .sm\:active\:fill-purple-darkest:active {
    fill: #21183c;
  }

  .sm\:active\:fill-purple-darker:active {
    fill: #382b5f;
  }

  .sm\:active\:fill-purple-dark:active {
    fill: #794acf;
  }

  .sm\:active\:fill-purple:active {
    fill: #9561e2;
  }

  .sm\:active\:fill-purple-light:active {
    fill: #a779e9;
  }

  .sm\:active\:fill-purple-lighter:active {
    fill: #d6bbfc;
  }

  .sm\:active\:fill-purple-lightest:active {
    fill: #f3ebff;
  }

  .sm\:active\:fill-pink-darkest:active {
    fill: #451225;
  }

  .sm\:active\:fill-pink-darker:active {
    fill: #6f213f;
  }

  .sm\:active\:fill-pink-dark:active {
    fill: #eb5286;
  }

  .sm\:active\:fill-pink:active {
    fill: #f66d9b;
  }

  .sm\:active\:fill-pink-light:active {
    fill: #fa7ea8;
  }

  .sm\:active\:fill-pink-lighter:active {
    fill: #ffbbca;
  }

  .sm\:active\:fill-pink-lightest:active {
    fill: #ffebef;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .sm\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .sm\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .sm\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .sm\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .sm\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .sm\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .sm\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .sm\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .sm\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .sm\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .sm\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .sm\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .sm\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .sm\:active\:table-auto:active {
    table-layout: auto;
  }

  .sm\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .group:hover .sm\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .sm\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .sm\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .sm\:group-hover\:text-justify {
    text-align: justify;
  }

  .sm\:hover\:text-left:hover {
    text-align: left;
  }

  .sm\:hover\:text-center:hover {
    text-align: center;
  }

  .sm\:hover\:text-right:hover {
    text-align: right;
  }

  .sm\:hover\:text-justify:hover {
    text-align: justify;
  }

  .sm\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .sm\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .sm\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .sm\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .sm\:focus\:text-left:focus {
    text-align: left;
  }

  .sm\:focus\:text-center:focus {
    text-align: center;
  }

  .sm\:focus\:text-right:focus {
    text-align: right;
  }

  .sm\:focus\:text-justify:focus {
    text-align: justify;
  }

  .sm\:active\:text-left:active {
    text-align: left;
  }

  .sm\:active\:text-center:active {
    text-align: center;
  }

  .sm\:active\:text-right:active {
    text-align: right;
  }

  .sm\:active\:text-justify:active {
    text-align: justify;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-black {
    color: #22292f;
  }

  .sm\:text-grey-darkest {
    color: #3d4852;
  }

  .sm\:text-grey-darker {
    color: #606f7b;
  }

  .sm\:text-grey-dark {
    color: #8795a1;
  }

  .sm\:text-grey {
    color: #b8c2cc;
  }

  .sm\:text-grey-light {
    color: #dae1e7;
  }

  .sm\:text-grey-lighter {
    color: #f1f5f8;
  }

  .sm\:text-grey-lightest {
    color: #f8fafc;
  }

  .sm\:text-white {
    color: #fff;
  }

  .sm\:text-red-darkest {
    color: #3b0d0c;
  }

  .sm\:text-red-darker {
    color: #621b18;
  }

  .sm\:text-red-dark {
    color: #cc1f1a;
  }

  .sm\:text-red {
    color: #e3342f;
  }

  .sm\:text-red-light {
    color: #ef5753;
  }

  .sm\:text-red-lighter {
    color: #f9acaa;
  }

  .sm\:text-red-lightest {
    color: #fcebea;
  }

  .sm\:text-orange-darkest {
    color: #462a16;
  }

  .sm\:text-orange-darker {
    color: #613b1f;
  }

  .sm\:text-orange-dark {
    color: #de751f;
  }

  .sm\:text-orange {
    color: #f6993f;
  }

  .sm\:text-orange-light {
    color: #faad63;
  }

  .sm\:text-orange-lighter {
    color: #fcd9b6;
  }

  .sm\:text-orange-lightest {
    color: #fff5eb;
  }

  .sm\:text-yellow-darkest {
    color: #453411;
  }

  .sm\:text-yellow-darker {
    color: #684f1d;
  }

  .sm\:text-yellow-dark {
    color: #f2d024;
  }

  .sm\:text-yellow {
    color: #ffed4a;
  }

  .sm\:text-yellow-light {
    color: #fff382;
  }

  .sm\:text-yellow-lighter {
    color: #fff9c2;
  }

  .sm\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .sm\:text-green-darkest {
    color: #0f2f21;
  }

  .sm\:text-green-darker {
    color: #1a4731;
  }

  .sm\:text-green-dark {
    color: #1f9d55;
  }

  .sm\:text-green {
    color: #38c172;
  }

  .sm\:text-green-light {
    color: #51d88a;
  }

  .sm\:text-green-lighter {
    color: #a2f5bf;
  }

  .sm\:text-green-lightest {
    color: #e3fcec;
  }

  .sm\:text-teal-darkest {
    color: #0d3331;
  }

  .sm\:text-teal-darker {
    color: #20504f;
  }

  .sm\:text-teal-dark {
    color: #38a89d;
  }

  .sm\:text-teal {
    color: #4dc0b5;
  }

  .sm\:text-teal-light {
    color: #64d5ca;
  }

  .sm\:text-teal-lighter {
    color: #a0f0ed;
  }

  .sm\:text-teal-lightest {
    color: #e8fffe;
  }

  .sm\:text-blue-darkest {
    color: #12283a;
  }

  .sm\:text-blue-darker {
    color: #1c3d5a;
  }

  .sm\:text-blue-dark {
    color: #2779bd;
  }

  .sm\:text-blue {
    color: #3490dc;
  }

  .sm\:text-blue-light {
    color: #6cb2eb;
  }

  .sm\:text-blue-lighter {
    color: #bcdefa;
  }

  .sm\:text-blue-lightest {
    color: #eff8ff;
  }

  .sm\:text-indigo-darkest {
    color: #191e38;
  }

  .sm\:text-indigo-darker {
    color: #2f365f;
  }

  .sm\:text-indigo-dark {
    color: #5661b3;
  }

  .sm\:text-indigo {
    color: #6574cd;
  }

  .sm\:text-indigo-light {
    color: #7886d7;
  }

  .sm\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .sm\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .sm\:text-purple-darkest {
    color: #21183c;
  }

  .sm\:text-purple-darker {
    color: #382b5f;
  }

  .sm\:text-purple-dark {
    color: #794acf;
  }

  .sm\:text-purple {
    color: #9561e2;
  }

  .sm\:text-purple-light {
    color: #a779e9;
  }

  .sm\:text-purple-lighter {
    color: #d6bbfc;
  }

  .sm\:text-purple-lightest {
    color: #f3ebff;
  }

  .sm\:text-pink-darkest {
    color: #451225;
  }

  .sm\:text-pink-darker {
    color: #6f213f;
  }

  .sm\:text-pink-dark {
    color: #eb5286;
  }

  .sm\:text-pink {
    color: #f66d9b;
  }

  .sm\:text-pink-light {
    color: #fa7ea8;
  }

  .sm\:text-pink-lighter {
    color: #ffbbca;
  }

  .sm\:text-pink-lightest {
    color: #ffebef;
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-black {
    color: #22292f;
  }

  .group:hover .sm\:group-hover\:text-grey-darkest {
    color: #3d4852;
  }

  .group:hover .sm\:group-hover\:text-grey-darker {
    color: #606f7b;
  }

  .group:hover .sm\:group-hover\:text-grey-dark {
    color: #8795a1;
  }

  .group:hover .sm\:group-hover\:text-grey {
    color: #b8c2cc;
  }

  .group:hover .sm\:group-hover\:text-grey-light {
    color: #dae1e7;
  }

  .group:hover .sm\:group-hover\:text-grey-lighter {
    color: #f1f5f8;
  }

  .group:hover .sm\:group-hover\:text-grey-lightest {
    color: #f8fafc;
  }

  .group:hover .sm\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .sm\:group-hover\:text-red-darkest {
    color: #3b0d0c;
  }

  .group:hover .sm\:group-hover\:text-red-darker {
    color: #621b18;
  }

  .group:hover .sm\:group-hover\:text-red-dark {
    color: #cc1f1a;
  }

  .group:hover .sm\:group-hover\:text-red {
    color: #e3342f;
  }

  .group:hover .sm\:group-hover\:text-red-light {
    color: #ef5753;
  }

  .group:hover .sm\:group-hover\:text-red-lighter {
    color: #f9acaa;
  }

  .group:hover .sm\:group-hover\:text-red-lightest {
    color: #fcebea;
  }

  .group:hover .sm\:group-hover\:text-orange-darkest {
    color: #462a16;
  }

  .group:hover .sm\:group-hover\:text-orange-darker {
    color: #613b1f;
  }

  .group:hover .sm\:group-hover\:text-orange-dark {
    color: #de751f;
  }

  .group:hover .sm\:group-hover\:text-orange {
    color: #f6993f;
  }

  .group:hover .sm\:group-hover\:text-orange-light {
    color: #faad63;
  }

  .group:hover .sm\:group-hover\:text-orange-lighter {
    color: #fcd9b6;
  }

  .group:hover .sm\:group-hover\:text-orange-lightest {
    color: #fff5eb;
  }

  .group:hover .sm\:group-hover\:text-yellow-darkest {
    color: #453411;
  }

  .group:hover .sm\:group-hover\:text-yellow-darker {
    color: #684f1d;
  }

  .group:hover .sm\:group-hover\:text-yellow-dark {
    color: #f2d024;
  }

  .group:hover .sm\:group-hover\:text-yellow {
    color: #ffed4a;
  }

  .group:hover .sm\:group-hover\:text-yellow-light {
    color: #fff382;
  }

  .group:hover .sm\:group-hover\:text-yellow-lighter {
    color: #fff9c2;
  }

  .group:hover .sm\:group-hover\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .group:hover .sm\:group-hover\:text-green-darkest {
    color: #0f2f21;
  }

  .group:hover .sm\:group-hover\:text-green-darker {
    color: #1a4731;
  }

  .group:hover .sm\:group-hover\:text-green-dark {
    color: #1f9d55;
  }

  .group:hover .sm\:group-hover\:text-green {
    color: #38c172;
  }

  .group:hover .sm\:group-hover\:text-green-light {
    color: #51d88a;
  }

  .group:hover .sm\:group-hover\:text-green-lighter {
    color: #a2f5bf;
  }

  .group:hover .sm\:group-hover\:text-green-lightest {
    color: #e3fcec;
  }

  .group:hover .sm\:group-hover\:text-teal-darkest {
    color: #0d3331;
  }

  .group:hover .sm\:group-hover\:text-teal-darker {
    color: #20504f;
  }

  .group:hover .sm\:group-hover\:text-teal-dark {
    color: #38a89d;
  }

  .group:hover .sm\:group-hover\:text-teal {
    color: #4dc0b5;
  }

  .group:hover .sm\:group-hover\:text-teal-light {
    color: #64d5ca;
  }

  .group:hover .sm\:group-hover\:text-teal-lighter {
    color: #a0f0ed;
  }

  .group:hover .sm\:group-hover\:text-teal-lightest {
    color: #e8fffe;
  }

  .group:hover .sm\:group-hover\:text-blue-darkest {
    color: #12283a;
  }

  .group:hover .sm\:group-hover\:text-blue-darker {
    color: #1c3d5a;
  }

  .group:hover .sm\:group-hover\:text-blue-dark {
    color: #2779bd;
  }

  .group:hover .sm\:group-hover\:text-blue {
    color: #3490dc;
  }

  .group:hover .sm\:group-hover\:text-blue-light {
    color: #6cb2eb;
  }

  .group:hover .sm\:group-hover\:text-blue-lighter {
    color: #bcdefa;
  }

  .group:hover .sm\:group-hover\:text-blue-lightest {
    color: #eff8ff;
  }

  .group:hover .sm\:group-hover\:text-indigo-darkest {
    color: #191e38;
  }

  .group:hover .sm\:group-hover\:text-indigo-darker {
    color: #2f365f;
  }

  .group:hover .sm\:group-hover\:text-indigo-dark {
    color: #5661b3;
  }

  .group:hover .sm\:group-hover\:text-indigo {
    color: #6574cd;
  }

  .group:hover .sm\:group-hover\:text-indigo-light {
    color: #7886d7;
  }

  .group:hover .sm\:group-hover\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .group:hover .sm\:group-hover\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .group:hover .sm\:group-hover\:text-purple-darkest {
    color: #21183c;
  }

  .group:hover .sm\:group-hover\:text-purple-darker {
    color: #382b5f;
  }

  .group:hover .sm\:group-hover\:text-purple-dark {
    color: #794acf;
  }

  .group:hover .sm\:group-hover\:text-purple {
    color: #9561e2;
  }

  .group:hover .sm\:group-hover\:text-purple-light {
    color: #a779e9;
  }

  .group:hover .sm\:group-hover\:text-purple-lighter {
    color: #d6bbfc;
  }

  .group:hover .sm\:group-hover\:text-purple-lightest {
    color: #f3ebff;
  }

  .group:hover .sm\:group-hover\:text-pink-darkest {
    color: #451225;
  }

  .group:hover .sm\:group-hover\:text-pink-darker {
    color: #6f213f;
  }

  .group:hover .sm\:group-hover\:text-pink-dark {
    color: #eb5286;
  }

  .group:hover .sm\:group-hover\:text-pink {
    color: #f66d9b;
  }

  .group:hover .sm\:group-hover\:text-pink-light {
    color: #fa7ea8;
  }

  .group:hover .sm\:group-hover\:text-pink-lighter {
    color: #ffbbca;
  }

  .group:hover .sm\:group-hover\:text-pink-lightest {
    color: #ffebef;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-black:hover {
    color: #22292f;
  }

  .sm\:hover\:text-grey-darkest:hover {
    color: #3d4852;
  }

  .sm\:hover\:text-grey-darker:hover {
    color: #606f7b;
  }

  .sm\:hover\:text-grey-dark:hover {
    color: #8795a1;
  }

  .sm\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .sm\:hover\:text-grey-light:hover {
    color: #dae1e7;
  }

  .sm\:hover\:text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .sm\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

  .sm\:hover\:text-white:hover {
    color: #fff;
  }

  .sm\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }

  .sm\:hover\:text-red-darker:hover {
    color: #621b18;
  }

  .sm\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }

  .sm\:hover\:text-red:hover {
    color: #e3342f;
  }

  .sm\:hover\:text-red-light:hover {
    color: #ef5753;
  }

  .sm\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }

  .sm\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }

  .sm\:hover\:text-orange-darkest:hover {
    color: #462a16;
  }

  .sm\:hover\:text-orange-darker:hover {
    color: #613b1f;
  }

  .sm\:hover\:text-orange-dark:hover {
    color: #de751f;
  }

  .sm\:hover\:text-orange:hover {
    color: #f6993f;
  }

  .sm\:hover\:text-orange-light:hover {
    color: #faad63;
  }

  .sm\:hover\:text-orange-lighter:hover {
    color: #fcd9b6;
  }

  .sm\:hover\:text-orange-lightest:hover {
    color: #fff5eb;
  }

  .sm\:hover\:text-yellow-darkest:hover {
    color: #453411;
  }

  .sm\:hover\:text-yellow-darker:hover {
    color: #684f1d;
  }

  .sm\:hover\:text-yellow-dark:hover {
    color: #f2d024;
  }

  .sm\:hover\:text-yellow:hover {
    color: #ffed4a;
  }

  .sm\:hover\:text-yellow-light:hover {
    color: #fff382;
  }

  .sm\:hover\:text-yellow-lighter:hover {
    color: #fff9c2;
  }

  .sm\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb;
  }

  .sm\:hover\:text-green-darkest:hover {
    color: #0f2f21;
  }

  .sm\:hover\:text-green-darker:hover {
    color: #1a4731;
  }

  .sm\:hover\:text-green-dark:hover {
    color: #1f9d55;
  }

  .sm\:hover\:text-green:hover {
    color: #38c172;
  }

  .sm\:hover\:text-green-light:hover {
    color: #51d88a;
  }

  .sm\:hover\:text-green-lighter:hover {
    color: #a2f5bf;
  }

  .sm\:hover\:text-green-lightest:hover {
    color: #e3fcec;
  }

  .sm\:hover\:text-teal-darkest:hover {
    color: #0d3331;
  }

  .sm\:hover\:text-teal-darker:hover {
    color: #20504f;
  }

  .sm\:hover\:text-teal-dark:hover {
    color: #38a89d;
  }

  .sm\:hover\:text-teal:hover {
    color: #4dc0b5;
  }

  .sm\:hover\:text-teal-light:hover {
    color: #64d5ca;
  }

  .sm\:hover\:text-teal-lighter:hover {
    color: #a0f0ed;
  }

  .sm\:hover\:text-teal-lightest:hover {
    color: #e8fffe;
  }

  .sm\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }

  .sm\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }

  .sm\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }

  .sm\:hover\:text-blue:hover {
    color: #3490dc;
  }

  .sm\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }

  .sm\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }

  .sm\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }

  .sm\:hover\:text-indigo-darkest:hover {
    color: #191e38;
  }

  .sm\:hover\:text-indigo-darker:hover {
    color: #2f365f;
  }

  .sm\:hover\:text-indigo-dark:hover {
    color: #5661b3;
  }

  .sm\:hover\:text-indigo:hover {
    color: #6574cd;
  }

  .sm\:hover\:text-indigo-light:hover {
    color: #7886d7;
  }

  .sm\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff;
  }

  .sm\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff;
  }

  .sm\:hover\:text-purple-darkest:hover {
    color: #21183c;
  }

  .sm\:hover\:text-purple-darker:hover {
    color: #382b5f;
  }

  .sm\:hover\:text-purple-dark:hover {
    color: #794acf;
  }

  .sm\:hover\:text-purple:hover {
    color: #9561e2;
  }

  .sm\:hover\:text-purple-light:hover {
    color: #a779e9;
  }

  .sm\:hover\:text-purple-lighter:hover {
    color: #d6bbfc;
  }

  .sm\:hover\:text-purple-lightest:hover {
    color: #f3ebff;
  }

  .sm\:hover\:text-pink-darkest:hover {
    color: #451225;
  }

  .sm\:hover\:text-pink-darker:hover {
    color: #6f213f;
  }

  .sm\:hover\:text-pink-dark:hover {
    color: #eb5286;
  }

  .sm\:hover\:text-pink:hover {
    color: #f66d9b;
  }

  .sm\:hover\:text-pink-light:hover {
    color: #fa7ea8;
  }

  .sm\:hover\:text-pink-lighter:hover {
    color: #ffbbca;
  }

  .sm\:hover\:text-pink-lightest:hover {
    color: #ffebef;
  }

  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .sm\:focus-within\:text-black:focus-within {
    color: #22292f;
  }

  .sm\:focus-within\:text-grey-darkest:focus-within {
    color: #3d4852;
  }

  .sm\:focus-within\:text-grey-darker:focus-within {
    color: #606f7b;
  }

  .sm\:focus-within\:text-grey-dark:focus-within {
    color: #8795a1;
  }

  .sm\:focus-within\:text-grey:focus-within {
    color: #b8c2cc;
  }

  .sm\:focus-within\:text-grey-light:focus-within {
    color: #dae1e7;
  }

  .sm\:focus-within\:text-grey-lighter:focus-within {
    color: #f1f5f8;
  }

  .sm\:focus-within\:text-grey-lightest:focus-within {
    color: #f8fafc;
  }

  .sm\:focus-within\:text-white:focus-within {
    color: #fff;
  }

  .sm\:focus-within\:text-red-darkest:focus-within {
    color: #3b0d0c;
  }

  .sm\:focus-within\:text-red-darker:focus-within {
    color: #621b18;
  }

  .sm\:focus-within\:text-red-dark:focus-within {
    color: #cc1f1a;
  }

  .sm\:focus-within\:text-red:focus-within {
    color: #e3342f;
  }

  .sm\:focus-within\:text-red-light:focus-within {
    color: #ef5753;
  }

  .sm\:focus-within\:text-red-lighter:focus-within {
    color: #f9acaa;
  }

  .sm\:focus-within\:text-red-lightest:focus-within {
    color: #fcebea;
  }

  .sm\:focus-within\:text-orange-darkest:focus-within {
    color: #462a16;
  }

  .sm\:focus-within\:text-orange-darker:focus-within {
    color: #613b1f;
  }

  .sm\:focus-within\:text-orange-dark:focus-within {
    color: #de751f;
  }

  .sm\:focus-within\:text-orange:focus-within {
    color: #f6993f;
  }

  .sm\:focus-within\:text-orange-light:focus-within {
    color: #faad63;
  }

  .sm\:focus-within\:text-orange-lighter:focus-within {
    color: #fcd9b6;
  }

  .sm\:focus-within\:text-orange-lightest:focus-within {
    color: #fff5eb;
  }

  .sm\:focus-within\:text-yellow-darkest:focus-within {
    color: #453411;
  }

  .sm\:focus-within\:text-yellow-darker:focus-within {
    color: #684f1d;
  }

  .sm\:focus-within\:text-yellow-dark:focus-within {
    color: #f2d024;
  }

  .sm\:focus-within\:text-yellow:focus-within {
    color: #ffed4a;
  }

  .sm\:focus-within\:text-yellow-light:focus-within {
    color: #fff382;
  }

  .sm\:focus-within\:text-yellow-lighter:focus-within {
    color: #fff9c2;
  }

  .sm\:focus-within\:text-yellow-lightest:focus-within {
    color: #fcfbeb;
  }

  .sm\:focus-within\:text-green-darkest:focus-within {
    color: #0f2f21;
  }

  .sm\:focus-within\:text-green-darker:focus-within {
    color: #1a4731;
  }

  .sm\:focus-within\:text-green-dark:focus-within {
    color: #1f9d55;
  }

  .sm\:focus-within\:text-green:focus-within {
    color: #38c172;
  }

  .sm\:focus-within\:text-green-light:focus-within {
    color: #51d88a;
  }

  .sm\:focus-within\:text-green-lighter:focus-within {
    color: #a2f5bf;
  }

  .sm\:focus-within\:text-green-lightest:focus-within {
    color: #e3fcec;
  }

  .sm\:focus-within\:text-teal-darkest:focus-within {
    color: #0d3331;
  }

  .sm\:focus-within\:text-teal-darker:focus-within {
    color: #20504f;
  }

  .sm\:focus-within\:text-teal-dark:focus-within {
    color: #38a89d;
  }

  .sm\:focus-within\:text-teal:focus-within {
    color: #4dc0b5;
  }

  .sm\:focus-within\:text-teal-light:focus-within {
    color: #64d5ca;
  }

  .sm\:focus-within\:text-teal-lighter:focus-within {
    color: #a0f0ed;
  }

  .sm\:focus-within\:text-teal-lightest:focus-within {
    color: #e8fffe;
  }

  .sm\:focus-within\:text-blue-darkest:focus-within {
    color: #12283a;
  }

  .sm\:focus-within\:text-blue-darker:focus-within {
    color: #1c3d5a;
  }

  .sm\:focus-within\:text-blue-dark:focus-within {
    color: #2779bd;
  }

  .sm\:focus-within\:text-blue:focus-within {
    color: #3490dc;
  }

  .sm\:focus-within\:text-blue-light:focus-within {
    color: #6cb2eb;
  }

  .sm\:focus-within\:text-blue-lighter:focus-within {
    color: #bcdefa;
  }

  .sm\:focus-within\:text-blue-lightest:focus-within {
    color: #eff8ff;
  }

  .sm\:focus-within\:text-indigo-darkest:focus-within {
    color: #191e38;
  }

  .sm\:focus-within\:text-indigo-darker:focus-within {
    color: #2f365f;
  }

  .sm\:focus-within\:text-indigo-dark:focus-within {
    color: #5661b3;
  }

  .sm\:focus-within\:text-indigo:focus-within {
    color: #6574cd;
  }

  .sm\:focus-within\:text-indigo-light:focus-within {
    color: #7886d7;
  }

  .sm\:focus-within\:text-indigo-lighter:focus-within {
    color: #b2b7ff;
  }

  .sm\:focus-within\:text-indigo-lightest:focus-within {
    color: #e6e8ff;
  }

  .sm\:focus-within\:text-purple-darkest:focus-within {
    color: #21183c;
  }

  .sm\:focus-within\:text-purple-darker:focus-within {
    color: #382b5f;
  }

  .sm\:focus-within\:text-purple-dark:focus-within {
    color: #794acf;
  }

  .sm\:focus-within\:text-purple:focus-within {
    color: #9561e2;
  }

  .sm\:focus-within\:text-purple-light:focus-within {
    color: #a779e9;
  }

  .sm\:focus-within\:text-purple-lighter:focus-within {
    color: #d6bbfc;
  }

  .sm\:focus-within\:text-purple-lightest:focus-within {
    color: #f3ebff;
  }

  .sm\:focus-within\:text-pink-darkest:focus-within {
    color: #451225;
  }

  .sm\:focus-within\:text-pink-darker:focus-within {
    color: #6f213f;
  }

  .sm\:focus-within\:text-pink-dark:focus-within {
    color: #eb5286;
  }

  .sm\:focus-within\:text-pink:focus-within {
    color: #f66d9b;
  }

  .sm\:focus-within\:text-pink-light:focus-within {
    color: #fa7ea8;
  }

  .sm\:focus-within\:text-pink-lighter:focus-within {
    color: #ffbbca;
  }

  .sm\:focus-within\:text-pink-lightest:focus-within {
    color: #ffebef;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-black:focus {
    color: #22292f;
  }

  .sm\:focus\:text-grey-darkest:focus {
    color: #3d4852;
  }

  .sm\:focus\:text-grey-darker:focus {
    color: #606f7b;
  }

  .sm\:focus\:text-grey-dark:focus {
    color: #8795a1;
  }

  .sm\:focus\:text-grey:focus {
    color: #b8c2cc;
  }

  .sm\:focus\:text-grey-light:focus {
    color: #dae1e7;
  }

  .sm\:focus\:text-grey-lighter:focus {
    color: #f1f5f8;
  }

  .sm\:focus\:text-grey-lightest:focus {
    color: #f8fafc;
  }

  .sm\:focus\:text-white:focus {
    color: #fff;
  }

  .sm\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }

  .sm\:focus\:text-red-darker:focus {
    color: #621b18;
  }

  .sm\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }

  .sm\:focus\:text-red:focus {
    color: #e3342f;
  }

  .sm\:focus\:text-red-light:focus {
    color: #ef5753;
  }

  .sm\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }

  .sm\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }

  .sm\:focus\:text-orange-darkest:focus {
    color: #462a16;
  }

  .sm\:focus\:text-orange-darker:focus {
    color: #613b1f;
  }

  .sm\:focus\:text-orange-dark:focus {
    color: #de751f;
  }

  .sm\:focus\:text-orange:focus {
    color: #f6993f;
  }

  .sm\:focus\:text-orange-light:focus {
    color: #faad63;
  }

  .sm\:focus\:text-orange-lighter:focus {
    color: #fcd9b6;
  }

  .sm\:focus\:text-orange-lightest:focus {
    color: #fff5eb;
  }

  .sm\:focus\:text-yellow-darkest:focus {
    color: #453411;
  }

  .sm\:focus\:text-yellow-darker:focus {
    color: #684f1d;
  }

  .sm\:focus\:text-yellow-dark:focus {
    color: #f2d024;
  }

  .sm\:focus\:text-yellow:focus {
    color: #ffed4a;
  }

  .sm\:focus\:text-yellow-light:focus {
    color: #fff382;
  }

  .sm\:focus\:text-yellow-lighter:focus {
    color: #fff9c2;
  }

  .sm\:focus\:text-yellow-lightest:focus {
    color: #fcfbeb;
  }

  .sm\:focus\:text-green-darkest:focus {
    color: #0f2f21;
  }

  .sm\:focus\:text-green-darker:focus {
    color: #1a4731;
  }

  .sm\:focus\:text-green-dark:focus {
    color: #1f9d55;
  }

  .sm\:focus\:text-green:focus {
    color: #38c172;
  }

  .sm\:focus\:text-green-light:focus {
    color: #51d88a;
  }

  .sm\:focus\:text-green-lighter:focus {
    color: #a2f5bf;
  }

  .sm\:focus\:text-green-lightest:focus {
    color: #e3fcec;
  }

  .sm\:focus\:text-teal-darkest:focus {
    color: #0d3331;
  }

  .sm\:focus\:text-teal-darker:focus {
    color: #20504f;
  }

  .sm\:focus\:text-teal-dark:focus {
    color: #38a89d;
  }

  .sm\:focus\:text-teal:focus {
    color: #4dc0b5;
  }

  .sm\:focus\:text-teal-light:focus {
    color: #64d5ca;
  }

  .sm\:focus\:text-teal-lighter:focus {
    color: #a0f0ed;
  }

  .sm\:focus\:text-teal-lightest:focus {
    color: #e8fffe;
  }

  .sm\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }

  .sm\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }

  .sm\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }

  .sm\:focus\:text-blue:focus {
    color: #3490dc;
  }

  .sm\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }

  .sm\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }

  .sm\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }

  .sm\:focus\:text-indigo-darkest:focus {
    color: #191e38;
  }

  .sm\:focus\:text-indigo-darker:focus {
    color: #2f365f;
  }

  .sm\:focus\:text-indigo-dark:focus {
    color: #5661b3;
  }

  .sm\:focus\:text-indigo:focus {
    color: #6574cd;
  }

  .sm\:focus\:text-indigo-light:focus {
    color: #7886d7;
  }

  .sm\:focus\:text-indigo-lighter:focus {
    color: #b2b7ff;
  }

  .sm\:focus\:text-indigo-lightest:focus {
    color: #e6e8ff;
  }

  .sm\:focus\:text-purple-darkest:focus {
    color: #21183c;
  }

  .sm\:focus\:text-purple-darker:focus {
    color: #382b5f;
  }

  .sm\:focus\:text-purple-dark:focus {
    color: #794acf;
  }

  .sm\:focus\:text-purple:focus {
    color: #9561e2;
  }

  .sm\:focus\:text-purple-light:focus {
    color: #a779e9;
  }

  .sm\:focus\:text-purple-lighter:focus {
    color: #d6bbfc;
  }

  .sm\:focus\:text-purple-lightest:focus {
    color: #f3ebff;
  }

  .sm\:focus\:text-pink-darkest:focus {
    color: #451225;
  }

  .sm\:focus\:text-pink-darker:focus {
    color: #6f213f;
  }

  .sm\:focus\:text-pink-dark:focus {
    color: #eb5286;
  }

  .sm\:focus\:text-pink:focus {
    color: #f66d9b;
  }

  .sm\:focus\:text-pink-light:focus {
    color: #fa7ea8;
  }

  .sm\:focus\:text-pink-lighter:focus {
    color: #ffbbca;
  }

  .sm\:focus\:text-pink-lightest:focus {
    color: #ffebef;
  }

  .sm\:active\:text-transparent:active {
    color: transparent;
  }

  .sm\:active\:text-black:active {
    color: #22292f;
  }

  .sm\:active\:text-grey-darkest:active {
    color: #3d4852;
  }

  .sm\:active\:text-grey-darker:active {
    color: #606f7b;
  }

  .sm\:active\:text-grey-dark:active {
    color: #8795a1;
  }

  .sm\:active\:text-grey:active {
    color: #b8c2cc;
  }

  .sm\:active\:text-grey-light:active {
    color: #dae1e7;
  }

  .sm\:active\:text-grey-lighter:active {
    color: #f1f5f8;
  }

  .sm\:active\:text-grey-lightest:active {
    color: #f8fafc;
  }

  .sm\:active\:text-white:active {
    color: #fff;
  }

  .sm\:active\:text-red-darkest:active {
    color: #3b0d0c;
  }

  .sm\:active\:text-red-darker:active {
    color: #621b18;
  }

  .sm\:active\:text-red-dark:active {
    color: #cc1f1a;
  }

  .sm\:active\:text-red:active {
    color: #e3342f;
  }

  .sm\:active\:text-red-light:active {
    color: #ef5753;
  }

  .sm\:active\:text-red-lighter:active {
    color: #f9acaa;
  }

  .sm\:active\:text-red-lightest:active {
    color: #fcebea;
  }

  .sm\:active\:text-orange-darkest:active {
    color: #462a16;
  }

  .sm\:active\:text-orange-darker:active {
    color: #613b1f;
  }

  .sm\:active\:text-orange-dark:active {
    color: #de751f;
  }

  .sm\:active\:text-orange:active {
    color: #f6993f;
  }

  .sm\:active\:text-orange-light:active {
    color: #faad63;
  }

  .sm\:active\:text-orange-lighter:active {
    color: #fcd9b6;
  }

  .sm\:active\:text-orange-lightest:active {
    color: #fff5eb;
  }

  .sm\:active\:text-yellow-darkest:active {
    color: #453411;
  }

  .sm\:active\:text-yellow-darker:active {
    color: #684f1d;
  }

  .sm\:active\:text-yellow-dark:active {
    color: #f2d024;
  }

  .sm\:active\:text-yellow:active {
    color: #ffed4a;
  }

  .sm\:active\:text-yellow-light:active {
    color: #fff382;
  }

  .sm\:active\:text-yellow-lighter:active {
    color: #fff9c2;
  }

  .sm\:active\:text-yellow-lightest:active {
    color: #fcfbeb;
  }

  .sm\:active\:text-green-darkest:active {
    color: #0f2f21;
  }

  .sm\:active\:text-green-darker:active {
    color: #1a4731;
  }

  .sm\:active\:text-green-dark:active {
    color: #1f9d55;
  }

  .sm\:active\:text-green:active {
    color: #38c172;
  }

  .sm\:active\:text-green-light:active {
    color: #51d88a;
  }

  .sm\:active\:text-green-lighter:active {
    color: #a2f5bf;
  }

  .sm\:active\:text-green-lightest:active {
    color: #e3fcec;
  }

  .sm\:active\:text-teal-darkest:active {
    color: #0d3331;
  }

  .sm\:active\:text-teal-darker:active {
    color: #20504f;
  }

  .sm\:active\:text-teal-dark:active {
    color: #38a89d;
  }

  .sm\:active\:text-teal:active {
    color: #4dc0b5;
  }

  .sm\:active\:text-teal-light:active {
    color: #64d5ca;
  }

  .sm\:active\:text-teal-lighter:active {
    color: #a0f0ed;
  }

  .sm\:active\:text-teal-lightest:active {
    color: #e8fffe;
  }

  .sm\:active\:text-blue-darkest:active {
    color: #12283a;
  }

  .sm\:active\:text-blue-darker:active {
    color: #1c3d5a;
  }

  .sm\:active\:text-blue-dark:active {
    color: #2779bd;
  }

  .sm\:active\:text-blue:active {
    color: #3490dc;
  }

  .sm\:active\:text-blue-light:active {
    color: #6cb2eb;
  }

  .sm\:active\:text-blue-lighter:active {
    color: #bcdefa;
  }

  .sm\:active\:text-blue-lightest:active {
    color: #eff8ff;
  }

  .sm\:active\:text-indigo-darkest:active {
    color: #191e38;
  }

  .sm\:active\:text-indigo-darker:active {
    color: #2f365f;
  }

  .sm\:active\:text-indigo-dark:active {
    color: #5661b3;
  }

  .sm\:active\:text-indigo:active {
    color: #6574cd;
  }

  .sm\:active\:text-indigo-light:active {
    color: #7886d7;
  }

  .sm\:active\:text-indigo-lighter:active {
    color: #b2b7ff;
  }

  .sm\:active\:text-indigo-lightest:active {
    color: #e6e8ff;
  }

  .sm\:active\:text-purple-darkest:active {
    color: #21183c;
  }

  .sm\:active\:text-purple-darker:active {
    color: #382b5f;
  }

  .sm\:active\:text-purple-dark:active {
    color: #794acf;
  }

  .sm\:active\:text-purple:active {
    color: #9561e2;
  }

  .sm\:active\:text-purple-light:active {
    color: #a779e9;
  }

  .sm\:active\:text-purple-lighter:active {
    color: #d6bbfc;
  }

  .sm\:active\:text-purple-lightest:active {
    color: #f3ebff;
  }

  .sm\:active\:text-pink-darkest:active {
    color: #451225;
  }

  .sm\:active\:text-pink-darker:active {
    color: #6f213f;
  }

  .sm\:active\:text-pink-dark:active {
    color: #eb5286;
  }

  .sm\:active\:text-pink:active {
    color: #f66d9b;
  }

  .sm\:active\:text-pink-light:active {
    color: #fa7ea8;
  }

  .sm\:active\:text-pink-lighter:active {
    color: #ffbbca;
  }

  .sm\:active\:text-pink-lightest:active {
    color: #ffebef;
  }

  .sm\:text-xs {
    font-size: .75rem;
  }

  .sm\:text-sm {
    font-size: .875rem;
  }

  .sm\:text-md {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .sm\:group-hover\:text-xs {
    font-size: .75rem;
  }

  .group:hover .sm\:group-hover\:text-sm {
    font-size: .875rem;
  }

  .group:hover .sm\:group-hover\:text-md {
    font-size: 1rem;
  }

  .group:hover .sm\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .sm\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .sm\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .sm\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .sm\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .sm\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .sm\:hover\:text-xs:hover {
    font-size: .75rem;
  }

  .sm\:hover\:text-sm:hover {
    font-size: .875rem;
  }

  .sm\:hover\:text-md:hover {
    font-size: 1rem;
  }

  .sm\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .sm\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .sm\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .sm\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .sm\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .sm\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .sm\:focus-within\:text-xs:focus-within {
    font-size: .75rem;
  }

  .sm\:focus-within\:text-sm:focus-within {
    font-size: .875rem;
  }

  .sm\:focus-within\:text-md:focus-within {
    font-size: 1rem;
  }

  .sm\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
  }

  .sm\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
  }

  .sm\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
  }

  .sm\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
  }

  .sm\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
  }

  .sm\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
  }

  .sm\:focus\:text-xs:focus {
    font-size: .75rem;
  }

  .sm\:focus\:text-sm:focus {
    font-size: .875rem;
  }

  .sm\:focus\:text-md:focus {
    font-size: 1rem;
  }

  .sm\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .sm\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .sm\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .sm\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .sm\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .sm\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .sm\:active\:text-xs:active {
    font-size: .75rem;
  }

  .sm\:active\:text-sm:active {
    font-size: .875rem;
  }

  .sm\:active\:text-md:active {
    font-size: 1rem;
  }

  .sm\:active\:text-lg:active {
    font-size: 1.125rem;
  }

  .sm\:active\:text-xl:active {
    font-size: 1.25rem;
  }

  .sm\:active\:text-2xl:active {
    font-size: 1.5rem;
  }

  .sm\:active\:text-3xl:active {
    font-size: 1.875rem;
  }

  .sm\:active\:text-4xl:active {
    font-size: 2.25rem;
  }

  .sm\:active\:text-5xl:active {
    font-size: 3rem;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:roman {
    font-style: normal;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .sm\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .sm\:group-hover\:roman {
    font-style: normal;
  }

  .group:hover .sm\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .sm\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .sm\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .sm\:group-hover\:normal-case {
    text-transform: none;
  }

  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none;
  }

  .group:hover .sm\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .sm\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:hover\:italic:hover {
    font-style: italic;
  }

  .sm\:hover\:roman:hover {
    font-style: normal;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .sm\:focus-within\:roman:focus-within {
    font-style: normal;
  }

  .sm\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .sm\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .sm\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .sm\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .sm\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .sm\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:focus\:italic:focus {
    font-style: italic;
  }

  .sm\:focus\:roman:focus {
    font-style: normal;
  }

  .sm\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .sm\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .sm\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .sm\:focus\:normal-case:focus {
    text-transform: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:active\:italic:active {
    font-style: italic;
  }

  .sm\:active\:roman:active {
    font-style: normal;
  }

  .sm\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .sm\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .sm\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .sm\:active\:normal-case:active {
    text-transform: none;
  }

  .sm\:active\:underline:active {
    text-decoration: underline;
  }

  .sm\:active\:line-through:active {
    text-decoration: line-through;
  }

  .sm\:active\:no-underline:active {
    text-decoration: none;
  }

  .sm\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em;
  }

  .group:hover .sm\:group-hover\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .group:hover .sm\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .sm\:group-hover\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm\:hover\:tracking-tight:hover {
    letter-spacing: -0.05em;
  }

  .sm\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .sm\:hover\:tracking-wide:hover {
    letter-spacing: .05em;
  }

  .sm\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.05em;
  }

  .sm\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0;
  }

  .sm\:focus-within\:tracking-wide:focus-within {
    letter-spacing: .05em;
  }

  .sm\:focus\:tracking-tight:focus {
    letter-spacing: -0.05em;
  }

  .sm\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .sm\:focus\:tracking-wide:focus {
    letter-spacing: .05em;
  }

  .sm\:active\:tracking-tight:active {
    letter-spacing: -0.05em;
  }

  .sm\:active\:tracking-normal:active {
    letter-spacing: 0;
  }

  .sm\:active\:tracking-wide:active {
    letter-spacing: .05em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .sm\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .sm\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .sm\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .sm\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .sm\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .sm\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .sm\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .sm\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .sm\:hover\:align-top:hover {
    vertical-align: top;
  }

  .sm\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .sm\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .sm\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .sm\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .sm\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .sm\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .sm\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .sm\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .sm\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .sm\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .sm\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .sm\:focus\:align-top:focus {
    vertical-align: top;
  }

  .sm\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .sm\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .sm\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .sm\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .sm\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .sm\:active\:align-top:active {
    vertical-align: top;
  }

  .sm\:active\:align-middle:active {
    vertical-align: middle;
  }

  .sm\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .sm\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .sm\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .group:hover .sm\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .sm\:group-hover\:invisible {
    visibility: hidden;
  }

  .sm\:hover\:visible:hover {
    visibility: visible;
  }

  .sm\:hover\:invisible:hover {
    visibility: hidden;
  }

  .sm\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .sm\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .sm\:focus\:visible:focus {
    visibility: visible;
  }

  .sm\:focus\:invisible:focus {
    visibility: hidden;
  }

  .sm\:active\:visible:active {
    visibility: visible;
  }

  .sm\:active\:invisible:active {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-words {
    word-wrap: break-word;
  }

  .sm\:break-normal {
    word-wrap: normal;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .sm\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .sm\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .sm\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .sm\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .sm\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .group:hover .sm\:group-hover\:break-words {
    word-wrap: break-word;
  }

  .group:hover .sm\:group-hover\:break-normal {
    word-wrap: normal;
  }

  .group:hover .sm\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .sm\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .sm\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .sm\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .sm\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .sm\:hover\:break-words:hover {
    word-wrap: break-word;
  }

  .sm\:hover\:break-normal:hover {
    word-wrap: normal;
  }

  .sm\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .sm\:focus-within\:whitespace-no-wrap:focus-within {
    white-space: nowrap;
  }

  .sm\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .sm\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .sm\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .sm\:focus-within\:break-words:focus-within {
    word-wrap: break-word;
  }

  .sm\:focus-within\:break-normal:focus-within {
    word-wrap: normal;
  }

  .sm\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .sm\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .sm\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .sm\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .sm\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .sm\:focus\:break-words:focus {
    word-wrap: break-word;
  }

  .sm\:focus\:break-normal:focus {
    word-wrap: normal;
  }

  .sm\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .sm\:active\:whitespace-no-wrap:active {
    white-space: nowrap;
  }

  .sm\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .sm\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .sm\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .sm\:active\:break-words:active {
    word-wrap: break-word;
  }

  .sm\:active\:break-normal:active {
    word-wrap: normal;
  }

  .sm\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-1 {
    width: .25rem;
  }

  .sm\:w-2 {
    width: .5rem;
  }

  .sm\:w-3 {
    width: .75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.33333%;
  }

  .sm\:w-2\/3 {
    width: 66.66667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.66667%;
  }

  .sm\:w-5\/6 {
    width: 83.33333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .group:hover .sm\:group-hover\:w-1 {
    width: .25rem;
  }

  .group:hover .sm\:group-hover\:w-2 {
    width: .5rem;
  }

  .group:hover .sm\:group-hover\:w-3 {
    width: .75rem;
  }

  .group:hover .sm\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .sm\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .sm\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .sm\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .sm\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .sm\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .sm\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .sm\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .sm\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .sm\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .sm\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .sm\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .sm\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .sm\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .sm\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-1\/3 {
    width: 33.33333%;
  }

  .group:hover .sm\:group-hover\:w-2\/3 {
    width: 66.66667%;
  }

  .group:hover .sm\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .sm\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .sm\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .sm\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .sm\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .sm\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .sm\:group-hover\:w-1\/6 {
    width: 16.66667%;
  }

  .group:hover .sm\:group-hover\:w-5\/6 {
    width: 83.33333%;
  }

  .group:hover .sm\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .sm\:group-hover\:w-screen {
    width: 100vw;
  }

  .sm\:hover\:w-1:hover {
    width: .25rem;
  }

  .sm\:hover\:w-2:hover {
    width: .5rem;
  }

  .sm\:hover\:w-3:hover {
    width: .75rem;
  }

  .sm\:hover\:w-4:hover {
    width: 1rem;
  }

  .sm\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .sm\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .sm\:hover\:w-8:hover {
    width: 2rem;
  }

  .sm\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .sm\:hover\:w-12:hover {
    width: 3rem;
  }

  .sm\:hover\:w-16:hover {
    width: 4rem;
  }

  .sm\:hover\:w-24:hover {
    width: 6rem;
  }

  .sm\:hover\:w-32:hover {
    width: 8rem;
  }

  .sm\:hover\:w-48:hover {
    width: 12rem;
  }

  .sm\:hover\:w-56:hover {
    width: 14rem;
  }

  .sm\:hover\:w-64:hover {
    width: 16rem;
  }

  .sm\:hover\:w-auto:hover {
    width: auto;
  }

  .sm\:hover\:w-px:hover {
    width: 1px;
  }

  .sm\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .sm\:hover\:w-1\/3:hover {
    width: 33.33333%;
  }

  .sm\:hover\:w-2\/3:hover {
    width: 66.66667%;
  }

  .sm\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .sm\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .sm\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .sm\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .sm\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .sm\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .sm\:hover\:w-1\/6:hover {
    width: 16.66667%;
  }

  .sm\:hover\:w-5\/6:hover {
    width: 83.33333%;
  }

  .sm\:hover\:w-full:hover {
    width: 100%;
  }

  .sm\:hover\:w-screen:hover {
    width: 100vw;
  }

  .sm\:focus-within\:w-1:focus-within {
    width: .25rem;
  }

  .sm\:focus-within\:w-2:focus-within {
    width: .5rem;
  }

  .sm\:focus-within\:w-3:focus-within {
    width: .75rem;
  }

  .sm\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .sm\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .sm\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .sm\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .sm\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .sm\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .sm\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .sm\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .sm\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .sm\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .sm\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .sm\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .sm\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .sm\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .sm\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-1\/3:focus-within {
    width: 33.33333%;
  }

  .sm\:focus-within\:w-2\/3:focus-within {
    width: 66.66667%;
  }

  .sm\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .sm\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .sm\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .sm\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .sm\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .sm\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .sm\:focus-within\:w-1\/6:focus-within {
    width: 16.66667%;
  }

  .sm\:focus-within\:w-5\/6:focus-within {
    width: 83.33333%;
  }

  .sm\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .sm\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .sm\:focus\:w-1:focus {
    width: .25rem;
  }

  .sm\:focus\:w-2:focus {
    width: .5rem;
  }

  .sm\:focus\:w-3:focus {
    width: .75rem;
  }

  .sm\:focus\:w-4:focus {
    width: 1rem;
  }

  .sm\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .sm\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .sm\:focus\:w-8:focus {
    width: 2rem;
  }

  .sm\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .sm\:focus\:w-12:focus {
    width: 3rem;
  }

  .sm\:focus\:w-16:focus {
    width: 4rem;
  }

  .sm\:focus\:w-24:focus {
    width: 6rem;
  }

  .sm\:focus\:w-32:focus {
    width: 8rem;
  }

  .sm\:focus\:w-48:focus {
    width: 12rem;
  }

  .sm\:focus\:w-56:focus {
    width: 14rem;
  }

  .sm\:focus\:w-64:focus {
    width: 16rem;
  }

  .sm\:focus\:w-auto:focus {
    width: auto;
  }

  .sm\:focus\:w-px:focus {
    width: 1px;
  }

  .sm\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .sm\:focus\:w-1\/3:focus {
    width: 33.33333%;
  }

  .sm\:focus\:w-2\/3:focus {
    width: 66.66667%;
  }

  .sm\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .sm\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .sm\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .sm\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .sm\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .sm\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .sm\:focus\:w-1\/6:focus {
    width: 16.66667%;
  }

  .sm\:focus\:w-5\/6:focus {
    width: 83.33333%;
  }

  .sm\:focus\:w-full:focus {
    width: 100%;
  }

  .sm\:focus\:w-screen:focus {
    width: 100vw;
  }

  .sm\:active\:w-1:active {
    width: .25rem;
  }

  .sm\:active\:w-2:active {
    width: .5rem;
  }

  .sm\:active\:w-3:active {
    width: .75rem;
  }

  .sm\:active\:w-4:active {
    width: 1rem;
  }

  .sm\:active\:w-5:active {
    width: 1.25rem;
  }

  .sm\:active\:w-6:active {
    width: 1.5rem;
  }

  .sm\:active\:w-8:active {
    width: 2rem;
  }

  .sm\:active\:w-10:active {
    width: 2.5rem;
  }

  .sm\:active\:w-12:active {
    width: 3rem;
  }

  .sm\:active\:w-16:active {
    width: 4rem;
  }

  .sm\:active\:w-24:active {
    width: 6rem;
  }

  .sm\:active\:w-32:active {
    width: 8rem;
  }

  .sm\:active\:w-48:active {
    width: 12rem;
  }

  .sm\:active\:w-56:active {
    width: 14rem;
  }

  .sm\:active\:w-64:active {
    width: 16rem;
  }

  .sm\:active\:w-auto:active {
    width: auto;
  }

  .sm\:active\:w-px:active {
    width: 1px;
  }

  .sm\:active\:w-1\/2:active {
    width: 50%;
  }

  .sm\:active\:w-1\/3:active {
    width: 33.33333%;
  }

  .sm\:active\:w-2\/3:active {
    width: 66.66667%;
  }

  .sm\:active\:w-1\/4:active {
    width: 25%;
  }

  .sm\:active\:w-3\/4:active {
    width: 75%;
  }

  .sm\:active\:w-1\/5:active {
    width: 20%;
  }

  .sm\:active\:w-2\/5:active {
    width: 40%;
  }

  .sm\:active\:w-3\/5:active {
    width: 60%;
  }

  .sm\:active\:w-4\/5:active {
    width: 80%;
  }

  .sm\:active\:w-1\/6:active {
    width: 16.66667%;
  }

  .sm\:active\:w-5\/6:active {
    width: 83.33333%;
  }

  .sm\:active\:w-full:active {
    width: 100%;
  }

  .sm\:active\:w-screen:active {
    width: 100vw;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .group:hover .sm\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .sm\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .sm\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .sm\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .sm\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .sm\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .sm\:group-hover\:z-auto {
    z-index: auto;
  }

  .sm\:hover\:z-0:hover {
    z-index: 0;
  }

  .sm\:hover\:z-10:hover {
    z-index: 10;
  }

  .sm\:hover\:z-20:hover {
    z-index: 20;
  }

  .sm\:hover\:z-30:hover {
    z-index: 30;
  }

  .sm\:hover\:z-40:hover {
    z-index: 40;
  }

  .sm\:hover\:z-50:hover {
    z-index: 50;
  }

  .sm\:hover\:z-auto:hover {
    z-index: auto;
  }

  .sm\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .sm\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .sm\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .sm\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .sm\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .sm\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .sm\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .sm\:focus\:z-0:focus {
    z-index: 0;
  }

  .sm\:focus\:z-10:focus {
    z-index: 10;
  }

  .sm\:focus\:z-20:focus {
    z-index: 20;
  }

  .sm\:focus\:z-30:focus {
    z-index: 30;
  }

  .sm\:focus\:z-40:focus {
    z-index: 40;
  }

  .sm\:focus\:z-50:focus {
    z-index: 50;
  }

  .sm\:focus\:z-auto:focus {
    z-index: auto;
  }

  .sm\:active\:z-0:active {
    z-index: 0;
  }

  .sm\:active\:z-10:active {
    z-index: 10;
  }

  .sm\:active\:z-20:active {
    z-index: 20;
  }

  .sm\:active\:z-30:active {
    z-index: 30;
  }

  .sm\:active\:z-40:active {
    z-index: 40;
  }

  .sm\:active\:z-50:active {
    z-index: 50;
  }

  .sm\:active\:z-auto:active {
    z-index: auto;
  }
}

@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0;
  }

  .group:hover .md\:group-hover\:list-reset {
    list-style: none;
    padding: 0;
  }

  .md\:hover\:list-reset:hover {
    list-style: none;
    padding: 0;
  }

  .md\:focus-within\:list-reset:focus-within {
    list-style: none;
    padding: 0;
  }

  .md\:focus\:list-reset:focus {
    list-style: none;
    padding: 0;
  }

  .md\:active\:list-reset:active {
    list-style: none;
    padding: 0;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .md\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .md\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .md\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .md\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .md\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .md\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .md\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .md\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .md\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .md\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .md\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .md\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .md\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .md\:active\:bg-local:active {
    background-attachment: local;
  }

  .md\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-black {
    background-color: #22292f;
  }

  .md\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .md\:bg-grey-darker {
    background-color: #606f7b;
  }

  .md\:bg-grey-dark {
    background-color: #8795a1;
  }

  .md\:bg-grey {
    background-color: #b8c2cc;
  }

  .md\:bg-grey-light {
    background-color: #dae1e7;
  }

  .md\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .md\:bg-grey-lightest {
    background-color: #f8fafc;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .md\:bg-red-darker {
    background-color: #621b18;
  }

  .md\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .md\:bg-red {
    background-color: #e3342f;
  }

  .md\:bg-red-light {
    background-color: #ef5753;
  }

  .md\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .md\:bg-red-lightest {
    background-color: #fcebea;
  }

  .md\:bg-orange-darkest {
    background-color: #462a16;
  }

  .md\:bg-orange-darker {
    background-color: #613b1f;
  }

  .md\:bg-orange-dark {
    background-color: #de751f;
  }

  .md\:bg-orange {
    background-color: #f6993f;
  }

  .md\:bg-orange-light {
    background-color: #faad63;
  }

  .md\:bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .md\:bg-orange-lightest {
    background-color: #fff5eb;
  }

  .md\:bg-yellow-darkest {
    background-color: #453411;
  }

  .md\:bg-yellow-darker {
    background-color: #684f1d;
  }

  .md\:bg-yellow-dark {
    background-color: #f2d024;
  }

  .md\:bg-yellow {
    background-color: #ffed4a;
  }

  .md\:bg-yellow-light {
    background-color: #fff382;
  }

  .md\:bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .md\:bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .md\:bg-green-darkest {
    background-color: #0f2f21;
  }

  .md\:bg-green-darker {
    background-color: #1a4731;
  }

  .md\:bg-green-dark {
    background-color: #1f9d55;
  }

  .md\:bg-green {
    background-color: #38c172;
  }

  .md\:bg-green-light {
    background-color: #51d88a;
  }

  .md\:bg-green-lighter {
    background-color: #a2f5bf;
  }

  .md\:bg-green-lightest {
    background-color: #e3fcec;
  }

  .md\:bg-teal-darkest {
    background-color: #0d3331;
  }

  .md\:bg-teal-darker {
    background-color: #20504f;
  }

  .md\:bg-teal-dark {
    background-color: #38a89d;
  }

  .md\:bg-teal {
    background-color: #4dc0b5;
  }

  .md\:bg-teal-light {
    background-color: #64d5ca;
  }

  .md\:bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .md\:bg-teal-lightest {
    background-color: #e8fffe;
  }

  .md\:bg-blue-darkest {
    background-color: #12283a;
  }

  .md\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .md\:bg-blue-dark {
    background-color: #2779bd;
  }

  .md\:bg-blue {
    background-color: #3490dc;
  }

  .md\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .md\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .md\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .md\:bg-indigo-darkest {
    background-color: #191e38;
  }

  .md\:bg-indigo-darker {
    background-color: #2f365f;
  }

  .md\:bg-indigo-dark {
    background-color: #5661b3;
  }

  .md\:bg-indigo {
    background-color: #6574cd;
  }

  .md\:bg-indigo-light {
    background-color: #7886d7;
  }

  .md\:bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .md\:bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .md\:bg-purple-darkest {
    background-color: #21183c;
  }

  .md\:bg-purple-darker {
    background-color: #382b5f;
  }

  .md\:bg-purple-dark {
    background-color: #794acf;
  }

  .md\:bg-purple {
    background-color: #9561e2;
  }

  .md\:bg-purple-light {
    background-color: #a779e9;
  }

  .md\:bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .md\:bg-purple-lightest {
    background-color: #f3ebff;
  }

  .md\:bg-pink-darkest {
    background-color: #451225;
  }

  .md\:bg-pink-darker {
    background-color: #6f213f;
  }

  .md\:bg-pink-dark {
    background-color: #eb5286;
  }

  .md\:bg-pink {
    background-color: #f66d9b;
  }

  .md\:bg-pink-light {
    background-color: #fa7ea8;
  }

  .md\:bg-pink-lighter {
    background-color: #ffbbca;
  }

  .md\:bg-pink-lightest {
    background-color: #ffebef;
  }

  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .md\:group-hover\:bg-black {
    background-color: #22292f;
  }

  .group:hover .md\:group-hover\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .group:hover .md\:group-hover\:bg-grey-darker {
    background-color: #606f7b;
  }

  .group:hover .md\:group-hover\:bg-grey-dark {
    background-color: #8795a1;
  }

  .group:hover .md\:group-hover\:bg-grey {
    background-color: #b8c2cc;
  }

  .group:hover .md\:group-hover\:bg-grey-light {
    background-color: #dae1e7;
  }

  .group:hover .md\:group-hover\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .group:hover .md\:group-hover\:bg-grey-lightest {
    background-color: #f8fafc;
  }

  .group:hover .md\:group-hover\:bg-white {
    background-color: #fff;
  }

  .group:hover .md\:group-hover\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .group:hover .md\:group-hover\:bg-red-darker {
    background-color: #621b18;
  }

  .group:hover .md\:group-hover\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .group:hover .md\:group-hover\:bg-red {
    background-color: #e3342f;
  }

  .group:hover .md\:group-hover\:bg-red-light {
    background-color: #ef5753;
  }

  .group:hover .md\:group-hover\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .group:hover .md\:group-hover\:bg-red-lightest {
    background-color: #fcebea;
  }

  .group:hover .md\:group-hover\:bg-orange-darkest {
    background-color: #462a16;
  }

  .group:hover .md\:group-hover\:bg-orange-darker {
    background-color: #613b1f;
  }

  .group:hover .md\:group-hover\:bg-orange-dark {
    background-color: #de751f;
  }

  .group:hover .md\:group-hover\:bg-orange {
    background-color: #f6993f;
  }

  .group:hover .md\:group-hover\:bg-orange-light {
    background-color: #faad63;
  }

  .group:hover .md\:group-hover\:bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .group:hover .md\:group-hover\:bg-orange-lightest {
    background-color: #fff5eb;
  }

  .group:hover .md\:group-hover\:bg-yellow-darkest {
    background-color: #453411;
  }

  .group:hover .md\:group-hover\:bg-yellow-darker {
    background-color: #684f1d;
  }

  .group:hover .md\:group-hover\:bg-yellow-dark {
    background-color: #f2d024;
  }

  .group:hover .md\:group-hover\:bg-yellow {
    background-color: #ffed4a;
  }

  .group:hover .md\:group-hover\:bg-yellow-light {
    background-color: #fff382;
  }

  .group:hover .md\:group-hover\:bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .group:hover .md\:group-hover\:bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .group:hover .md\:group-hover\:bg-green-darkest {
    background-color: #0f2f21;
  }

  .group:hover .md\:group-hover\:bg-green-darker {
    background-color: #1a4731;
  }

  .group:hover .md\:group-hover\:bg-green-dark {
    background-color: #1f9d55;
  }

  .group:hover .md\:group-hover\:bg-green {
    background-color: #38c172;
  }

  .group:hover .md\:group-hover\:bg-green-light {
    background-color: #51d88a;
  }

  .group:hover .md\:group-hover\:bg-green-lighter {
    background-color: #a2f5bf;
  }

  .group:hover .md\:group-hover\:bg-green-lightest {
    background-color: #e3fcec;
  }

  .group:hover .md\:group-hover\:bg-teal-darkest {
    background-color: #0d3331;
  }

  .group:hover .md\:group-hover\:bg-teal-darker {
    background-color: #20504f;
  }

  .group:hover .md\:group-hover\:bg-teal-dark {
    background-color: #38a89d;
  }

  .group:hover .md\:group-hover\:bg-teal {
    background-color: #4dc0b5;
  }

  .group:hover .md\:group-hover\:bg-teal-light {
    background-color: #64d5ca;
  }

  .group:hover .md\:group-hover\:bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .group:hover .md\:group-hover\:bg-teal-lightest {
    background-color: #e8fffe;
  }

  .group:hover .md\:group-hover\:bg-blue-darkest {
    background-color: #12283a;
  }

  .group:hover .md\:group-hover\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .group:hover .md\:group-hover\:bg-blue-dark {
    background-color: #2779bd;
  }

  .group:hover .md\:group-hover\:bg-blue {
    background-color: #3490dc;
  }

  .group:hover .md\:group-hover\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .group:hover .md\:group-hover\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .group:hover .md\:group-hover\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .group:hover .md\:group-hover\:bg-indigo-darkest {
    background-color: #191e38;
  }

  .group:hover .md\:group-hover\:bg-indigo-darker {
    background-color: #2f365f;
  }

  .group:hover .md\:group-hover\:bg-indigo-dark {
    background-color: #5661b3;
  }

  .group:hover .md\:group-hover\:bg-indigo {
    background-color: #6574cd;
  }

  .group:hover .md\:group-hover\:bg-indigo-light {
    background-color: #7886d7;
  }

  .group:hover .md\:group-hover\:bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .group:hover .md\:group-hover\:bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .group:hover .md\:group-hover\:bg-purple-darkest {
    background-color: #21183c;
  }

  .group:hover .md\:group-hover\:bg-purple-darker {
    background-color: #382b5f;
  }

  .group:hover .md\:group-hover\:bg-purple-dark {
    background-color: #794acf;
  }

  .group:hover .md\:group-hover\:bg-purple {
    background-color: #9561e2;
  }

  .group:hover .md\:group-hover\:bg-purple-light {
    background-color: #a779e9;
  }

  .group:hover .md\:group-hover\:bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .group:hover .md\:group-hover\:bg-purple-lightest {
    background-color: #f3ebff;
  }

  .group:hover .md\:group-hover\:bg-pink-darkest {
    background-color: #451225;
  }

  .group:hover .md\:group-hover\:bg-pink-darker {
    background-color: #6f213f;
  }

  .group:hover .md\:group-hover\:bg-pink-dark {
    background-color: #eb5286;
  }

  .group:hover .md\:group-hover\:bg-pink {
    background-color: #f66d9b;
  }

  .group:hover .md\:group-hover\:bg-pink-light {
    background-color: #fa7ea8;
  }

  .group:hover .md\:group-hover\:bg-pink-lighter {
    background-color: #ffbbca;
  }

  .group:hover .md\:group-hover\:bg-pink-lightest {
    background-color: #ffebef;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-black:hover {
    background-color: #22292f;
  }

  .md\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852;
  }

  .md\:hover\:bg-grey-darker:hover {
    background-color: #606f7b;
  }

  .md\:hover\:bg-grey-dark:hover {
    background-color: #8795a1;
  }

  .md\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .md\:hover\:bg-grey-light:hover {
    background-color: #dae1e7;
  }

  .md\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8;
  }

  .md\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .md\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }

  .md\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .md\:hover\:bg-red:hover {
    background-color: #e3342f;
  }

  .md\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }

  .md\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .md\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .md\:hover\:bg-orange-darkest:hover {
    background-color: #462a16;
  }

  .md\:hover\:bg-orange-darker:hover {
    background-color: #613b1f;
  }

  .md\:hover\:bg-orange-dark:hover {
    background-color: #de751f;
  }

  .md\:hover\:bg-orange:hover {
    background-color: #f6993f;
  }

  .md\:hover\:bg-orange-light:hover {
    background-color: #faad63;
  }

  .md\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6;
  }

  .md\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb;
  }

  .md\:hover\:bg-yellow-darkest:hover {
    background-color: #453411;
  }

  .md\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d;
  }

  .md\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024;
  }

  .md\:hover\:bg-yellow:hover {
    background-color: #ffed4a;
  }

  .md\:hover\:bg-yellow-light:hover {
    background-color: #fff382;
  }

  .md\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2;
  }

  .md\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb;
  }

  .md\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21;
  }

  .md\:hover\:bg-green-darker:hover {
    background-color: #1a4731;
  }

  .md\:hover\:bg-green-dark:hover {
    background-color: #1f9d55;
  }

  .md\:hover\:bg-green:hover {
    background-color: #38c172;
  }

  .md\:hover\:bg-green-light:hover {
    background-color: #51d88a;
  }

  .md\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf;
  }

  .md\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec;
  }

  .md\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331;
  }

  .md\:hover\:bg-teal-darker:hover {
    background-color: #20504f;
  }

  .md\:hover\:bg-teal-dark:hover {
    background-color: #38a89d;
  }

  .md\:hover\:bg-teal:hover {
    background-color: #4dc0b5;
  }

  .md\:hover\:bg-teal-light:hover {
    background-color: #64d5ca;
  }

  .md\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }

  .md\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe;
  }

  .md\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .md\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .md\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .md\:hover\:bg-blue:hover {
    background-color: #3490dc;
  }

  .md\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .md\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .md\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .md\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38;
  }

  .md\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f;
  }

  .md\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3;
  }

  .md\:hover\:bg-indigo:hover {
    background-color: #6574cd;
  }

  .md\:hover\:bg-indigo-light:hover {
    background-color: #7886d7;
  }

  .md\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff;
  }

  .md\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff;
  }

  .md\:hover\:bg-purple-darkest:hover {
    background-color: #21183c;
  }

  .md\:hover\:bg-purple-darker:hover {
    background-color: #382b5f;
  }

  .md\:hover\:bg-purple-dark:hover {
    background-color: #794acf;
  }

  .md\:hover\:bg-purple:hover {
    background-color: #9561e2;
  }

  .md\:hover\:bg-purple-light:hover {
    background-color: #a779e9;
  }

  .md\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc;
  }

  .md\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff;
  }

  .md\:hover\:bg-pink-darkest:hover {
    background-color: #451225;
  }

  .md\:hover\:bg-pink-darker:hover {
    background-color: #6f213f;
  }

  .md\:hover\:bg-pink-dark:hover {
    background-color: #eb5286;
  }

  .md\:hover\:bg-pink:hover {
    background-color: #f66d9b;
  }

  .md\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8;
  }

  .md\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca;
  }

  .md\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef;
  }

  .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .md\:focus-within\:bg-black:focus-within {
    background-color: #22292f;
  }

  .md\:focus-within\:bg-grey-darkest:focus-within {
    background-color: #3d4852;
  }

  .md\:focus-within\:bg-grey-darker:focus-within {
    background-color: #606f7b;
  }

  .md\:focus-within\:bg-grey-dark:focus-within {
    background-color: #8795a1;
  }

  .md\:focus-within\:bg-grey:focus-within {
    background-color: #b8c2cc;
  }

  .md\:focus-within\:bg-grey-light:focus-within {
    background-color: #dae1e7;
  }

  .md\:focus-within\:bg-grey-lighter:focus-within {
    background-color: #f1f5f8;
  }

  .md\:focus-within\:bg-grey-lightest:focus-within {
    background-color: #f8fafc;
  }

  .md\:focus-within\:bg-white:focus-within {
    background-color: #fff;
  }

  .md\:focus-within\:bg-red-darkest:focus-within {
    background-color: #3b0d0c;
  }

  .md\:focus-within\:bg-red-darker:focus-within {
    background-color: #621b18;
  }

  .md\:focus-within\:bg-red-dark:focus-within {
    background-color: #cc1f1a;
  }

  .md\:focus-within\:bg-red:focus-within {
    background-color: #e3342f;
  }

  .md\:focus-within\:bg-red-light:focus-within {
    background-color: #ef5753;
  }

  .md\:focus-within\:bg-red-lighter:focus-within {
    background-color: #f9acaa;
  }

  .md\:focus-within\:bg-red-lightest:focus-within {
    background-color: #fcebea;
  }

  .md\:focus-within\:bg-orange-darkest:focus-within {
    background-color: #462a16;
  }

  .md\:focus-within\:bg-orange-darker:focus-within {
    background-color: #613b1f;
  }

  .md\:focus-within\:bg-orange-dark:focus-within {
    background-color: #de751f;
  }

  .md\:focus-within\:bg-orange:focus-within {
    background-color: #f6993f;
  }

  .md\:focus-within\:bg-orange-light:focus-within {
    background-color: #faad63;
  }

  .md\:focus-within\:bg-orange-lighter:focus-within {
    background-color: #fcd9b6;
  }

  .md\:focus-within\:bg-orange-lightest:focus-within {
    background-color: #fff5eb;
  }

  .md\:focus-within\:bg-yellow-darkest:focus-within {
    background-color: #453411;
  }

  .md\:focus-within\:bg-yellow-darker:focus-within {
    background-color: #684f1d;
  }

  .md\:focus-within\:bg-yellow-dark:focus-within {
    background-color: #f2d024;
  }

  .md\:focus-within\:bg-yellow:focus-within {
    background-color: #ffed4a;
  }

  .md\:focus-within\:bg-yellow-light:focus-within {
    background-color: #fff382;
  }

  .md\:focus-within\:bg-yellow-lighter:focus-within {
    background-color: #fff9c2;
  }

  .md\:focus-within\:bg-yellow-lightest:focus-within {
    background-color: #fcfbeb;
  }

  .md\:focus-within\:bg-green-darkest:focus-within {
    background-color: #0f2f21;
  }

  .md\:focus-within\:bg-green-darker:focus-within {
    background-color: #1a4731;
  }

  .md\:focus-within\:bg-green-dark:focus-within {
    background-color: #1f9d55;
  }

  .md\:focus-within\:bg-green:focus-within {
    background-color: #38c172;
  }

  .md\:focus-within\:bg-green-light:focus-within {
    background-color: #51d88a;
  }

  .md\:focus-within\:bg-green-lighter:focus-within {
    background-color: #a2f5bf;
  }

  .md\:focus-within\:bg-green-lightest:focus-within {
    background-color: #e3fcec;
  }

  .md\:focus-within\:bg-teal-darkest:focus-within {
    background-color: #0d3331;
  }

  .md\:focus-within\:bg-teal-darker:focus-within {
    background-color: #20504f;
  }

  .md\:focus-within\:bg-teal-dark:focus-within {
    background-color: #38a89d;
  }

  .md\:focus-within\:bg-teal:focus-within {
    background-color: #4dc0b5;
  }

  .md\:focus-within\:bg-teal-light:focus-within {
    background-color: #64d5ca;
  }

  .md\:focus-within\:bg-teal-lighter:focus-within {
    background-color: #a0f0ed;
  }

  .md\:focus-within\:bg-teal-lightest:focus-within {
    background-color: #e8fffe;
  }

  .md\:focus-within\:bg-blue-darkest:focus-within {
    background-color: #12283a;
  }

  .md\:focus-within\:bg-blue-darker:focus-within {
    background-color: #1c3d5a;
  }

  .md\:focus-within\:bg-blue-dark:focus-within {
    background-color: #2779bd;
  }

  .md\:focus-within\:bg-blue:focus-within {
    background-color: #3490dc;
  }

  .md\:focus-within\:bg-blue-light:focus-within {
    background-color: #6cb2eb;
  }

  .md\:focus-within\:bg-blue-lighter:focus-within {
    background-color: #bcdefa;
  }

  .md\:focus-within\:bg-blue-lightest:focus-within {
    background-color: #eff8ff;
  }

  .md\:focus-within\:bg-indigo-darkest:focus-within {
    background-color: #191e38;
  }

  .md\:focus-within\:bg-indigo-darker:focus-within {
    background-color: #2f365f;
  }

  .md\:focus-within\:bg-indigo-dark:focus-within {
    background-color: #5661b3;
  }

  .md\:focus-within\:bg-indigo:focus-within {
    background-color: #6574cd;
  }

  .md\:focus-within\:bg-indigo-light:focus-within {
    background-color: #7886d7;
  }

  .md\:focus-within\:bg-indigo-lighter:focus-within {
    background-color: #b2b7ff;
  }

  .md\:focus-within\:bg-indigo-lightest:focus-within {
    background-color: #e6e8ff;
  }

  .md\:focus-within\:bg-purple-darkest:focus-within {
    background-color: #21183c;
  }

  .md\:focus-within\:bg-purple-darker:focus-within {
    background-color: #382b5f;
  }

  .md\:focus-within\:bg-purple-dark:focus-within {
    background-color: #794acf;
  }

  .md\:focus-within\:bg-purple:focus-within {
    background-color: #9561e2;
  }

  .md\:focus-within\:bg-purple-light:focus-within {
    background-color: #a779e9;
  }

  .md\:focus-within\:bg-purple-lighter:focus-within {
    background-color: #d6bbfc;
  }

  .md\:focus-within\:bg-purple-lightest:focus-within {
    background-color: #f3ebff;
  }

  .md\:focus-within\:bg-pink-darkest:focus-within {
    background-color: #451225;
  }

  .md\:focus-within\:bg-pink-darker:focus-within {
    background-color: #6f213f;
  }

  .md\:focus-within\:bg-pink-dark:focus-within {
    background-color: #eb5286;
  }

  .md\:focus-within\:bg-pink:focus-within {
    background-color: #f66d9b;
  }

  .md\:focus-within\:bg-pink-light:focus-within {
    background-color: #fa7ea8;
  }

  .md\:focus-within\:bg-pink-lighter:focus-within {
    background-color: #ffbbca;
  }

  .md\:focus-within\:bg-pink-lightest:focus-within {
    background-color: #ffebef;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-black:focus {
    background-color: #22292f;
  }

  .md\:focus\:bg-grey-darkest:focus {
    background-color: #3d4852;
  }

  .md\:focus\:bg-grey-darker:focus {
    background-color: #606f7b;
  }

  .md\:focus\:bg-grey-dark:focus {
    background-color: #8795a1;
  }

  .md\:focus\:bg-grey:focus {
    background-color: #b8c2cc;
  }

  .md\:focus\:bg-grey-light:focus {
    background-color: #dae1e7;
  }

  .md\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8;
  }

  .md\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc;
  }

  .md\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .md\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }

  .md\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }

  .md\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }

  .md\:focus\:bg-red:focus {
    background-color: #e3342f;
  }

  .md\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }

  .md\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }

  .md\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }

  .md\:focus\:bg-orange-darkest:focus {
    background-color: #462a16;
  }

  .md\:focus\:bg-orange-darker:focus {
    background-color: #613b1f;
  }

  .md\:focus\:bg-orange-dark:focus {
    background-color: #de751f;
  }

  .md\:focus\:bg-orange:focus {
    background-color: #f6993f;
  }

  .md\:focus\:bg-orange-light:focus {
    background-color: #faad63;
  }

  .md\:focus\:bg-orange-lighter:focus {
    background-color: #fcd9b6;
  }

  .md\:focus\:bg-orange-lightest:focus {
    background-color: #fff5eb;
  }

  .md\:focus\:bg-yellow-darkest:focus {
    background-color: #453411;
  }

  .md\:focus\:bg-yellow-darker:focus {
    background-color: #684f1d;
  }

  .md\:focus\:bg-yellow-dark:focus {
    background-color: #f2d024;
  }

  .md\:focus\:bg-yellow:focus {
    background-color: #ffed4a;
  }

  .md\:focus\:bg-yellow-light:focus {
    background-color: #fff382;
  }

  .md\:focus\:bg-yellow-lighter:focus {
    background-color: #fff9c2;
  }

  .md\:focus\:bg-yellow-lightest:focus {
    background-color: #fcfbeb;
  }

  .md\:focus\:bg-green-darkest:focus {
    background-color: #0f2f21;
  }

  .md\:focus\:bg-green-darker:focus {
    background-color: #1a4731;
  }

  .md\:focus\:bg-green-dark:focus {
    background-color: #1f9d55;
  }

  .md\:focus\:bg-green:focus {
    background-color: #38c172;
  }

  .md\:focus\:bg-green-light:focus {
    background-color: #51d88a;
  }

  .md\:focus\:bg-green-lighter:focus {
    background-color: #a2f5bf;
  }

  .md\:focus\:bg-green-lightest:focus {
    background-color: #e3fcec;
  }

  .md\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331;
  }

  .md\:focus\:bg-teal-darker:focus {
    background-color: #20504f;
  }

  .md\:focus\:bg-teal-dark:focus {
    background-color: #38a89d;
  }

  .md\:focus\:bg-teal:focus {
    background-color: #4dc0b5;
  }

  .md\:focus\:bg-teal-light:focus {
    background-color: #64d5ca;
  }

  .md\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed;
  }

  .md\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe;
  }

  .md\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }

  .md\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }

  .md\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }

  .md\:focus\:bg-blue:focus {
    background-color: #3490dc;
  }

  .md\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }

  .md\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }

  .md\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }

  .md\:focus\:bg-indigo-darkest:focus {
    background-color: #191e38;
  }

  .md\:focus\:bg-indigo-darker:focus {
    background-color: #2f365f;
  }

  .md\:focus\:bg-indigo-dark:focus {
    background-color: #5661b3;
  }

  .md\:focus\:bg-indigo:focus {
    background-color: #6574cd;
  }

  .md\:focus\:bg-indigo-light:focus {
    background-color: #7886d7;
  }

  .md\:focus\:bg-indigo-lighter:focus {
    background-color: #b2b7ff;
  }

  .md\:focus\:bg-indigo-lightest:focus {
    background-color: #e6e8ff;
  }

  .md\:focus\:bg-purple-darkest:focus {
    background-color: #21183c;
  }

  .md\:focus\:bg-purple-darker:focus {
    background-color: #382b5f;
  }

  .md\:focus\:bg-purple-dark:focus {
    background-color: #794acf;
  }

  .md\:focus\:bg-purple:focus {
    background-color: #9561e2;
  }

  .md\:focus\:bg-purple-light:focus {
    background-color: #a779e9;
  }

  .md\:focus\:bg-purple-lighter:focus {
    background-color: #d6bbfc;
  }

  .md\:focus\:bg-purple-lightest:focus {
    background-color: #f3ebff;
  }

  .md\:focus\:bg-pink-darkest:focus {
    background-color: #451225;
  }

  .md\:focus\:bg-pink-darker:focus {
    background-color: #6f213f;
  }

  .md\:focus\:bg-pink-dark:focus {
    background-color: #eb5286;
  }

  .md\:focus\:bg-pink:focus {
    background-color: #f66d9b;
  }

  .md\:focus\:bg-pink-light:focus {
    background-color: #fa7ea8;
  }

  .md\:focus\:bg-pink-lighter:focus {
    background-color: #ffbbca;
  }

  .md\:focus\:bg-pink-lightest:focus {
    background-color: #ffebef;
  }

  .md\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .md\:active\:bg-black:active {
    background-color: #22292f;
  }

  .md\:active\:bg-grey-darkest:active {
    background-color: #3d4852;
  }

  .md\:active\:bg-grey-darker:active {
    background-color: #606f7b;
  }

  .md\:active\:bg-grey-dark:active {
    background-color: #8795a1;
  }

  .md\:active\:bg-grey:active {
    background-color: #b8c2cc;
  }

  .md\:active\:bg-grey-light:active {
    background-color: #dae1e7;
  }

  .md\:active\:bg-grey-lighter:active {
    background-color: #f1f5f8;
  }

  .md\:active\:bg-grey-lightest:active {
    background-color: #f8fafc;
  }

  .md\:active\:bg-white:active {
    background-color: #fff;
  }

  .md\:active\:bg-red-darkest:active {
    background-color: #3b0d0c;
  }

  .md\:active\:bg-red-darker:active {
    background-color: #621b18;
  }

  .md\:active\:bg-red-dark:active {
    background-color: #cc1f1a;
  }

  .md\:active\:bg-red:active {
    background-color: #e3342f;
  }

  .md\:active\:bg-red-light:active {
    background-color: #ef5753;
  }

  .md\:active\:bg-red-lighter:active {
    background-color: #f9acaa;
  }

  .md\:active\:bg-red-lightest:active {
    background-color: #fcebea;
  }

  .md\:active\:bg-orange-darkest:active {
    background-color: #462a16;
  }

  .md\:active\:bg-orange-darker:active {
    background-color: #613b1f;
  }

  .md\:active\:bg-orange-dark:active {
    background-color: #de751f;
  }

  .md\:active\:bg-orange:active {
    background-color: #f6993f;
  }

  .md\:active\:bg-orange-light:active {
    background-color: #faad63;
  }

  .md\:active\:bg-orange-lighter:active {
    background-color: #fcd9b6;
  }

  .md\:active\:bg-orange-lightest:active {
    background-color: #fff5eb;
  }

  .md\:active\:bg-yellow-darkest:active {
    background-color: #453411;
  }

  .md\:active\:bg-yellow-darker:active {
    background-color: #684f1d;
  }

  .md\:active\:bg-yellow-dark:active {
    background-color: #f2d024;
  }

  .md\:active\:bg-yellow:active {
    background-color: #ffed4a;
  }

  .md\:active\:bg-yellow-light:active {
    background-color: #fff382;
  }

  .md\:active\:bg-yellow-lighter:active {
    background-color: #fff9c2;
  }

  .md\:active\:bg-yellow-lightest:active {
    background-color: #fcfbeb;
  }

  .md\:active\:bg-green-darkest:active {
    background-color: #0f2f21;
  }

  .md\:active\:bg-green-darker:active {
    background-color: #1a4731;
  }

  .md\:active\:bg-green-dark:active {
    background-color: #1f9d55;
  }

  .md\:active\:bg-green:active {
    background-color: #38c172;
  }

  .md\:active\:bg-green-light:active {
    background-color: #51d88a;
  }

  .md\:active\:bg-green-lighter:active {
    background-color: #a2f5bf;
  }

  .md\:active\:bg-green-lightest:active {
    background-color: #e3fcec;
  }

  .md\:active\:bg-teal-darkest:active {
    background-color: #0d3331;
  }

  .md\:active\:bg-teal-darker:active {
    background-color: #20504f;
  }

  .md\:active\:bg-teal-dark:active {
    background-color: #38a89d;
  }

  .md\:active\:bg-teal:active {
    background-color: #4dc0b5;
  }

  .md\:active\:bg-teal-light:active {
    background-color: #64d5ca;
  }

  .md\:active\:bg-teal-lighter:active {
    background-color: #a0f0ed;
  }

  .md\:active\:bg-teal-lightest:active {
    background-color: #e8fffe;
  }

  .md\:active\:bg-blue-darkest:active {
    background-color: #12283a;
  }

  .md\:active\:bg-blue-darker:active {
    background-color: #1c3d5a;
  }

  .md\:active\:bg-blue-dark:active {
    background-color: #2779bd;
  }

  .md\:active\:bg-blue:active {
    background-color: #3490dc;
  }

  .md\:active\:bg-blue-light:active {
    background-color: #6cb2eb;
  }

  .md\:active\:bg-blue-lighter:active {
    background-color: #bcdefa;
  }

  .md\:active\:bg-blue-lightest:active {
    background-color: #eff8ff;
  }

  .md\:active\:bg-indigo-darkest:active {
    background-color: #191e38;
  }

  .md\:active\:bg-indigo-darker:active {
    background-color: #2f365f;
  }

  .md\:active\:bg-indigo-dark:active {
    background-color: #5661b3;
  }

  .md\:active\:bg-indigo:active {
    background-color: #6574cd;
  }

  .md\:active\:bg-indigo-light:active {
    background-color: #7886d7;
  }

  .md\:active\:bg-indigo-lighter:active {
    background-color: #b2b7ff;
  }

  .md\:active\:bg-indigo-lightest:active {
    background-color: #e6e8ff;
  }

  .md\:active\:bg-purple-darkest:active {
    background-color: #21183c;
  }

  .md\:active\:bg-purple-darker:active {
    background-color: #382b5f;
  }

  .md\:active\:bg-purple-dark:active {
    background-color: #794acf;
  }

  .md\:active\:bg-purple:active {
    background-color: #9561e2;
  }

  .md\:active\:bg-purple-light:active {
    background-color: #a779e9;
  }

  .md\:active\:bg-purple-lighter:active {
    background-color: #d6bbfc;
  }

  .md\:active\:bg-purple-lightest:active {
    background-color: #f3ebff;
  }

  .md\:active\:bg-pink-darkest:active {
    background-color: #451225;
  }

  .md\:active\:bg-pink-darker:active {
    background-color: #6f213f;
  }

  .md\:active\:bg-pink-dark:active {
    background-color: #eb5286;
  }

  .md\:active\:bg-pink:active {
    background-color: #f66d9b;
  }

  .md\:active\:bg-pink-light:active {
    background-color: #fa7ea8;
  }

  .md\:active\:bg-pink-lighter:active {
    background-color: #ffbbca;
  }

  .md\:active\:bg-pink-lightest:active {
    background-color: #ffebef;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .group:hover .md\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .md\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .md\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .md\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .md\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .md\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .md\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .md\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .md\:group-hover\:bg-top {
    background-position: top;
  }

  .md\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .md\:hover\:bg-center:hover {
    background-position: center;
  }

  .md\:hover\:bg-left:hover {
    background-position: left;
  }

  .md\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .md\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .md\:hover\:bg-right:hover {
    background-position: right;
  }

  .md\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .md\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .md\:hover\:bg-top:hover {
    background-position: top;
  }

  .md\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .md\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .md\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .md\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .md\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .md\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .md\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .md\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .md\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .md\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .md\:focus\:bg-center:focus {
    background-position: center;
  }

  .md\:focus\:bg-left:focus {
    background-position: left;
  }

  .md\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .md\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .md\:focus\:bg-right:focus {
    background-position: right;
  }

  .md\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .md\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .md\:focus\:bg-top:focus {
    background-position: top;
  }

  .md\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .md\:active\:bg-center:active {
    background-position: center;
  }

  .md\:active\:bg-left:active {
    background-position: left;
  }

  .md\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .md\:active\:bg-left-top:active {
    background-position: left top;
  }

  .md\:active\:bg-right:active {
    background-position: right;
  }

  .md\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .md\:active\:bg-right-top:active {
    background-position: right top;
  }

  .md\:active\:bg-top:active {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .md\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .md\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .md\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .md\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .md\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .md\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .md\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .md\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .md\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .md\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .md\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .md\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .md\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .md\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .md\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .md\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .md\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .md\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .md\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .group:hover .md\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .md\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .md\:group-hover\:bg-contain {
    background-size: contain;
  }

  .md\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .md\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .md\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .md\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .md\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .md\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .md\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .md\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .md\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .md\:active\:bg-auto:active {
    background-size: auto;
  }

  .md\:active\:bg-cover:active {
    background-size: cover;
  }

  .md\:active\:bg-contain:active {
    background-size: contain;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .group:hover .md\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .md\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .md\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .md\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .md\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .md\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .md\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .md\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .md\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .md\:active\:border-separate:active {
    border-collapse: separate;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-black {
    border-color: #22292f;
  }

  .md\:border-grey-darkest {
    border-color: #3d4852;
  }

  .md\:border-grey-darker {
    border-color: #606f7b;
  }

  .md\:border-grey-dark {
    border-color: #8795a1;
  }

  .md\:border-grey {
    border-color: #b8c2cc;
  }

  .md\:border-grey-light {
    border-color: #dae1e7;
  }

  .md\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .md\:border-grey-lightest {
    border-color: #f8fafc;
  }

  .md\:border-white {
    border-color: #fff;
  }

  .md\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .md\:border-red-darker {
    border-color: #621b18;
  }

  .md\:border-red-dark {
    border-color: #cc1f1a;
  }

  .md\:border-red {
    border-color: #e3342f;
  }

  .md\:border-red-light {
    border-color: #ef5753;
  }

  .md\:border-red-lighter {
    border-color: #f9acaa;
  }

  .md\:border-red-lightest {
    border-color: #fcebea;
  }

  .md\:border-orange-darkest {
    border-color: #462a16;
  }

  .md\:border-orange-darker {
    border-color: #613b1f;
  }

  .md\:border-orange-dark {
    border-color: #de751f;
  }

  .md\:border-orange {
    border-color: #f6993f;
  }

  .md\:border-orange-light {
    border-color: #faad63;
  }

  .md\:border-orange-lighter {
    border-color: #fcd9b6;
  }

  .md\:border-orange-lightest {
    border-color: #fff5eb;
  }

  .md\:border-yellow-darkest {
    border-color: #453411;
  }

  .md\:border-yellow-darker {
    border-color: #684f1d;
  }

  .md\:border-yellow-dark {
    border-color: #f2d024;
  }

  .md\:border-yellow {
    border-color: #ffed4a;
  }

  .md\:border-yellow-light {
    border-color: #fff382;
  }

  .md\:border-yellow-lighter {
    border-color: #fff9c2;
  }

  .md\:border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .md\:border-green-darkest {
    border-color: #0f2f21;
  }

  .md\:border-green-darker {
    border-color: #1a4731;
  }

  .md\:border-green-dark {
    border-color: #1f9d55;
  }

  .md\:border-green {
    border-color: #38c172;
  }

  .md\:border-green-light {
    border-color: #51d88a;
  }

  .md\:border-green-lighter {
    border-color: #a2f5bf;
  }

  .md\:border-green-lightest {
    border-color: #e3fcec;
  }

  .md\:border-teal-darkest {
    border-color: #0d3331;
  }

  .md\:border-teal-darker {
    border-color: #20504f;
  }

  .md\:border-teal-dark {
    border-color: #38a89d;
  }

  .md\:border-teal {
    border-color: #4dc0b5;
  }

  .md\:border-teal-light {
    border-color: #64d5ca;
  }

  .md\:border-teal-lighter {
    border-color: #a0f0ed;
  }

  .md\:border-teal-lightest {
    border-color: #e8fffe;
  }

  .md\:border-blue-darkest {
    border-color: #12283a;
  }

  .md\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .md\:border-blue-dark {
    border-color: #2779bd;
  }

  .md\:border-blue {
    border-color: #3490dc;
  }

  .md\:border-blue-light {
    border-color: #6cb2eb;
  }

  .md\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .md\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .md\:border-indigo-darkest {
    border-color: #191e38;
  }

  .md\:border-indigo-darker {
    border-color: #2f365f;
  }

  .md\:border-indigo-dark {
    border-color: #5661b3;
  }

  .md\:border-indigo {
    border-color: #6574cd;
  }

  .md\:border-indigo-light {
    border-color: #7886d7;
  }

  .md\:border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .md\:border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .md\:border-purple-darkest {
    border-color: #21183c;
  }

  .md\:border-purple-darker {
    border-color: #382b5f;
  }

  .md\:border-purple-dark {
    border-color: #794acf;
  }

  .md\:border-purple {
    border-color: #9561e2;
  }

  .md\:border-purple-light {
    border-color: #a779e9;
  }

  .md\:border-purple-lighter {
    border-color: #d6bbfc;
  }

  .md\:border-purple-lightest {
    border-color: #f3ebff;
  }

  .md\:border-pink-darkest {
    border-color: #451225;
  }

  .md\:border-pink-darker {
    border-color: #6f213f;
  }

  .md\:border-pink-dark {
    border-color: #eb5286;
  }

  .md\:border-pink {
    border-color: #f66d9b;
  }

  .md\:border-pink-light {
    border-color: #fa7ea8;
  }

  .md\:border-pink-lighter {
    border-color: #ffbbca;
  }

  .md\:border-pink-lightest {
    border-color: #ffebef;
  }

  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-black {
    border-color: #22292f;
  }

  .group:hover .md\:group-hover\:border-grey-darkest {
    border-color: #3d4852;
  }

  .group:hover .md\:group-hover\:border-grey-darker {
    border-color: #606f7b;
  }

  .group:hover .md\:group-hover\:border-grey-dark {
    border-color: #8795a1;
  }

  .group:hover .md\:group-hover\:border-grey {
    border-color: #b8c2cc;
  }

  .group:hover .md\:group-hover\:border-grey-light {
    border-color: #dae1e7;
  }

  .group:hover .md\:group-hover\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .group:hover .md\:group-hover\:border-grey-lightest {
    border-color: #f8fafc;
  }

  .group:hover .md\:group-hover\:border-white {
    border-color: #fff;
  }

  .group:hover .md\:group-hover\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .group:hover .md\:group-hover\:border-red-darker {
    border-color: #621b18;
  }

  .group:hover .md\:group-hover\:border-red-dark {
    border-color: #cc1f1a;
  }

  .group:hover .md\:group-hover\:border-red {
    border-color: #e3342f;
  }

  .group:hover .md\:group-hover\:border-red-light {
    border-color: #ef5753;
  }

  .group:hover .md\:group-hover\:border-red-lighter {
    border-color: #f9acaa;
  }

  .group:hover .md\:group-hover\:border-red-lightest {
    border-color: #fcebea;
  }

  .group:hover .md\:group-hover\:border-orange-darkest {
    border-color: #462a16;
  }

  .group:hover .md\:group-hover\:border-orange-darker {
    border-color: #613b1f;
  }

  .group:hover .md\:group-hover\:border-orange-dark {
    border-color: #de751f;
  }

  .group:hover .md\:group-hover\:border-orange {
    border-color: #f6993f;
  }

  .group:hover .md\:group-hover\:border-orange-light {
    border-color: #faad63;
  }

  .group:hover .md\:group-hover\:border-orange-lighter {
    border-color: #fcd9b6;
  }

  .group:hover .md\:group-hover\:border-orange-lightest {
    border-color: #fff5eb;
  }

  .group:hover .md\:group-hover\:border-yellow-darkest {
    border-color: #453411;
  }

  .group:hover .md\:group-hover\:border-yellow-darker {
    border-color: #684f1d;
  }

  .group:hover .md\:group-hover\:border-yellow-dark {
    border-color: #f2d024;
  }

  .group:hover .md\:group-hover\:border-yellow {
    border-color: #ffed4a;
  }

  .group:hover .md\:group-hover\:border-yellow-light {
    border-color: #fff382;
  }

  .group:hover .md\:group-hover\:border-yellow-lighter {
    border-color: #fff9c2;
  }

  .group:hover .md\:group-hover\:border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .group:hover .md\:group-hover\:border-green-darkest {
    border-color: #0f2f21;
  }

  .group:hover .md\:group-hover\:border-green-darker {
    border-color: #1a4731;
  }

  .group:hover .md\:group-hover\:border-green-dark {
    border-color: #1f9d55;
  }

  .group:hover .md\:group-hover\:border-green {
    border-color: #38c172;
  }

  .group:hover .md\:group-hover\:border-green-light {
    border-color: #51d88a;
  }

  .group:hover .md\:group-hover\:border-green-lighter {
    border-color: #a2f5bf;
  }

  .group:hover .md\:group-hover\:border-green-lightest {
    border-color: #e3fcec;
  }

  .group:hover .md\:group-hover\:border-teal-darkest {
    border-color: #0d3331;
  }

  .group:hover .md\:group-hover\:border-teal-darker {
    border-color: #20504f;
  }

  .group:hover .md\:group-hover\:border-teal-dark {
    border-color: #38a89d;
  }

  .group:hover .md\:group-hover\:border-teal {
    border-color: #4dc0b5;
  }

  .group:hover .md\:group-hover\:border-teal-light {
    border-color: #64d5ca;
  }

  .group:hover .md\:group-hover\:border-teal-lighter {
    border-color: #a0f0ed;
  }

  .group:hover .md\:group-hover\:border-teal-lightest {
    border-color: #e8fffe;
  }

  .group:hover .md\:group-hover\:border-blue-darkest {
    border-color: #12283a;
  }

  .group:hover .md\:group-hover\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .group:hover .md\:group-hover\:border-blue-dark {
    border-color: #2779bd;
  }

  .group:hover .md\:group-hover\:border-blue {
    border-color: #3490dc;
  }

  .group:hover .md\:group-hover\:border-blue-light {
    border-color: #6cb2eb;
  }

  .group:hover .md\:group-hover\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .group:hover .md\:group-hover\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .group:hover .md\:group-hover\:border-indigo-darkest {
    border-color: #191e38;
  }

  .group:hover .md\:group-hover\:border-indigo-darker {
    border-color: #2f365f;
  }

  .group:hover .md\:group-hover\:border-indigo-dark {
    border-color: #5661b3;
  }

  .group:hover .md\:group-hover\:border-indigo {
    border-color: #6574cd;
  }

  .group:hover .md\:group-hover\:border-indigo-light {
    border-color: #7886d7;
  }

  .group:hover .md\:group-hover\:border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .group:hover .md\:group-hover\:border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .group:hover .md\:group-hover\:border-purple-darkest {
    border-color: #21183c;
  }

  .group:hover .md\:group-hover\:border-purple-darker {
    border-color: #382b5f;
  }

  .group:hover .md\:group-hover\:border-purple-dark {
    border-color: #794acf;
  }

  .group:hover .md\:group-hover\:border-purple {
    border-color: #9561e2;
  }

  .group:hover .md\:group-hover\:border-purple-light {
    border-color: #a779e9;
  }

  .group:hover .md\:group-hover\:border-purple-lighter {
    border-color: #d6bbfc;
  }

  .group:hover .md\:group-hover\:border-purple-lightest {
    border-color: #f3ebff;
  }

  .group:hover .md\:group-hover\:border-pink-darkest {
    border-color: #451225;
  }

  .group:hover .md\:group-hover\:border-pink-darker {
    border-color: #6f213f;
  }

  .group:hover .md\:group-hover\:border-pink-dark {
    border-color: #eb5286;
  }

  .group:hover .md\:group-hover\:border-pink {
    border-color: #f66d9b;
  }

  .group:hover .md\:group-hover\:border-pink-light {
    border-color: #fa7ea8;
  }

  .group:hover .md\:group-hover\:border-pink-lighter {
    border-color: #ffbbca;
  }

  .group:hover .md\:group-hover\:border-pink-lightest {
    border-color: #ffebef;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-black:hover {
    border-color: #22292f;
  }

  .md\:hover\:border-grey-darkest:hover {
    border-color: #3d4852;
  }

  .md\:hover\:border-grey-darker:hover {
    border-color: #606f7b;
  }

  .md\:hover\:border-grey-dark:hover {
    border-color: #8795a1;
  }

  .md\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .md\:hover\:border-grey-light:hover {
    border-color: #dae1e7;
  }

  .md\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8;
  }

  .md\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .md\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }

  .md\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .md\:hover\:border-red:hover {
    border-color: #e3342f;
  }

  .md\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }

  .md\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .md\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }

  .md\:hover\:border-orange-darkest:hover {
    border-color: #462a16;
  }

  .md\:hover\:border-orange-darker:hover {
    border-color: #613b1f;
  }

  .md\:hover\:border-orange-dark:hover {
    border-color: #de751f;
  }

  .md\:hover\:border-orange:hover {
    border-color: #f6993f;
  }

  .md\:hover\:border-orange-light:hover {
    border-color: #faad63;
  }

  .md\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6;
  }

  .md\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb;
  }

  .md\:hover\:border-yellow-darkest:hover {
    border-color: #453411;
  }

  .md\:hover\:border-yellow-darker:hover {
    border-color: #684f1d;
  }

  .md\:hover\:border-yellow-dark:hover {
    border-color: #f2d024;
  }

  .md\:hover\:border-yellow:hover {
    border-color: #ffed4a;
  }

  .md\:hover\:border-yellow-light:hover {
    border-color: #fff382;
  }

  .md\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2;
  }

  .md\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb;
  }

  .md\:hover\:border-green-darkest:hover {
    border-color: #0f2f21;
  }

  .md\:hover\:border-green-darker:hover {
    border-color: #1a4731;
  }

  .md\:hover\:border-green-dark:hover {
    border-color: #1f9d55;
  }

  .md\:hover\:border-green:hover {
    border-color: #38c172;
  }

  .md\:hover\:border-green-light:hover {
    border-color: #51d88a;
  }

  .md\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf;
  }

  .md\:hover\:border-green-lightest:hover {
    border-color: #e3fcec;
  }

  .md\:hover\:border-teal-darkest:hover {
    border-color: #0d3331;
  }

  .md\:hover\:border-teal-darker:hover {
    border-color: #20504f;
  }

  .md\:hover\:border-teal-dark:hover {
    border-color: #38a89d;
  }

  .md\:hover\:border-teal:hover {
    border-color: #4dc0b5;
  }

  .md\:hover\:border-teal-light:hover {
    border-color: #64d5ca;
  }

  .md\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed;
  }

  .md\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe;
  }

  .md\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }

  .md\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .md\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }

  .md\:hover\:border-blue:hover {
    border-color: #3490dc;
  }

  .md\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .md\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .md\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .md\:hover\:border-indigo-darkest:hover {
    border-color: #191e38;
  }

  .md\:hover\:border-indigo-darker:hover {
    border-color: #2f365f;
  }

  .md\:hover\:border-indigo-dark:hover {
    border-color: #5661b3;
  }

  .md\:hover\:border-indigo:hover {
    border-color: #6574cd;
  }

  .md\:hover\:border-indigo-light:hover {
    border-color: #7886d7;
  }

  .md\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff;
  }

  .md\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff;
  }

  .md\:hover\:border-purple-darkest:hover {
    border-color: #21183c;
  }

  .md\:hover\:border-purple-darker:hover {
    border-color: #382b5f;
  }

  .md\:hover\:border-purple-dark:hover {
    border-color: #794acf;
  }

  .md\:hover\:border-purple:hover {
    border-color: #9561e2;
  }

  .md\:hover\:border-purple-light:hover {
    border-color: #a779e9;
  }

  .md\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc;
  }

  .md\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff;
  }

  .md\:hover\:border-pink-darkest:hover {
    border-color: #451225;
  }

  .md\:hover\:border-pink-darker:hover {
    border-color: #6f213f;
  }

  .md\:hover\:border-pink-dark:hover {
    border-color: #eb5286;
  }

  .md\:hover\:border-pink:hover {
    border-color: #f66d9b;
  }

  .md\:hover\:border-pink-light:hover {
    border-color: #fa7ea8;
  }

  .md\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca;
  }

  .md\:hover\:border-pink-lightest:hover {
    border-color: #ffebef;
  }

  .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .md\:focus-within\:border-black:focus-within {
    border-color: #22292f;
  }

  .md\:focus-within\:border-grey-darkest:focus-within {
    border-color: #3d4852;
  }

  .md\:focus-within\:border-grey-darker:focus-within {
    border-color: #606f7b;
  }

  .md\:focus-within\:border-grey-dark:focus-within {
    border-color: #8795a1;
  }

  .md\:focus-within\:border-grey:focus-within {
    border-color: #b8c2cc;
  }

  .md\:focus-within\:border-grey-light:focus-within {
    border-color: #dae1e7;
  }

  .md\:focus-within\:border-grey-lighter:focus-within {
    border-color: #f1f5f8;
  }

  .md\:focus-within\:border-grey-lightest:focus-within {
    border-color: #f8fafc;
  }

  .md\:focus-within\:border-white:focus-within {
    border-color: #fff;
  }

  .md\:focus-within\:border-red-darkest:focus-within {
    border-color: #3b0d0c;
  }

  .md\:focus-within\:border-red-darker:focus-within {
    border-color: #621b18;
  }

  .md\:focus-within\:border-red-dark:focus-within {
    border-color: #cc1f1a;
  }

  .md\:focus-within\:border-red:focus-within {
    border-color: #e3342f;
  }

  .md\:focus-within\:border-red-light:focus-within {
    border-color: #ef5753;
  }

  .md\:focus-within\:border-red-lighter:focus-within {
    border-color: #f9acaa;
  }

  .md\:focus-within\:border-red-lightest:focus-within {
    border-color: #fcebea;
  }

  .md\:focus-within\:border-orange-darkest:focus-within {
    border-color: #462a16;
  }

  .md\:focus-within\:border-orange-darker:focus-within {
    border-color: #613b1f;
  }

  .md\:focus-within\:border-orange-dark:focus-within {
    border-color: #de751f;
  }

  .md\:focus-within\:border-orange:focus-within {
    border-color: #f6993f;
  }

  .md\:focus-within\:border-orange-light:focus-within {
    border-color: #faad63;
  }

  .md\:focus-within\:border-orange-lighter:focus-within {
    border-color: #fcd9b6;
  }

  .md\:focus-within\:border-orange-lightest:focus-within {
    border-color: #fff5eb;
  }

  .md\:focus-within\:border-yellow-darkest:focus-within {
    border-color: #453411;
  }

  .md\:focus-within\:border-yellow-darker:focus-within {
    border-color: #684f1d;
  }

  .md\:focus-within\:border-yellow-dark:focus-within {
    border-color: #f2d024;
  }

  .md\:focus-within\:border-yellow:focus-within {
    border-color: #ffed4a;
  }

  .md\:focus-within\:border-yellow-light:focus-within {
    border-color: #fff382;
  }

  .md\:focus-within\:border-yellow-lighter:focus-within {
    border-color: #fff9c2;
  }

  .md\:focus-within\:border-yellow-lightest:focus-within {
    border-color: #fcfbeb;
  }

  .md\:focus-within\:border-green-darkest:focus-within {
    border-color: #0f2f21;
  }

  .md\:focus-within\:border-green-darker:focus-within {
    border-color: #1a4731;
  }

  .md\:focus-within\:border-green-dark:focus-within {
    border-color: #1f9d55;
  }

  .md\:focus-within\:border-green:focus-within {
    border-color: #38c172;
  }

  .md\:focus-within\:border-green-light:focus-within {
    border-color: #51d88a;
  }

  .md\:focus-within\:border-green-lighter:focus-within {
    border-color: #a2f5bf;
  }

  .md\:focus-within\:border-green-lightest:focus-within {
    border-color: #e3fcec;
  }

  .md\:focus-within\:border-teal-darkest:focus-within {
    border-color: #0d3331;
  }

  .md\:focus-within\:border-teal-darker:focus-within {
    border-color: #20504f;
  }

  .md\:focus-within\:border-teal-dark:focus-within {
    border-color: #38a89d;
  }

  .md\:focus-within\:border-teal:focus-within {
    border-color: #4dc0b5;
  }

  .md\:focus-within\:border-teal-light:focus-within {
    border-color: #64d5ca;
  }

  .md\:focus-within\:border-teal-lighter:focus-within {
    border-color: #a0f0ed;
  }

  .md\:focus-within\:border-teal-lightest:focus-within {
    border-color: #e8fffe;
  }

  .md\:focus-within\:border-blue-darkest:focus-within {
    border-color: #12283a;
  }

  .md\:focus-within\:border-blue-darker:focus-within {
    border-color: #1c3d5a;
  }

  .md\:focus-within\:border-blue-dark:focus-within {
    border-color: #2779bd;
  }

  .md\:focus-within\:border-blue:focus-within {
    border-color: #3490dc;
  }

  .md\:focus-within\:border-blue-light:focus-within {
    border-color: #6cb2eb;
  }

  .md\:focus-within\:border-blue-lighter:focus-within {
    border-color: #bcdefa;
  }

  .md\:focus-within\:border-blue-lightest:focus-within {
    border-color: #eff8ff;
  }

  .md\:focus-within\:border-indigo-darkest:focus-within {
    border-color: #191e38;
  }

  .md\:focus-within\:border-indigo-darker:focus-within {
    border-color: #2f365f;
  }

  .md\:focus-within\:border-indigo-dark:focus-within {
    border-color: #5661b3;
  }

  .md\:focus-within\:border-indigo:focus-within {
    border-color: #6574cd;
  }

  .md\:focus-within\:border-indigo-light:focus-within {
    border-color: #7886d7;
  }

  .md\:focus-within\:border-indigo-lighter:focus-within {
    border-color: #b2b7ff;
  }

  .md\:focus-within\:border-indigo-lightest:focus-within {
    border-color: #e6e8ff;
  }

  .md\:focus-within\:border-purple-darkest:focus-within {
    border-color: #21183c;
  }

  .md\:focus-within\:border-purple-darker:focus-within {
    border-color: #382b5f;
  }

  .md\:focus-within\:border-purple-dark:focus-within {
    border-color: #794acf;
  }

  .md\:focus-within\:border-purple:focus-within {
    border-color: #9561e2;
  }

  .md\:focus-within\:border-purple-light:focus-within {
    border-color: #a779e9;
  }

  .md\:focus-within\:border-purple-lighter:focus-within {
    border-color: #d6bbfc;
  }

  .md\:focus-within\:border-purple-lightest:focus-within {
    border-color: #f3ebff;
  }

  .md\:focus-within\:border-pink-darkest:focus-within {
    border-color: #451225;
  }

  .md\:focus-within\:border-pink-darker:focus-within {
    border-color: #6f213f;
  }

  .md\:focus-within\:border-pink-dark:focus-within {
    border-color: #eb5286;
  }

  .md\:focus-within\:border-pink:focus-within {
    border-color: #f66d9b;
  }

  .md\:focus-within\:border-pink-light:focus-within {
    border-color: #fa7ea8;
  }

  .md\:focus-within\:border-pink-lighter:focus-within {
    border-color: #ffbbca;
  }

  .md\:focus-within\:border-pink-lightest:focus-within {
    border-color: #ffebef;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-black:focus {
    border-color: #22292f;
  }

  .md\:focus\:border-grey-darkest:focus {
    border-color: #3d4852;
  }

  .md\:focus\:border-grey-darker:focus {
    border-color: #606f7b;
  }

  .md\:focus\:border-grey-dark:focus {
    border-color: #8795a1;
  }

  .md\:focus\:border-grey:focus {
    border-color: #b8c2cc;
  }

  .md\:focus\:border-grey-light:focus {
    border-color: #dae1e7;
  }

  .md\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8;
  }

  .md\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc;
  }

  .md\:focus\:border-white:focus {
    border-color: #fff;
  }

  .md\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }

  .md\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }

  .md\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }

  .md\:focus\:border-red:focus {
    border-color: #e3342f;
  }

  .md\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }

  .md\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }

  .md\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }

  .md\:focus\:border-orange-darkest:focus {
    border-color: #462a16;
  }

  .md\:focus\:border-orange-darker:focus {
    border-color: #613b1f;
  }

  .md\:focus\:border-orange-dark:focus {
    border-color: #de751f;
  }

  .md\:focus\:border-orange:focus {
    border-color: #f6993f;
  }

  .md\:focus\:border-orange-light:focus {
    border-color: #faad63;
  }

  .md\:focus\:border-orange-lighter:focus {
    border-color: #fcd9b6;
  }

  .md\:focus\:border-orange-lightest:focus {
    border-color: #fff5eb;
  }

  .md\:focus\:border-yellow-darkest:focus {
    border-color: #453411;
  }

  .md\:focus\:border-yellow-darker:focus {
    border-color: #684f1d;
  }

  .md\:focus\:border-yellow-dark:focus {
    border-color: #f2d024;
  }

  .md\:focus\:border-yellow:focus {
    border-color: #ffed4a;
  }

  .md\:focus\:border-yellow-light:focus {
    border-color: #fff382;
  }

  .md\:focus\:border-yellow-lighter:focus {
    border-color: #fff9c2;
  }

  .md\:focus\:border-yellow-lightest:focus {
    border-color: #fcfbeb;
  }

  .md\:focus\:border-green-darkest:focus {
    border-color: #0f2f21;
  }

  .md\:focus\:border-green-darker:focus {
    border-color: #1a4731;
  }

  .md\:focus\:border-green-dark:focus {
    border-color: #1f9d55;
  }

  .md\:focus\:border-green:focus {
    border-color: #38c172;
  }

  .md\:focus\:border-green-light:focus {
    border-color: #51d88a;
  }

  .md\:focus\:border-green-lighter:focus {
    border-color: #a2f5bf;
  }

  .md\:focus\:border-green-lightest:focus {
    border-color: #e3fcec;
  }

  .md\:focus\:border-teal-darkest:focus {
    border-color: #0d3331;
  }

  .md\:focus\:border-teal-darker:focus {
    border-color: #20504f;
  }

  .md\:focus\:border-teal-dark:focus {
    border-color: #38a89d;
  }

  .md\:focus\:border-teal:focus {
    border-color: #4dc0b5;
  }

  .md\:focus\:border-teal-light:focus {
    border-color: #64d5ca;
  }

  .md\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed;
  }

  .md\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe;
  }

  .md\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }

  .md\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }

  .md\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }

  .md\:focus\:border-blue:focus {
    border-color: #3490dc;
  }

  .md\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }

  .md\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }

  .md\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }

  .md\:focus\:border-indigo-darkest:focus {
    border-color: #191e38;
  }

  .md\:focus\:border-indigo-darker:focus {
    border-color: #2f365f;
  }

  .md\:focus\:border-indigo-dark:focus {
    border-color: #5661b3;
  }

  .md\:focus\:border-indigo:focus {
    border-color: #6574cd;
  }

  .md\:focus\:border-indigo-light:focus {
    border-color: #7886d7;
  }

  .md\:focus\:border-indigo-lighter:focus {
    border-color: #b2b7ff;
  }

  .md\:focus\:border-indigo-lightest:focus {
    border-color: #e6e8ff;
  }

  .md\:focus\:border-purple-darkest:focus {
    border-color: #21183c;
  }

  .md\:focus\:border-purple-darker:focus {
    border-color: #382b5f;
  }

  .md\:focus\:border-purple-dark:focus {
    border-color: #794acf;
  }

  .md\:focus\:border-purple:focus {
    border-color: #9561e2;
  }

  .md\:focus\:border-purple-light:focus {
    border-color: #a779e9;
  }

  .md\:focus\:border-purple-lighter:focus {
    border-color: #d6bbfc;
  }

  .md\:focus\:border-purple-lightest:focus {
    border-color: #f3ebff;
  }

  .md\:focus\:border-pink-darkest:focus {
    border-color: #451225;
  }

  .md\:focus\:border-pink-darker:focus {
    border-color: #6f213f;
  }

  .md\:focus\:border-pink-dark:focus {
    border-color: #eb5286;
  }

  .md\:focus\:border-pink:focus {
    border-color: #f66d9b;
  }

  .md\:focus\:border-pink-light:focus {
    border-color: #fa7ea8;
  }

  .md\:focus\:border-pink-lighter:focus {
    border-color: #ffbbca;
  }

  .md\:focus\:border-pink-lightest:focus {
    border-color: #ffebef;
  }

  .md\:active\:border-transparent:active {
    border-color: transparent;
  }

  .md\:active\:border-black:active {
    border-color: #22292f;
  }

  .md\:active\:border-grey-darkest:active {
    border-color: #3d4852;
  }

  .md\:active\:border-grey-darker:active {
    border-color: #606f7b;
  }

  .md\:active\:border-grey-dark:active {
    border-color: #8795a1;
  }

  .md\:active\:border-grey:active {
    border-color: #b8c2cc;
  }

  .md\:active\:border-grey-light:active {
    border-color: #dae1e7;
  }

  .md\:active\:border-grey-lighter:active {
    border-color: #f1f5f8;
  }

  .md\:active\:border-grey-lightest:active {
    border-color: #f8fafc;
  }

  .md\:active\:border-white:active {
    border-color: #fff;
  }

  .md\:active\:border-red-darkest:active {
    border-color: #3b0d0c;
  }

  .md\:active\:border-red-darker:active {
    border-color: #621b18;
  }

  .md\:active\:border-red-dark:active {
    border-color: #cc1f1a;
  }

  .md\:active\:border-red:active {
    border-color: #e3342f;
  }

  .md\:active\:border-red-light:active {
    border-color: #ef5753;
  }

  .md\:active\:border-red-lighter:active {
    border-color: #f9acaa;
  }

  .md\:active\:border-red-lightest:active {
    border-color: #fcebea;
  }

  .md\:active\:border-orange-darkest:active {
    border-color: #462a16;
  }

  .md\:active\:border-orange-darker:active {
    border-color: #613b1f;
  }

  .md\:active\:border-orange-dark:active {
    border-color: #de751f;
  }

  .md\:active\:border-orange:active {
    border-color: #f6993f;
  }

  .md\:active\:border-orange-light:active {
    border-color: #faad63;
  }

  .md\:active\:border-orange-lighter:active {
    border-color: #fcd9b6;
  }

  .md\:active\:border-orange-lightest:active {
    border-color: #fff5eb;
  }

  .md\:active\:border-yellow-darkest:active {
    border-color: #453411;
  }

  .md\:active\:border-yellow-darker:active {
    border-color: #684f1d;
  }

  .md\:active\:border-yellow-dark:active {
    border-color: #f2d024;
  }

  .md\:active\:border-yellow:active {
    border-color: #ffed4a;
  }

  .md\:active\:border-yellow-light:active {
    border-color: #fff382;
  }

  .md\:active\:border-yellow-lighter:active {
    border-color: #fff9c2;
  }

  .md\:active\:border-yellow-lightest:active {
    border-color: #fcfbeb;
  }

  .md\:active\:border-green-darkest:active {
    border-color: #0f2f21;
  }

  .md\:active\:border-green-darker:active {
    border-color: #1a4731;
  }

  .md\:active\:border-green-dark:active {
    border-color: #1f9d55;
  }

  .md\:active\:border-green:active {
    border-color: #38c172;
  }

  .md\:active\:border-green-light:active {
    border-color: #51d88a;
  }

  .md\:active\:border-green-lighter:active {
    border-color: #a2f5bf;
  }

  .md\:active\:border-green-lightest:active {
    border-color: #e3fcec;
  }

  .md\:active\:border-teal-darkest:active {
    border-color: #0d3331;
  }

  .md\:active\:border-teal-darker:active {
    border-color: #20504f;
  }

  .md\:active\:border-teal-dark:active {
    border-color: #38a89d;
  }

  .md\:active\:border-teal:active {
    border-color: #4dc0b5;
  }

  .md\:active\:border-teal-light:active {
    border-color: #64d5ca;
  }

  .md\:active\:border-teal-lighter:active {
    border-color: #a0f0ed;
  }

  .md\:active\:border-teal-lightest:active {
    border-color: #e8fffe;
  }

  .md\:active\:border-blue-darkest:active {
    border-color: #12283a;
  }

  .md\:active\:border-blue-darker:active {
    border-color: #1c3d5a;
  }

  .md\:active\:border-blue-dark:active {
    border-color: #2779bd;
  }

  .md\:active\:border-blue:active {
    border-color: #3490dc;
  }

  .md\:active\:border-blue-light:active {
    border-color: #6cb2eb;
  }

  .md\:active\:border-blue-lighter:active {
    border-color: #bcdefa;
  }

  .md\:active\:border-blue-lightest:active {
    border-color: #eff8ff;
  }

  .md\:active\:border-indigo-darkest:active {
    border-color: #191e38;
  }

  .md\:active\:border-indigo-darker:active {
    border-color: #2f365f;
  }

  .md\:active\:border-indigo-dark:active {
    border-color: #5661b3;
  }

  .md\:active\:border-indigo:active {
    border-color: #6574cd;
  }

  .md\:active\:border-indigo-light:active {
    border-color: #7886d7;
  }

  .md\:active\:border-indigo-lighter:active {
    border-color: #b2b7ff;
  }

  .md\:active\:border-indigo-lightest:active {
    border-color: #e6e8ff;
  }

  .md\:active\:border-purple-darkest:active {
    border-color: #21183c;
  }

  .md\:active\:border-purple-darker:active {
    border-color: #382b5f;
  }

  .md\:active\:border-purple-dark:active {
    border-color: #794acf;
  }

  .md\:active\:border-purple:active {
    border-color: #9561e2;
  }

  .md\:active\:border-purple-light:active {
    border-color: #a779e9;
  }

  .md\:active\:border-purple-lighter:active {
    border-color: #d6bbfc;
  }

  .md\:active\:border-purple-lightest:active {
    border-color: #f3ebff;
  }

  .md\:active\:border-pink-darkest:active {
    border-color: #451225;
  }

  .md\:active\:border-pink-darker:active {
    border-color: #6f213f;
  }

  .md\:active\:border-pink-dark:active {
    border-color: #eb5286;
  }

  .md\:active\:border-pink:active {
    border-color: #f66d9b;
  }

  .md\:active\:border-pink-light:active {
    border-color: #fa7ea8;
  }

  .md\:active\:border-pink-lighter:active {
    border-color: #ffbbca;
  }

  .md\:active\:border-pink-lightest:active {
    border-color: #ffebef;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: .125rem;
  }

  .md\:rounded {
    border-radius: .25rem;
  }

  .md\:rounded-lg {
    border-radius: .5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-sm {
    border-radius: .125rem;
  }

  .group:hover .md\:group-hover\:rounded {
    border-radius: .25rem;
  }

  .group:hover .md\:group-hover\:rounded-lg {
    border-radius: .5rem;
  }

  .group:hover .md\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .group:hover .md\:group-hover\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .group:hover .md\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .group:hover .md\:group-hover\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .group:hover .md\:group-hover\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .group:hover .md\:group-hover\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .group:hover .md\:group-hover\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .group:hover .md\:group-hover\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .group:hover .md\:group-hover\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .group:hover .md\:group-hover\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .group:hover .md\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .group:hover .md\:group-hover\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .group:hover .md\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .md\:group-hover\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .group:hover .md\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .group:hover .md\:group-hover\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .group:hover .md\:group-hover\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .group:hover .md\:group-hover\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .group:hover .md\:group-hover\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .group:hover .md\:group-hover\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .group:hover .md\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .group:hover .md\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .group:hover .md\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .md\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .md\:hover\:rounded-sm:hover {
    border-radius: .125rem;
  }

  .md\:hover\:rounded:hover {
    border-radius: .25rem;
  }

  .md\:hover\:rounded-lg:hover {
    border-radius: .5rem;
  }

  .md\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .md\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:hover\:rounded-t-sm:hover {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:hover\:rounded-r-sm:hover {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:hover\:rounded-l-sm:hover {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:hover\:rounded-t:hover {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:hover\:rounded-r:hover {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:hover\:rounded-b:hover {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:hover\:rounded-l:hover {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:hover\:rounded-t-lg:hover {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:hover\:rounded-r-lg:hover {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:hover\:rounded-l-lg:hover {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .md\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .md\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .md\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .md\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: .125rem;
  }

  .md\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: .125rem;
  }

  .md\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: .125rem;
  }

  .md\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem;
  }

  .md\:hover\:rounded-tl:hover {
    border-top-left-radius: .25rem;
  }

  .md\:hover\:rounded-tr:hover {
    border-top-right-radius: .25rem;
  }

  .md\:hover\:rounded-br:hover {
    border-bottom-right-radius: .25rem;
  }

  .md\:hover\:rounded-bl:hover {
    border-bottom-left-radius: .25rem;
  }

  .md\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: .5rem;
  }

  .md\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: .5rem;
  }

  .md\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: .5rem;
  }

  .md\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: .5rem;
  }

  .md\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .md\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .md\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .md\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .md\:focus-within\:rounded-none:focus-within {
    border-radius: 0;
  }

  .md\:focus-within\:rounded-sm:focus-within {
    border-radius: .125rem;
  }

  .md\:focus-within\:rounded:focus-within {
    border-radius: .25rem;
  }

  .md\:focus-within\:rounded-lg:focus-within {
    border-radius: .5rem;
  }

  .md\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .md\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0;
  }

  .md\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0;
  }

  .md\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0;
  }

  .md\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0;
  }

  .md\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: .125rem;
  }

  .md\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: .125rem;
  }

  .md\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: .125rem;
  }

  .md\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: .125rem;
  }

  .md\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: .25rem;
  }

  .md\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: .25rem;
  }

  .md\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: .25rem;
  }

  .md\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: .25rem;
  }

  .md\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: .5rem;
  }

  .md\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: .5rem;
  }

  .md\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: .5rem;
  }

  .md\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: .5rem;
  }

  .md\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .md\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .md\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .md\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .md\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .md\:focus\:rounded-sm:focus {
    border-radius: .125rem;
  }

  .md\:focus\:rounded:focus {
    border-radius: .25rem;
  }

  .md\:focus\:rounded-lg:focus {
    border-radius: .5rem;
  }

  .md\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .md\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:focus\:rounded-t-sm:focus {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:focus\:rounded-r-sm:focus {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:focus\:rounded-l-sm:focus {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:focus\:rounded-t:focus {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:focus\:rounded-r:focus {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:focus\:rounded-b:focus {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:focus\:rounded-l:focus {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:focus\:rounded-t-lg:focus {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:focus\:rounded-r-lg:focus {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:focus\:rounded-l-lg:focus {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .md\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .md\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .md\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .md\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: .125rem;
  }

  .md\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: .125rem;
  }

  .md\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: .125rem;
  }

  .md\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: .125rem;
  }

  .md\:focus\:rounded-tl:focus {
    border-top-left-radius: .25rem;
  }

  .md\:focus\:rounded-tr:focus {
    border-top-right-radius: .25rem;
  }

  .md\:focus\:rounded-br:focus {
    border-bottom-right-radius: .25rem;
  }

  .md\:focus\:rounded-bl:focus {
    border-bottom-left-radius: .25rem;
  }

  .md\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: .5rem;
  }

  .md\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: .5rem;
  }

  .md\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: .5rem;
  }

  .md\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: .5rem;
  }

  .md\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .md\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .md\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .md\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .md\:active\:rounded-none:active {
    border-radius: 0;
  }

  .md\:active\:rounded-sm:active {
    border-radius: .125rem;
  }

  .md\:active\:rounded:active {
    border-radius: .25rem;
  }

  .md\:active\:rounded-lg:active {
    border-radius: .5rem;
  }

  .md\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .md\:active\:rounded-t-none:active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:active\:rounded-r-none:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:active\:rounded-l-none:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:active\:rounded-t-sm:active {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:active\:rounded-r-sm:active {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:active\:rounded-b-sm:active {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:active\:rounded-l-sm:active {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:active\:rounded-t:active {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:active\:rounded-r:active {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:active\:rounded-b:active {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:active\:rounded-l:active {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:active\:rounded-t-lg:active {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:active\:rounded-r-lg:active {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:active\:rounded-b-lg:active {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:active\:rounded-l-lg:active {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:active\:rounded-tl-none:active {
    border-top-left-radius: 0;
  }

  .md\:active\:rounded-tr-none:active {
    border-top-right-radius: 0;
  }

  .md\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0;
  }

  .md\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0;
  }

  .md\:active\:rounded-tl-sm:active {
    border-top-left-radius: .125rem;
  }

  .md\:active\:rounded-tr-sm:active {
    border-top-right-radius: .125rem;
  }

  .md\:active\:rounded-br-sm:active {
    border-bottom-right-radius: .125rem;
  }

  .md\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: .125rem;
  }

  .md\:active\:rounded-tl:active {
    border-top-left-radius: .25rem;
  }

  .md\:active\:rounded-tr:active {
    border-top-right-radius: .25rem;
  }

  .md\:active\:rounded-br:active {
    border-bottom-right-radius: .25rem;
  }

  .md\:active\:rounded-bl:active {
    border-bottom-left-radius: .25rem;
  }

  .md\:active\:rounded-tl-lg:active {
    border-top-left-radius: .5rem;
  }

  .md\:active\:rounded-tr-lg:active {
    border-top-right-radius: .5rem;
  }

  .md\:active\:rounded-br-lg:active {
    border-bottom-right-radius: .5rem;
  }

  .md\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: .5rem;
  }

  .md\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .md\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .md\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .md\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-none {
    border-style: none;
  }

  .group:hover .md\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .md\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .md\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .md\:group-hover\:border-none {
    border-style: none;
  }

  .md\:hover\:border-solid:hover {
    border-style: solid;
  }

  .md\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .md\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .md\:hover\:border-none:hover {
    border-style: none;
  }

  .md\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .md\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .md\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .md\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .md\:focus\:border-solid:focus {
    border-style: solid;
  }

  .md\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .md\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .md\:focus\:border-none:focus {
    border-style: none;
  }

  .md\:active\:border-solid:active {
    border-style: solid;
  }

  .md\:active\:border-dashed:active {
    border-style: dashed;
  }

  .md\:active\:border-dotted:active {
    border-style: dotted;
  }

  .md\:active\:border-none:active {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .group:hover .md\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .md\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .md\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .md\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .md\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .md\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .md\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .md\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .md\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .md\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .md\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .md\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .md\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .md\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .md\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .md\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .md\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .md\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .md\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .md\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .md\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .md\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .md\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .md\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .md\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .md\:hover\:border-0:hover {
    border-width: 0;
  }

  .md\:hover\:border-2:hover {
    border-width: 2px;
  }

  .md\:hover\:border-4:hover {
    border-width: 4px;
  }

  .md\:hover\:border-8:hover {
    border-width: 8px;
  }

  .md\:hover\:border:hover {
    border-width: 1px;
  }

  .md\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .md\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .md\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .md\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .md\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .md\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .md\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .md\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .md\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .md\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .md\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .md\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .md\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .md\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .md\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .md\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .md\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .md\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .md\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .md\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .md\:focus-within\:border-0:focus-within {
    border-width: 0;
  }

  .md\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .md\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .md\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .md\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .md\:focus-within\:border-t-0:focus-within {
    border-top-width: 0;
  }

  .md\:focus-within\:border-r-0:focus-within {
    border-right-width: 0;
  }

  .md\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0;
  }

  .md\:focus-within\:border-l-0:focus-within {
    border-left-width: 0;
  }

  .md\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .md\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .md\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .md\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .md\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .md\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .md\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .md\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .md\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .md\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .md\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .md\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .md\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .md\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .md\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .md\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .md\:focus\:border-0:focus {
    border-width: 0;
  }

  .md\:focus\:border-2:focus {
    border-width: 2px;
  }

  .md\:focus\:border-4:focus {
    border-width: 4px;
  }

  .md\:focus\:border-8:focus {
    border-width: 8px;
  }

  .md\:focus\:border:focus {
    border-width: 1px;
  }

  .md\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .md\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .md\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .md\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .md\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .md\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .md\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .md\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .md\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .md\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .md\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .md\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .md\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .md\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .md\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .md\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .md\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .md\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .md\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .md\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .md\:active\:border-0:active {
    border-width: 0;
  }

  .md\:active\:border-2:active {
    border-width: 2px;
  }

  .md\:active\:border-4:active {
    border-width: 4px;
  }

  .md\:active\:border-8:active {
    border-width: 8px;
  }

  .md\:active\:border:active {
    border-width: 1px;
  }

  .md\:active\:border-t-0:active {
    border-top-width: 0;
  }

  .md\:active\:border-r-0:active {
    border-right-width: 0;
  }

  .md\:active\:border-b-0:active {
    border-bottom-width: 0;
  }

  .md\:active\:border-l-0:active {
    border-left-width: 0;
  }

  .md\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .md\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .md\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .md\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .md\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .md\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .md\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .md\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .md\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .md\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .md\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .md\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .md\:active\:border-t:active {
    border-top-width: 1px;
  }

  .md\:active\:border-r:active {
    border-right-width: 1px;
  }

  .md\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .md\:active\:border-l:active {
    border-left-width: 1px;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .md\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .md\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .md\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .md\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .md\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .md\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .md\:hover\:cursor-default:hover {
    cursor: default;
  }

  .md\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .md\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .md\:hover\:cursor-move:hover {
    cursor: move;
  }

  .md\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .md\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .md\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .md\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .md\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .md\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .md\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .md\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .md\:focus\:cursor-default:focus {
    cursor: default;
  }

  .md\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .md\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .md\:focus\:cursor-move:focus {
    cursor: move;
  }

  .md\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .md\:active\:cursor-auto:active {
    cursor: auto;
  }

  .md\:active\:cursor-default:active {
    cursor: default;
  }

  .md\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .md\:active\:cursor-wait:active {
    cursor: wait;
  }

  .md\:active\:cursor-move:active {
    cursor: move;
  }

  .md\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .group:hover .md\:group-hover\:block {
    display: block;
  }

  .group:hover .md\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .md\:group-hover\:inline {
    display: inline;
  }

  .group:hover .md\:group-hover\:table {
    display: table;
  }

  .group:hover .md\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .md\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .md\:group-hover\:hidden {
    display: none;
  }

  .md\:hover\:block:hover {
    display: block;
  }

  .md\:hover\:inline-block:hover {
    display: inline-block;
  }

  .md\:hover\:inline:hover {
    display: inline;
  }

  .md\:hover\:table:hover {
    display: table;
  }

  .md\:hover\:table-row:hover {
    display: table-row;
  }

  .md\:hover\:table-cell:hover {
    display: table-cell;
  }

  .md\:hover\:hidden:hover {
    display: none;
  }

  .md\:focus-within\:block:focus-within {
    display: block;
  }

  .md\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .md\:focus-within\:inline:focus-within {
    display: inline;
  }

  .md\:focus-within\:table:focus-within {
    display: table;
  }

  .md\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .md\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .md\:focus-within\:hidden:focus-within {
    display: none;
  }

  .md\:focus\:block:focus {
    display: block;
  }

  .md\:focus\:inline-block:focus {
    display: inline-block;
  }

  .md\:focus\:inline:focus {
    display: inline;
  }

  .md\:focus\:table:focus {
    display: table;
  }

  .md\:focus\:table-row:focus {
    display: table-row;
  }

  .md\:focus\:table-cell:focus {
    display: table-cell;
  }

  .md\:focus\:hidden:focus {
    display: none;
  }

  .md\:active\:block:active {
    display: block;
  }

  .md\:active\:inline-block:active {
    display: inline-block;
  }

  .md\:active\:inline:active {
    display: inline;
  }

  .md\:active\:table:active {
    display: table;
  }

  .md\:active\:table-row:active {
    display: table-row;
  }

  .md\:active\:table-cell:active {
    display: table-cell;
  }

  .md\:active\:hidden:active {
    display: none;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-no-grow {
    flex-grow: 0;
  }

  .md\:flex-no-shrink {
    flex-shrink: 0;
  }

  .group:hover .md\:group-hover\:flex {
    display: flex;
  }

  .group:hover .md\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .md\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .md\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .md\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .md\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .group:hover .md\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .md\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .md\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .group:hover .md\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .md\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .md\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .md\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .md\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .group:hover .md\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .md\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .md\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .md\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .md\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .group:hover .md\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .md\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .md\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .md\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .md\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .md\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .md\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .md\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .md\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .md\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .md\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .md\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .md\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .md\:group-hover\:flex-none {
    flex: none;
  }

  .group:hover .md\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .group:hover .md\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .md\:group-hover\:flex-no-grow {
    flex-grow: 0;
  }

  .group:hover .md\:group-hover\:flex-no-shrink {
    flex-shrink: 0;
  }

  .md\:hover\:flex:hover {
    display: flex;
  }

  .md\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .md\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .md\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .md\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .md\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .md\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .md\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .md\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .md\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .md\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .md\:hover\:items-center:hover {
    align-items: center;
  }

  .md\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .md\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .md\:hover\:self-auto:hover {
    align-self: auto;
  }

  .md\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .md\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .md\:hover\:self-center:hover {
    align-self: center;
  }

  .md\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .md\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .md\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .md\:hover\:justify-center:hover {
    justify-content: center;
  }

  .md\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .md\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .md\:hover\:content-center:hover {
    align-content: center;
  }

  .md\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .md\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .md\:hover\:content-between:hover {
    align-content: space-between;
  }

  .md\:hover\:content-around:hover {
    align-content: space-around;
  }

  .md\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .md\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .md\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .md\:hover\:flex-none:hover {
    flex: none;
  }

  .md\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .md\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .md\:hover\:flex-no-grow:hover {
    flex-grow: 0;
  }

  .md\:hover\:flex-no-shrink:hover {
    flex-shrink: 0;
  }

  .md\:focus-within\:flex:focus-within {
    display: flex;
  }

  .md\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .md\:focus-within\:flex-row:focus-within {
    flex-direction: row;
  }

  .md\:focus-within\:flex-row-reverse:focus-within {
    flex-direction: row-reverse;
  }

  .md\:focus-within\:flex-col:focus-within {
    flex-direction: column;
  }

  .md\:focus-within\:flex-col-reverse:focus-within {
    flex-direction: column-reverse;
  }

  .md\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .md\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .md\:focus-within\:flex-no-wrap:focus-within {
    flex-wrap: nowrap;
  }

  .md\:focus-within\:items-start:focus-within {
    align-items: flex-start;
  }

  .md\:focus-within\:items-end:focus-within {
    align-items: flex-end;
  }

  .md\:focus-within\:items-center:focus-within {
    align-items: center;
  }

  .md\:focus-within\:items-baseline:focus-within {
    align-items: baseline;
  }

  .md\:focus-within\:items-stretch:focus-within {
    align-items: stretch;
  }

  .md\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .md\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .md\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .md\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .md\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .md\:focus-within\:justify-start:focus-within {
    justify-content: flex-start;
  }

  .md\:focus-within\:justify-end:focus-within {
    justify-content: flex-end;
  }

  .md\:focus-within\:justify-center:focus-within {
    justify-content: center;
  }

  .md\:focus-within\:justify-between:focus-within {
    justify-content: space-between;
  }

  .md\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .md\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .md\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .md\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .md\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .md\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .md\:focus-within\:flex-1:focus-within {
    flex: 1 1 0%;
  }

  .md\:focus-within\:flex-auto:focus-within {
    flex: 1 1 auto;
  }

  .md\:focus-within\:flex-initial:focus-within {
    flex: 0 1 auto;
  }

  .md\:focus-within\:flex-none:focus-within {
    flex: none;
  }

  .md\:focus-within\:flex-grow:focus-within {
    flex-grow: 1;
  }

  .md\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .md\:focus-within\:flex-no-grow:focus-within {
    flex-grow: 0;
  }

  .md\:focus-within\:flex-no-shrink:focus-within {
    flex-shrink: 0;
  }

  .md\:focus\:flex:focus {
    display: flex;
  }

  .md\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .md\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .md\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .md\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .md\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .md\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .md\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .md\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .md\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .md\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .md\:focus\:items-center:focus {
    align-items: center;
  }

  .md\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .md\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .md\:focus\:self-auto:focus {
    align-self: auto;
  }

  .md\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .md\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .md\:focus\:self-center:focus {
    align-self: center;
  }

  .md\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .md\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .md\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .md\:focus\:justify-center:focus {
    justify-content: center;
  }

  .md\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .md\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .md\:focus\:content-center:focus {
    align-content: center;
  }

  .md\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .md\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .md\:focus\:content-between:focus {
    align-content: space-between;
  }

  .md\:focus\:content-around:focus {
    align-content: space-around;
  }

  .md\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .md\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .md\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .md\:focus\:flex-none:focus {
    flex: none;
  }

  .md\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .md\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .md\:focus\:flex-no-grow:focus {
    flex-grow: 0;
  }

  .md\:focus\:flex-no-shrink:focus {
    flex-shrink: 0;
  }

  .md\:active\:flex:active {
    display: flex;
  }

  .md\:active\:inline-flex:active {
    display: inline-flex;
  }

  .md\:active\:flex-row:active {
    flex-direction: row;
  }

  .md\:active\:flex-row-reverse:active {
    flex-direction: row-reverse;
  }

  .md\:active\:flex-col:active {
    flex-direction: column;
  }

  .md\:active\:flex-col-reverse:active {
    flex-direction: column-reverse;
  }

  .md\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .md\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .md\:active\:flex-no-wrap:active {
    flex-wrap: nowrap;
  }

  .md\:active\:items-start:active {
    align-items: flex-start;
  }

  .md\:active\:items-end:active {
    align-items: flex-end;
  }

  .md\:active\:items-center:active {
    align-items: center;
  }

  .md\:active\:items-baseline:active {
    align-items: baseline;
  }

  .md\:active\:items-stretch:active {
    align-items: stretch;
  }

  .md\:active\:self-auto:active {
    align-self: auto;
  }

  .md\:active\:self-start:active {
    align-self: flex-start;
  }

  .md\:active\:self-end:active {
    align-self: flex-end;
  }

  .md\:active\:self-center:active {
    align-self: center;
  }

  .md\:active\:self-stretch:active {
    align-self: stretch;
  }

  .md\:active\:justify-start:active {
    justify-content: flex-start;
  }

  .md\:active\:justify-end:active {
    justify-content: flex-end;
  }

  .md\:active\:justify-center:active {
    justify-content: center;
  }

  .md\:active\:justify-between:active {
    justify-content: space-between;
  }

  .md\:active\:justify-around:active {
    justify-content: space-around;
  }

  .md\:active\:content-center:active {
    align-content: center;
  }

  .md\:active\:content-start:active {
    align-content: flex-start;
  }

  .md\:active\:content-end:active {
    align-content: flex-end;
  }

  .md\:active\:content-between:active {
    align-content: space-between;
  }

  .md\:active\:content-around:active {
    align-content: space-around;
  }

  .md\:active\:flex-1:active {
    flex: 1 1 0%;
  }

  .md\:active\:flex-auto:active {
    flex: 1 1 auto;
  }

  .md\:active\:flex-initial:active {
    flex: 0 1 auto;
  }

  .md\:active\:flex-none:active {
    flex: none;
  }

  .md\:active\:flex-grow:active {
    flex-grow: 1;
  }

  .md\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .md\:active\:flex-no-grow:active {
    flex-grow: 0;
  }

  .md\:active\:flex-no-shrink:active {
    flex-shrink: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .md\:group-hover\:float-right {
    float: right;
  }

  .group:hover .md\:group-hover\:float-left {
    float: left;
  }

  .group:hover .md\:group-hover\:float-none {
    float: none;
  }

  .group:hover .md\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:hover\:float-right:hover {
    float: right;
  }

  .md\:hover\:float-left:hover {
    float: left;
  }

  .md\:hover\:float-none:hover {
    float: none;
  }

  .md\:hover\:clearfix:after:hover {
    content: "";
    display: table;
    clear: both;
  }

  .md\:focus-within\:float-right:focus-within {
    float: right;
  }

  .md\:focus-within\:float-left:focus-within {
    float: left;
  }

  .md\:focus-within\:float-none:focus-within {
    float: none;
  }

  .md\:focus-within\:clearfix:after:focus-within {
    content: "";
    display: table;
    clear: both;
  }

  .md\:focus\:float-right:focus {
    float: right;
  }

  .md\:focus\:float-left:focus {
    float: left;
  }

  .md\:focus\:float-none:focus {
    float: none;
  }

  .md\:focus\:clearfix:after:focus {
    content: "";
    display: table;
    clear: both;
  }

  .md\:active\:float-right:active {
    float: right;
  }

  .md\:active\:float-left:active {
    float: left;
  }

  .md\:active\:float-none:active {
    float: none;
  }

  .md\:active\:clearfix:after:active {
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-sans {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .md\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .group:hover .md\:group-hover\:font-sans {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .group:hover .md\:group-hover\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .group:hover .md\:group-hover\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:hover\:font-sans:hover {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .md\:hover\:font-serif:hover {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:hover\:font-mono:hover {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:focus-within\:font-sans:focus-within {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .md\:focus-within\:font-serif:focus-within {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:focus-within\:font-mono:focus-within {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:focus\:font-sans:focus {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .md\:focus\:font-serif:focus {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:focus\:font-mono:focus {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:active\:font-sans:active {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .md\:active\:font-serif:active {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .md\:active\:font-mono:active {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md\:font-hairline {
    font-weight: 100;
  }

  .md\:font-thin {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .group:hover .md\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .md\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .md\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .md\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .md\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .md\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .md\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .md\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .md\:group-hover\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus-within\:font-hairline:focus-within {
    font-weight: 100;
  }

  .md\:focus-within\:font-thin:focus-within {
    font-weight: 200;
  }

  .md\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .md\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .md\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .md\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .md\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .md\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .md\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:active\:font-hairline:active {
    font-weight: 100;
  }

  .md\:active\:font-thin:active {
    font-weight: 200;
  }

  .md\:active\:font-light:active {
    font-weight: 300;
  }

  .md\:active\:font-normal:active {
    font-weight: 400;
  }

  .md\:active\:font-medium:active {
    font-weight: 500;
  }

  .md\:active\:font-semibold:active {
    font-weight: 600;
  }

  .md\:active\:font-bold:active {
    font-weight: 700;
  }

  .md\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .md\:active\:font-black:active {
    font-weight: 900;
  }

  .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-24 {
    height: 6rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .group:hover .md\:group-hover\:h-1 {
    height: .25rem;
  }

  .group:hover .md\:group-hover\:h-2 {
    height: .5rem;
  }

  .group:hover .md\:group-hover\:h-3 {
    height: .75rem;
  }

  .group:hover .md\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .md\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .md\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .md\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .md\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .md\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .md\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .md\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .md\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .md\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .md\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .md\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .md\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .md\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .md\:group-hover\:h-screen {
    height: 100vh;
  }

  .md\:hover\:h-1:hover {
    height: .25rem;
  }

  .md\:hover\:h-2:hover {
    height: .5rem;
  }

  .md\:hover\:h-3:hover {
    height: .75rem;
  }

  .md\:hover\:h-4:hover {
    height: 1rem;
  }

  .md\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .md\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .md\:hover\:h-8:hover {
    height: 2rem;
  }

  .md\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .md\:hover\:h-12:hover {
    height: 3rem;
  }

  .md\:hover\:h-16:hover {
    height: 4rem;
  }

  .md\:hover\:h-24:hover {
    height: 6rem;
  }

  .md\:hover\:h-32:hover {
    height: 8rem;
  }

  .md\:hover\:h-48:hover {
    height: 12rem;
  }

  .md\:hover\:h-64:hover {
    height: 16rem;
  }

  .md\:hover\:h-auto:hover {
    height: auto;
  }

  .md\:hover\:h-px:hover {
    height: 1px;
  }

  .md\:hover\:h-full:hover {
    height: 100%;
  }

  .md\:hover\:h-screen:hover {
    height: 100vh;
  }

  .md\:focus-within\:h-1:focus-within {
    height: .25rem;
  }

  .md\:focus-within\:h-2:focus-within {
    height: .5rem;
  }

  .md\:focus-within\:h-3:focus-within {
    height: .75rem;
  }

  .md\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .md\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .md\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .md\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .md\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .md\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .md\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .md\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .md\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .md\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .md\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .md\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .md\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .md\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .md\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .md\:focus\:h-1:focus {
    height: .25rem;
  }

  .md\:focus\:h-2:focus {
    height: .5rem;
  }

  .md\:focus\:h-3:focus {
    height: .75rem;
  }

  .md\:focus\:h-4:focus {
    height: 1rem;
  }

  .md\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .md\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .md\:focus\:h-8:focus {
    height: 2rem;
  }

  .md\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .md\:focus\:h-12:focus {
    height: 3rem;
  }

  .md\:focus\:h-16:focus {
    height: 4rem;
  }

  .md\:focus\:h-24:focus {
    height: 6rem;
  }

  .md\:focus\:h-32:focus {
    height: 8rem;
  }

  .md\:focus\:h-48:focus {
    height: 12rem;
  }

  .md\:focus\:h-64:focus {
    height: 16rem;
  }

  .md\:focus\:h-auto:focus {
    height: auto;
  }

  .md\:focus\:h-px:focus {
    height: 1px;
  }

  .md\:focus\:h-full:focus {
    height: 100%;
  }

  .md\:focus\:h-screen:focus {
    height: 100vh;
  }

  .md\:active\:h-1:active {
    height: .25rem;
  }

  .md\:active\:h-2:active {
    height: .5rem;
  }

  .md\:active\:h-3:active {
    height: .75rem;
  }

  .md\:active\:h-4:active {
    height: 1rem;
  }

  .md\:active\:h-5:active {
    height: 1.25rem;
  }

  .md\:active\:h-6:active {
    height: 1.5rem;
  }

  .md\:active\:h-8:active {
    height: 2rem;
  }

  .md\:active\:h-10:active {
    height: 2.5rem;
  }

  .md\:active\:h-12:active {
    height: 3rem;
  }

  .md\:active\:h-16:active {
    height: 4rem;
  }

  .md\:active\:h-24:active {
    height: 6rem;
  }

  .md\:active\:h-32:active {
    height: 8rem;
  }

  .md\:active\:h-48:active {
    height: 12rem;
  }

  .md\:active\:h-64:active {
    height: 16rem;
  }

  .md\:active\:h-auto:active {
    height: auto;
  }

  .md\:active\:h-px:active {
    height: 1px;
  }

  .md\:active\:h-full:active {
    height: 100%;
  }

  .md\:active\:h-screen:active {
    height: 100vh;
  }

  .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;
  }

  .group:hover .md\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .md\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .md\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .md\:group-hover\:leading-loose {
    line-height: 2;
  }

  .md\:hover\:leading-none:hover {
    line-height: 1;
  }

  .md\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .md\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .md\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .md\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .md\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .md\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .md\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .md\:focus\:leading-none:focus {
    line-height: 1;
  }

  .md\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .md\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .md\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .md\:active\:leading-none:active {
    line-height: 1;
  }

  .md\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .md\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .md\:active\:leading-loose:active {
    line-height: 2;
  }

  .md\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: .25rem;
  }

  .md\:m-2 {
    margin: .5rem;
  }

  .md\:m-3 {
    margin: .75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: .25rem;
  }

  .md\:mr-1 {
    margin-right: .25rem;
  }

  .md\:mb-1 {
    margin-bottom: .25rem;
  }

  .md\:ml-1 {
    margin-left: .25rem;
  }

  .md\:mt-2 {
    margin-top: .5rem;
  }

  .md\:mr-2 {
    margin-right: .5rem;
  }

  .md\:mb-2 {
    margin-bottom: .5rem;
  }

  .md\:ml-2 {
    margin-left: .5rem;
  }

  .md\:mt-3 {
    margin-top: .75rem;
  }

  .md\:mr-3 {
    margin-right: .75rem;
  }

  .md\:mb-3 {
    margin-bottom: .75rem;
  }

  .md\:ml-3 {
    margin-left: .75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:mt-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-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-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-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-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-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-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\:hover\:m-0:hover {
    margin: 0;
  }

  .md\:hover\:m-1:hover {
    margin: .25rem;
  }

  .md\:hover\:m-2:hover {
    margin: .5rem;
  }

  .md\:hover\:m-3:hover {
    margin: .75rem;
  }

  .md\:hover\:m-4:hover {
    margin: 1rem;
  }

  .md\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .md\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .md\:hover\:m-8:hover {
    margin: 2rem;
  }

  .md\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .md\:hover\:m-12:hover {
    margin: 3rem;
  }

  .md\:hover\:m-16:hover {
    margin: 4rem;
  }

  .md\:hover\:m-20:hover {
    margin: 5rem;
  }

  .md\:hover\:m-24:hover {
    margin: 6rem;
  }

  .md\:hover\:m-32:hover {
    margin: 8rem;
  }

  .md\:hover\:m-auto:hover {
    margin: auto;
  }

  .md\:hover\:m-px:hover {
    margin: 1px;
  }

  .md\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:hover\:my-1:hover {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:hover\:mx-1:hover {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:hover\:my-2:hover {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:hover\:mx-2:hover {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:hover\:my-3:hover {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:hover\:mx-3:hover {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .md\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .md\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .md\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .md\:hover\:mt-1:hover {
    margin-top: .25rem;
  }

  .md\:hover\:mr-1:hover {
    margin-right: .25rem;
  }

  .md\:hover\:mb-1:hover {
    margin-bottom: .25rem;
  }

  .md\:hover\:ml-1:hover {
    margin-left: .25rem;
  }

  .md\:hover\:mt-2:hover {
    margin-top: .5rem;
  }

  .md\:hover\:mr-2:hover {
    margin-right: .5rem;
  }

  .md\:hover\:mb-2:hover {
    margin-bottom: .5rem;
  }

  .md\:hover\:ml-2:hover {
    margin-left: .5rem;
  }

  .md\:hover\:mt-3:hover {
    margin-top: .75rem;
  }

  .md\:hover\:mr-3:hover {
    margin-right: .75rem;
  }

  .md\:hover\:mb-3:hover {
    margin-bottom: .75rem;
  }

  .md\:hover\:ml-3:hover {
    margin-left: .75rem;
  }

  .md\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .md\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .md\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .md\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .md\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .md\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .md\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .md\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .md\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .md\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .md\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .md\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .md\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .md\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .md\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .md\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .md\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .md\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .md\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .md\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .md\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .md\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .md\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .md\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .md\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .md\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .md\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .md\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .md\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .md\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .md\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .md\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .md\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .md\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .md\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .md\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .md\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .md\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .md\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .md\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .md\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .md\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .md\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .md\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .md\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .md\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .md\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .md\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .md\:focus-within\:m-0:focus-within {
    margin: 0;
  }

  .md\:focus-within\:m-1:focus-within {
    margin: .25rem;
  }

  .md\:focus-within\:m-2:focus-within {
    margin: .5rem;
  }

  .md\:focus-within\:m-3:focus-within {
    margin: .75rem;
  }

  .md\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .md\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .md\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .md\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .md\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .md\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .md\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .md\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .md\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .md\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .md\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .md\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .md\:focus-within\:my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:focus-within\:mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:focus-within\:my-1:focus-within {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:focus-within\:mx-1:focus-within {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:focus-within\:my-2:focus-within {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:focus-within\:mx-2:focus-within {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:focus-within\:my-3:focus-within {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:focus-within\:mx-3:focus-within {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:focus-within\:mt-0:focus-within {
    margin-top: 0;
  }

  .md\:focus-within\:mr-0:focus-within {
    margin-right: 0;
  }

  .md\:focus-within\:mb-0:focus-within {
    margin-bottom: 0;
  }

  .md\:focus-within\:ml-0:focus-within {
    margin-left: 0;
  }

  .md\:focus-within\:mt-1:focus-within {
    margin-top: .25rem;
  }

  .md\:focus-within\:mr-1:focus-within {
    margin-right: .25rem;
  }

  .md\:focus-within\:mb-1:focus-within {
    margin-bottom: .25rem;
  }

  .md\:focus-within\:ml-1:focus-within {
    margin-left: .25rem;
  }

  .md\:focus-within\:mt-2:focus-within {
    margin-top: .5rem;
  }

  .md\:focus-within\:mr-2:focus-within {
    margin-right: .5rem;
  }

  .md\:focus-within\:mb-2:focus-within {
    margin-bottom: .5rem;
  }

  .md\:focus-within\:ml-2:focus-within {
    margin-left: .5rem;
  }

  .md\:focus-within\:mt-3:focus-within {
    margin-top: .75rem;
  }

  .md\:focus-within\:mr-3:focus-within {
    margin-right: .75rem;
  }

  .md\:focus-within\:mb-3:focus-within {
    margin-bottom: .75rem;
  }

  .md\:focus-within\:ml-3:focus-within {
    margin-left: .75rem;
  }

  .md\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .md\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .md\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .md\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .md\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .md\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .md\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .md\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .md\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .md\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .md\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .md\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .md\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .md\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .md\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .md\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .md\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .md\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .md\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .md\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .md\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .md\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .md\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .md\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .md\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .md\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .md\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .md\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .md\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .md\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .md\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .md\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .md\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .md\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .md\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .md\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .md\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .md\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .md\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .md\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .md\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .md\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .md\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .md\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .md\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .md\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .md\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .md\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .md\:focus\:m-0:focus {
    margin: 0;
  }

  .md\:focus\:m-1:focus {
    margin: .25rem;
  }

  .md\:focus\:m-2:focus {
    margin: .5rem;
  }

  .md\:focus\:m-3:focus {
    margin: .75rem;
  }

  .md\:focus\:m-4:focus {
    margin: 1rem;
  }

  .md\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .md\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .md\:focus\:m-8:focus {
    margin: 2rem;
  }

  .md\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .md\:focus\:m-12:focus {
    margin: 3rem;
  }

  .md\:focus\:m-16:focus {
    margin: 4rem;
  }

  .md\:focus\:m-20:focus {
    margin: 5rem;
  }

  .md\:focus\:m-24:focus {
    margin: 6rem;
  }

  .md\:focus\:m-32:focus {
    margin: 8rem;
  }

  .md\:focus\:m-auto:focus {
    margin: auto;
  }

  .md\:focus\:m-px:focus {
    margin: 1px;
  }

  .md\:focus\:my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:focus\:mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:focus\:my-1:focus {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:focus\:mx-1:focus {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:focus\:my-2:focus {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:focus\:mx-2:focus {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:focus\:my-3:focus {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:focus\:mx-3:focus {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:focus\:mt-0:focus {
    margin-top: 0;
  }

  .md\:focus\:mr-0:focus {
    margin-right: 0;
  }

  .md\:focus\:mb-0:focus {
    margin-bottom: 0;
  }

  .md\:focus\:ml-0:focus {
    margin-left: 0;
  }

  .md\:focus\:mt-1:focus {
    margin-top: .25rem;
  }

  .md\:focus\:mr-1:focus {
    margin-right: .25rem;
  }

  .md\:focus\:mb-1:focus {
    margin-bottom: .25rem;
  }

  .md\:focus\:ml-1:focus {
    margin-left: .25rem;
  }

  .md\:focus\:mt-2:focus {
    margin-top: .5rem;
  }

  .md\:focus\:mr-2:focus {
    margin-right: .5rem;
  }

  .md\:focus\:mb-2:focus {
    margin-bottom: .5rem;
  }

  .md\:focus\:ml-2:focus {
    margin-left: .5rem;
  }

  .md\:focus\:mt-3:focus {
    margin-top: .75rem;
  }

  .md\:focus\:mr-3:focus {
    margin-right: .75rem;
  }

  .md\:focus\:mb-3:focus {
    margin-bottom: .75rem;
  }

  .md\:focus\:ml-3:focus {
    margin-left: .75rem;
  }

  .md\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .md\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .md\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .md\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .md\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .md\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .md\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .md\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .md\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .md\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .md\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .md\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .md\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .md\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .md\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .md\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .md\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .md\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .md\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .md\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .md\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .md\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .md\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .md\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .md\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .md\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .md\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .md\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .md\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .md\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .md\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .md\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .md\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .md\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .md\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .md\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .md\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .md\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .md\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .md\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .md\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .md\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .md\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .md\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .md\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .md\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .md\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .md\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .md\:active\:m-0:active {
    margin: 0;
  }

  .md\:active\:m-1:active {
    margin: .25rem;
  }

  .md\:active\:m-2:active {
    margin: .5rem;
  }

  .md\:active\:m-3:active {
    margin: .75rem;
  }

  .md\:active\:m-4:active {
    margin: 1rem;
  }

  .md\:active\:m-5:active {
    margin: 1.25rem;
  }

  .md\:active\:m-6:active {
    margin: 1.5rem;
  }

  .md\:active\:m-8:active {
    margin: 2rem;
  }

  .md\:active\:m-10:active {
    margin: 2.5rem;
  }

  .md\:active\:m-12:active {
    margin: 3rem;
  }

  .md\:active\:m-16:active {
    margin: 4rem;
  }

  .md\:active\:m-20:active {
    margin: 5rem;
  }

  .md\:active\:m-24:active {
    margin: 6rem;
  }

  .md\:active\:m-32:active {
    margin: 8rem;
  }

  .md\:active\:m-auto:active {
    margin: auto;
  }

  .md\:active\:m-px:active {
    margin: 1px;
  }

  .md\:active\:my-0:active {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:active\:mx-0:active {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:active\:my-1:active {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:active\:mx-1:active {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:active\:my-2:active {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:active\:mx-2:active {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:active\:my-3:active {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:active\:mx-3:active {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:active\:mt-0:active {
    margin-top: 0;
  }

  .md\:active\:mr-0:active {
    margin-right: 0;
  }

  .md\:active\:mb-0:active {
    margin-bottom: 0;
  }

  .md\:active\:ml-0:active {
    margin-left: 0;
  }

  .md\:active\:mt-1:active {
    margin-top: .25rem;
  }

  .md\:active\:mr-1:active {
    margin-right: .25rem;
  }

  .md\:active\:mb-1:active {
    margin-bottom: .25rem;
  }

  .md\:active\:ml-1:active {
    margin-left: .25rem;
  }

  .md\:active\:mt-2:active {
    margin-top: .5rem;
  }

  .md\:active\:mr-2:active {
    margin-right: .5rem;
  }

  .md\:active\:mb-2:active {
    margin-bottom: .5rem;
  }

  .md\:active\:ml-2:active {
    margin-left: .5rem;
  }

  .md\:active\:mt-3:active {
    margin-top: .75rem;
  }

  .md\:active\:mr-3:active {
    margin-right: .75rem;
  }

  .md\:active\:mb-3:active {
    margin-bottom: .75rem;
  }

  .md\:active\:ml-3:active {
    margin-left: .75rem;
  }

  .md\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .md\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .md\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .md\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .md\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .md\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .md\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .md\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .md\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .md\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .md\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .md\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .md\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .md\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .md\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .md\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .md\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .md\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .md\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .md\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .md\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .md\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .md\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .md\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .md\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .md\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .md\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .md\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .md\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .md\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .md\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .md\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .md\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .md\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .md\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .md\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .md\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .md\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .md\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .md\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .md\:active\:mt-auto:active {
    margin-top: auto;
  }

  .md\:active\:mr-auto:active {
    margin-right: auto;
  }

  .md\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .md\:active\:ml-auto:active {
    margin-left: auto;
  }

  .md\:active\:mt-px:active {
    margin-top: 1px;
  }

  .md\:active\:mr-px:active {
    margin-right: 1px;
  }

  .md\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .md\:active\:ml-px:active {
    margin-left: 1px;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .md\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .md\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .md\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .md\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .md\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .md\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .md\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .md\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .md\:active\:max-h-full:active {
    max-height: 100%;
  }

  .md\:active\:max-h-screen:active {
    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%;
  }

  .group:hover .md\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .md\:group-hover\:max-w-sm {
    max-width: 30rem;
  }

  .group:hover .md\:group-hover\:max-w-md {
    max-width: 40rem;
  }

  .group:hover .md\:group-hover\:max-w-lg {
    max-width: 50rem;
  }

  .group:hover .md\:group-hover\:max-w-xl {
    max-width: 60rem;
  }

  .group:hover .md\:group-hover\:max-w-2xl {
    max-width: 70rem;
  }

  .group:hover .md\:group-hover\:max-w-3xl {
    max-width: 80rem;
  }

  .group:hover .md\:group-hover\:max-w-4xl {
    max-width: 90rem;
  }

  .group:hover .md\:group-hover\:max-w-5xl {
    max-width: 100rem;
  }

  .group:hover .md\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .md\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .md\:hover\:max-w-sm:hover {
    max-width: 30rem;
  }

  .md\:hover\:max-w-md:hover {
    max-width: 40rem;
  }

  .md\:hover\:max-w-lg:hover {
    max-width: 50rem;
  }

  .md\:hover\:max-w-xl:hover {
    max-width: 60rem;
  }

  .md\:hover\:max-w-2xl:hover {
    max-width: 70rem;
  }

  .md\:hover\:max-w-3xl:hover {
    max-width: 80rem;
  }

  .md\:hover\:max-w-4xl:hover {
    max-width: 90rem;
  }

  .md\:hover\:max-w-5xl:hover {
    max-width: 100rem;
  }

  .md\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .md\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .md\:focus-within\:max-w-sm:focus-within {
    max-width: 30rem;
  }

  .md\:focus-within\:max-w-md:focus-within {
    max-width: 40rem;
  }

  .md\:focus-within\:max-w-lg:focus-within {
    max-width: 50rem;
  }

  .md\:focus-within\:max-w-xl:focus-within {
    max-width: 60rem;
  }

  .md\:focus-within\:max-w-2xl:focus-within {
    max-width: 70rem;
  }

  .md\:focus-within\:max-w-3xl:focus-within {
    max-width: 80rem;
  }

  .md\:focus-within\:max-w-4xl:focus-within {
    max-width: 90rem;
  }

  .md\:focus-within\:max-w-5xl:focus-within {
    max-width: 100rem;
  }

  .md\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .md\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .md\:focus\:max-w-sm:focus {
    max-width: 30rem;
  }

  .md\:focus\:max-w-md:focus {
    max-width: 40rem;
  }

  .md\:focus\:max-w-lg:focus {
    max-width: 50rem;
  }

  .md\:focus\:max-w-xl:focus {
    max-width: 60rem;
  }

  .md\:focus\:max-w-2xl:focus {
    max-width: 70rem;
  }

  .md\:focus\:max-w-3xl:focus {
    max-width: 80rem;
  }

  .md\:focus\:max-w-4xl:focus {
    max-width: 90rem;
  }

  .md\:focus\:max-w-5xl:focus {
    max-width: 100rem;
  }

  .md\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .md\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .md\:active\:max-w-sm:active {
    max-width: 30rem;
  }

  .md\:active\:max-w-md:active {
    max-width: 40rem;
  }

  .md\:active\:max-w-lg:active {
    max-width: 50rem;
  }

  .md\:active\:max-w-xl:active {
    max-width: 60rem;
  }

  .md\:active\:max-w-2xl:active {
    max-width: 70rem;
  }

  .md\:active\:max-w-3xl:active {
    max-width: 80rem;
  }

  .md\:active\:max-w-4xl:active {
    max-width: 90rem;
  }

  .md\:active\:max-w-5xl:active {
    max-width: 100rem;
  }

  .md\:active\:max-w-full:active {
    max-width: 100%;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .md\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .md\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .md\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .md\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .md\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .md\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .md\:focus-within\:min-h-0:focus-within {
    min-height: 0;
  }

  .md\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .md\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .md\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .md\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .md\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .md\:active\:min-h-0:active {
    min-height: 0;
  }

  .md\:active\:min-h-full:active {
    min-height: 100%;
  }

  .md\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .group:hover .md\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .md\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .md\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .md\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .md\:focus-within\:min-w-0:focus-within {
    min-width: 0;
  }

  .md\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .md\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .md\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .md\:active\:min-w-0:active {
    min-width: 0;
  }

  .md\:active\:min-w-full:active {
    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;
  }

  .group:hover .md\:group-hover\:-m-0 {
    margin: 0;
  }

  .group:hover .md\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .md\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .md\:group-hover\:-m-3 {
    margin: -0.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-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-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: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .md\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .md\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .md\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.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-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-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: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .md\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .md\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .md\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .md\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .md\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .md\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .md\:group-hover\:-ml-3 {
    margin-left: -0.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-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-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\:hover\:-m-0:hover {
    margin: 0;
  }

  .md\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .md\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .md\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .md\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .md\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .md\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .md\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .md\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .md\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .md\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .md\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .md\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .md\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .md\:hover\:-m-px:hover {
    margin: -1px;
  }

  .md\:hover\:-my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:hover\:-mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:hover\:-mt-0:hover {
    margin-top: 0;
  }

  .md\:hover\:-mr-0:hover {
    margin-right: 0;
  }

  .md\:hover\:-mb-0:hover {
    margin-bottom: 0;
  }

  .md\:hover\:-ml-0:hover {
    margin-left: 0;
  }

  .md\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .md\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .md\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .md\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .md\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .md\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .md\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .md\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .md\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .md\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .md\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .md\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .md\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .md\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .md\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .md\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .md\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .md\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .md\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .md\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .md\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .md\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .md\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .md\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .md\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .md\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .md\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .md\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .md\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .md\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .md\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .md\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .md\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .md\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .md\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .md\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .md\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .md\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .md\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .md\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .md\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .md\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .md\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .md\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .md\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .md\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .md\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .md\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .md\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .md\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .md\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .md\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .md\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .md\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .md\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .md\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .md\:focus-within\:-m-0:focus-within {
    margin: 0;
  }

  .md\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .md\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .md\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .md\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .md\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .md\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .md\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .md\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .md\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .md\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .md\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .md\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .md\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .md\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .md\:focus-within\:-my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:focus-within\:-mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:focus-within\:-mt-0:focus-within {
    margin-top: 0;
  }

  .md\:focus-within\:-mr-0:focus-within {
    margin-right: 0;
  }

  .md\:focus-within\:-mb-0:focus-within {
    margin-bottom: 0;
  }

  .md\:focus-within\:-ml-0:focus-within {
    margin-left: 0;
  }

  .md\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .md\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .md\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .md\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .md\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .md\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .md\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .md\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .md\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .md\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .md\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .md\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .md\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .md\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .md\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .md\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .md\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .md\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .md\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .md\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .md\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .md\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .md\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .md\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .md\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .md\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .md\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .md\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .md\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .md\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .md\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .md\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .md\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .md\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .md\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .md\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .md\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .md\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .md\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .md\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .md\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .md\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .md\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .md\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .md\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .md\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .md\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .md\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .md\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .md\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .md\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .md\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .md\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .md\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .md\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .md\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .md\:focus\:-m-0:focus {
    margin: 0;
  }

  .md\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .md\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .md\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .md\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .md\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .md\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .md\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .md\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .md\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .md\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .md\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .md\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .md\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .md\:focus\:-m-px:focus {
    margin: -1px;
  }

  .md\:focus\:-my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:focus\:-mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:focus\:-mt-0:focus {
    margin-top: 0;
  }

  .md\:focus\:-mr-0:focus {
    margin-right: 0;
  }

  .md\:focus\:-mb-0:focus {
    margin-bottom: 0;
  }

  .md\:focus\:-ml-0:focus {
    margin-left: 0;
  }

  .md\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .md\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .md\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .md\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .md\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .md\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .md\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .md\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .md\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .md\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .md\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .md\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .md\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .md\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .md\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .md\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .md\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .md\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .md\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .md\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .md\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .md\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .md\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .md\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .md\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .md\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .md\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .md\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .md\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .md\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .md\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .md\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .md\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .md\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .md\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .md\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .md\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .md\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .md\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .md\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .md\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .md\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .md\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .md\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .md\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .md\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .md\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .md\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .md\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .md\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .md\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .md\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .md\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .md\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .md\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .md\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .md\:active\:-m-0:active {
    margin: 0;
  }

  .md\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .md\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .md\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .md\:active\:-m-4:active {
    margin: -1rem;
  }

  .md\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .md\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .md\:active\:-m-8:active {
    margin: -2rem;
  }

  .md\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .md\:active\:-m-12:active {
    margin: -3rem;
  }

  .md\:active\:-m-16:active {
    margin: -4rem;
  }

  .md\:active\:-m-20:active {
    margin: -5rem;
  }

  .md\:active\:-m-24:active {
    margin: -6rem;
  }

  .md\:active\:-m-32:active {
    margin: -8rem;
  }

  .md\:active\:-m-px:active {
    margin: -1px;
  }

  .md\:active\:-my-0:active {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:active\:-mx-0:active {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:active\:-mt-0:active {
    margin-top: 0;
  }

  .md\:active\:-mr-0:active {
    margin-right: 0;
  }

  .md\:active\:-mb-0:active {
    margin-bottom: 0;
  }

  .md\:active\:-ml-0:active {
    margin-left: 0;
  }

  .md\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .md\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .md\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .md\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .md\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .md\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .md\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .md\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .md\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .md\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .md\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .md\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .md\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .md\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .md\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .md\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .md\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .md\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .md\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .md\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .md\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .md\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .md\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .md\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .md\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .md\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .md\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .md\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .md\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .md\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .md\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .md\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .md\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .md\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .md\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .md\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .md\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .md\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .md\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .md\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .md\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .md\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .md\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .md\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .md\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .md\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .md\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .md\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .md\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .md\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .md\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .md\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .md\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .md\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .md\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .md\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .md\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .md\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .md\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .md\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .md\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:focus-within\:object-contain:focus-within {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:focus-within\:object-cover:focus-within {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:focus-within\:object-fill:focus-within {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:focus-within\:object-none:focus-within {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:focus-within\:object-scale-down:focus-within {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:active\:object-contain:active {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:active\:object-cover:active {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:active\:object-fill:active {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:active\:object-none:active {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:active\:object-scale-down:active {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .md\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .md\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .md\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .md\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .md\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .md\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .md\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .md\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .md\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .md\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .md\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .md\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .md\:focus-within\:object-bottom:focus-within {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:focus-within\:object-center:focus-within {
    -o-object-position: center;
       object-position: center;
  }

  .md\:focus-within\:object-left:focus-within {
    -o-object-position: left;
       object-position: left;
  }

  .md\:focus-within\:object-left-bottom:focus-within {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:focus-within\:object-left-top:focus-within {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:focus-within\:object-right:focus-within {
    -o-object-position: right;
       object-position: right;
  }

  .md\:focus-within\:object-right-bottom:focus-within {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:focus-within\:object-right-top:focus-within {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:focus-within\:object-top:focus-within {
    -o-object-position: top;
       object-position: top;
  }

  .md\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .md\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .md\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .md\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .md\:active\:object-bottom:active {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:active\:object-center:active {
    -o-object-position: center;
       object-position: center;
  }

  .md\:active\:object-left:active {
    -o-object-position: left;
       object-position: left;
  }

  .md\:active\:object-left-bottom:active {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:active\:object-left-top:active {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:active\:object-right:active {
    -o-object-position: right;
       object-position: right;
  }

  .md\:active\:object-right-bottom:active {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:active\:object-right-top:active {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:active\:object-top:active {
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: .25;
  }

  .md\:opacity-50 {
    opacity: .5;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-25 {
    opacity: .25;
  }

  .group:hover .md\:group-hover\:opacity-50 {
    opacity: .5;
  }

  .group:hover .md\:group-hover\:opacity-75 {
    opacity: .75;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .md\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .md\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .md\:focus-within\:opacity-25:focus-within {
    opacity: .25;
  }

  .md\:focus-within\:opacity-50:focus-within {
    opacity: .5;
  }

  .md\:focus-within\:opacity-75:focus-within {
    opacity: .75;
  }

  .md\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .md\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .md\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:active\:opacity-0:active {
    opacity: 0;
  }

  .md\:active\:opacity-25:active {
    opacity: .25;
  }

  .md\:active\:opacity-50:active {
    opacity: .5;
  }

  .md\:active\:opacity-75:active {
    opacity: .75;
  }

  .md\:active\:opacity-100:active {
    opacity: 1;
  }

  .md\:outline-none {
    outline: 0;
  }

  .group:hover .md\:group-hover\:outline-none {
    outline: 0;
  }

  .md\:hover\:outline-none:hover {
    outline: 0;
  }

  .md\:focus-within\:outline-none:focus-within {
    outline: 0;
  }

  .md\:focus\:outline-none:focus {
    outline: 0;
  }

  .md\:active\:outline-none:active {
    outline: 0;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .md\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .md\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .md\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .md\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .md\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .md\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .md\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .md\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .md\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .md\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .md\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .md\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .md\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .md\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .md\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .md\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .md\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .md\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .md\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .md\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .md\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .md\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .md\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .md\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .md\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .md\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .md\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .md\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .md\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .md\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .md\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .md\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .md\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .md\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .md\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .md\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .md\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .md\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .md\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .md\:focus-within\:scrolling-touch:focus-within {
    -webkit-overflow-scrolling: touch;
  }

  .md\:focus-within\:scrolling-auto:focus-within {
    -webkit-overflow-scrolling: auto;
  }

  .md\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .md\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .md\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .md\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .md\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .md\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .md\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .md\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .md\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .md\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .md\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .md\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .md\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .md\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .md\:active\:overflow-auto:active {
    overflow: auto;
  }

  .md\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .md\:active\:overflow-visible:active {
    overflow: visible;
  }

  .md\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .md\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .md\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .md\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .md\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .md\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .md\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .md\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .md\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .md\:active\:scrolling-touch:active {
    -webkit-overflow-scrolling: touch;
  }

  .md\:active\:scrolling-auto:active {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: .25rem;
  }

  .md\:p-2 {
    padding: .5rem;
  }

  .md\:p-3 {
    padding: .75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .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-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-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-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-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;
  }

  .group:hover .md\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .md\:group-hover\:p-1 {
    padding: .25rem;
  }

  .group:hover .md\:group-hover\:p-2 {
    padding: .5rem;
  }

  .group:hover .md\:group-hover\:p-3 {
    padding: .75rem;
  }

  .group:hover .md\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .md\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .md\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .md\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .md\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .md\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .md\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .md\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .md\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .md\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .md\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .md\:group-hover\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:hover .md\:group-hover\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:hover .md\:group-hover\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .group:hover .md\:group-hover\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .group:hover .md\:group-hover\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .group:hover .md\:group-hover\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .group:hover .md\:group-hover\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .group:hover .md\:group-hover\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .group:hover .md\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .md\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .md\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .md\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .md\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .md\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .md\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .md\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .md\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .md\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .md\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .md\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .md\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .md\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .md\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .md\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .md\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .md\:group-hover\:pt-0 {
    padding-top: 0;
  }

  .group:hover .md\:group-hover\:pr-0 {
    padding-right: 0;
  }

  .group:hover .md\:group-hover\:pb-0 {
    padding-bottom: 0;
  }

  .group:hover .md\:group-hover\:pl-0 {
    padding-left: 0;
  }

  .group:hover .md\:group-hover\:pt-1 {
    padding-top: .25rem;
  }

  .group:hover .md\:group-hover\:pr-1 {
    padding-right: .25rem;
  }

  .group:hover .md\:group-hover\:pb-1 {
    padding-bottom: .25rem;
  }

  .group:hover .md\:group-hover\:pl-1 {
    padding-left: .25rem;
  }

  .group:hover .md\:group-hover\:pt-2 {
    padding-top: .5rem;
  }

  .group:hover .md\:group-hover\:pr-2 {
    padding-right: .5rem;
  }

  .group:hover .md\:group-hover\:pb-2 {
    padding-bottom: .5rem;
  }

  .group:hover .md\:group-hover\:pl-2 {
    padding-left: .5rem;
  }

  .group:hover .md\:group-hover\:pt-3 {
    padding-top: .75rem;
  }

  .group:hover .md\:group-hover\:pr-3 {
    padding-right: .75rem;
  }

  .group:hover .md\:group-hover\:pb-3 {
    padding-bottom: .75rem;
  }

  .group:hover .md\:group-hover\:pl-3 {
    padding-left: .75rem;
  }

  .group:hover .md\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .md\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .md\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .md\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .md\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .md\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .md\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .md\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .md\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .md\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .md\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .md\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .md\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .md\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .md\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .md\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .md\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .md\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .md\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .md\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .md\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .md\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .md\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .md\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .md\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .md\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .md\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .md\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .md\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .md\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .md\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .md\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .md\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .md\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .md\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .md\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .md\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .md\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .md\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .md\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .md\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .md\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .md\:hover\:p-0:hover {
    padding: 0;
  }

  .md\:hover\:p-1:hover {
    padding: .25rem;
  }

  .md\:hover\:p-2:hover {
    padding: .5rem;
  }

  .md\:hover\:p-3:hover {
    padding: .75rem;
  }

  .md\:hover\:p-4:hover {
    padding: 1rem;
  }

  .md\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .md\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .md\:hover\:p-8:hover {
    padding: 2rem;
  }

  .md\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .md\:hover\:p-12:hover {
    padding: 3rem;
  }

  .md\:hover\:p-16:hover {
    padding: 4rem;
  }

  .md\:hover\:p-20:hover {
    padding: 5rem;
  }

  .md\:hover\:p-24:hover {
    padding: 6rem;
  }

  .md\:hover\:p-32:hover {
    padding: 8rem;
  }

  .md\:hover\:p-px:hover {
    padding: 1px;
  }

  .md\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:hover\:py-1:hover {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:hover\:px-1:hover {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:hover\:py-2:hover {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:hover\:px-2:hover {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:hover\:py-3:hover {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:hover\:px-3:hover {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .md\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .md\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .md\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .md\:hover\:pt-1:hover {
    padding-top: .25rem;
  }

  .md\:hover\:pr-1:hover {
    padding-right: .25rem;
  }

  .md\:hover\:pb-1:hover {
    padding-bottom: .25rem;
  }

  .md\:hover\:pl-1:hover {
    padding-left: .25rem;
  }

  .md\:hover\:pt-2:hover {
    padding-top: .5rem;
  }

  .md\:hover\:pr-2:hover {
    padding-right: .5rem;
  }

  .md\:hover\:pb-2:hover {
    padding-bottom: .5rem;
  }

  .md\:hover\:pl-2:hover {
    padding-left: .5rem;
  }

  .md\:hover\:pt-3:hover {
    padding-top: .75rem;
  }

  .md\:hover\:pr-3:hover {
    padding-right: .75rem;
  }

  .md\:hover\:pb-3:hover {
    padding-bottom: .75rem;
  }

  .md\:hover\:pl-3:hover {
    padding-left: .75rem;
  }

  .md\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .md\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .md\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .md\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .md\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .md\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .md\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .md\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .md\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .md\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .md\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .md\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .md\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .md\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .md\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .md\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .md\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .md\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .md\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .md\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .md\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .md\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .md\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .md\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .md\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .md\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .md\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .md\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .md\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .md\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .md\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .md\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .md\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .md\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .md\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .md\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .md\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .md\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .md\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .md\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .md\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .md\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .md\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .md\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .md\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .md\:focus-within\:p-1:focus-within {
    padding: .25rem;
  }

  .md\:focus-within\:p-2:focus-within {
    padding: .5rem;
  }

  .md\:focus-within\:p-3:focus-within {
    padding: .75rem;
  }

  .md\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .md\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .md\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .md\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .md\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .md\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .md\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .md\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .md\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .md\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .md\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .md\:focus-within\:py-0:focus-within {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:focus-within\:px-0:focus-within {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:focus-within\:py-1:focus-within {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:focus-within\:px-1:focus-within {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:focus-within\:py-2:focus-within {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:focus-within\:px-2:focus-within {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:focus-within\:py-3:focus-within {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:focus-within\:px-3:focus-within {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:focus-within\:pt-0:focus-within {
    padding-top: 0;
  }

  .md\:focus-within\:pr-0:focus-within {
    padding-right: 0;
  }

  .md\:focus-within\:pb-0:focus-within {
    padding-bottom: 0;
  }

  .md\:focus-within\:pl-0:focus-within {
    padding-left: 0;
  }

  .md\:focus-within\:pt-1:focus-within {
    padding-top: .25rem;
  }

  .md\:focus-within\:pr-1:focus-within {
    padding-right: .25rem;
  }

  .md\:focus-within\:pb-1:focus-within {
    padding-bottom: .25rem;
  }

  .md\:focus-within\:pl-1:focus-within {
    padding-left: .25rem;
  }

  .md\:focus-within\:pt-2:focus-within {
    padding-top: .5rem;
  }

  .md\:focus-within\:pr-2:focus-within {
    padding-right: .5rem;
  }

  .md\:focus-within\:pb-2:focus-within {
    padding-bottom: .5rem;
  }

  .md\:focus-within\:pl-2:focus-within {
    padding-left: .5rem;
  }

  .md\:focus-within\:pt-3:focus-within {
    padding-top: .75rem;
  }

  .md\:focus-within\:pr-3:focus-within {
    padding-right: .75rem;
  }

  .md\:focus-within\:pb-3:focus-within {
    padding-bottom: .75rem;
  }

  .md\:focus-within\:pl-3:focus-within {
    padding-left: .75rem;
  }

  .md\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .md\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .md\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .md\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .md\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .md\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .md\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .md\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .md\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .md\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .md\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .md\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .md\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .md\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .md\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .md\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .md\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .md\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .md\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .md\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .md\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .md\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .md\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .md\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .md\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .md\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .md\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .md\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .md\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .md\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .md\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .md\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .md\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .md\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .md\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .md\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .md\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .md\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .md\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .md\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .md\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .md\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .md\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .md\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .md\:focus\:p-0:focus {
    padding: 0;
  }

  .md\:focus\:p-1:focus {
    padding: .25rem;
  }

  .md\:focus\:p-2:focus {
    padding: .5rem;
  }

  .md\:focus\:p-3:focus {
    padding: .75rem;
  }

  .md\:focus\:p-4:focus {
    padding: 1rem;
  }

  .md\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .md\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .md\:focus\:p-8:focus {
    padding: 2rem;
  }

  .md\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .md\:focus\:p-12:focus {
    padding: 3rem;
  }

  .md\:focus\:p-16:focus {
    padding: 4rem;
  }

  .md\:focus\:p-20:focus {
    padding: 5rem;
  }

  .md\:focus\:p-24:focus {
    padding: 6rem;
  }

  .md\:focus\:p-32:focus {
    padding: 8rem;
  }

  .md\:focus\:p-px:focus {
    padding: 1px;
  }

  .md\:focus\:py-0:focus {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:focus\:px-0:focus {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:focus\:py-1:focus {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:focus\:px-1:focus {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:focus\:py-2:focus {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:focus\:px-2:focus {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:focus\:py-3:focus {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:focus\:px-3:focus {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:focus\:pt-0:focus {
    padding-top: 0;
  }

  .md\:focus\:pr-0:focus {
    padding-right: 0;
  }

  .md\:focus\:pb-0:focus {
    padding-bottom: 0;
  }

  .md\:focus\:pl-0:focus {
    padding-left: 0;
  }

  .md\:focus\:pt-1:focus {
    padding-top: .25rem;
  }

  .md\:focus\:pr-1:focus {
    padding-right: .25rem;
  }

  .md\:focus\:pb-1:focus {
    padding-bottom: .25rem;
  }

  .md\:focus\:pl-1:focus {
    padding-left: .25rem;
  }

  .md\:focus\:pt-2:focus {
    padding-top: .5rem;
  }

  .md\:focus\:pr-2:focus {
    padding-right: .5rem;
  }

  .md\:focus\:pb-2:focus {
    padding-bottom: .5rem;
  }

  .md\:focus\:pl-2:focus {
    padding-left: .5rem;
  }

  .md\:focus\:pt-3:focus {
    padding-top: .75rem;
  }

  .md\:focus\:pr-3:focus {
    padding-right: .75rem;
  }

  .md\:focus\:pb-3:focus {
    padding-bottom: .75rem;
  }

  .md\:focus\:pl-3:focus {
    padding-left: .75rem;
  }

  .md\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .md\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .md\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .md\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .md\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .md\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .md\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .md\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .md\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .md\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .md\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .md\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .md\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .md\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .md\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .md\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .md\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .md\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .md\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .md\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .md\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .md\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .md\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .md\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .md\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .md\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .md\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .md\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .md\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .md\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .md\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .md\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .md\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .md\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .md\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .md\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .md\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .md\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .md\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .md\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .md\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .md\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .md\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .md\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .md\:active\:p-0:active {
    padding: 0;
  }

  .md\:active\:p-1:active {
    padding: .25rem;
  }

  .md\:active\:p-2:active {
    padding: .5rem;
  }

  .md\:active\:p-3:active {
    padding: .75rem;
  }

  .md\:active\:p-4:active {
    padding: 1rem;
  }

  .md\:active\:p-5:active {
    padding: 1.25rem;
  }

  .md\:active\:p-6:active {
    padding: 1.5rem;
  }

  .md\:active\:p-8:active {
    padding: 2rem;
  }

  .md\:active\:p-10:active {
    padding: 2.5rem;
  }

  .md\:active\:p-12:active {
    padding: 3rem;
  }

  .md\:active\:p-16:active {
    padding: 4rem;
  }

  .md\:active\:p-20:active {
    padding: 5rem;
  }

  .md\:active\:p-24:active {
    padding: 6rem;
  }

  .md\:active\:p-32:active {
    padding: 8rem;
  }

  .md\:active\:p-px:active {
    padding: 1px;
  }

  .md\:active\:py-0:active {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:active\:px-0:active {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:active\:py-1:active {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:active\:px-1:active {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:active\:py-2:active {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .md\:active\:px-2:active {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .md\:active\:py-3:active {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md\:active\:px-3:active {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:active\:pt-0:active {
    padding-top: 0;
  }

  .md\:active\:pr-0:active {
    padding-right: 0;
  }

  .md\:active\:pb-0:active {
    padding-bottom: 0;
  }

  .md\:active\:pl-0:active {
    padding-left: 0;
  }

  .md\:active\:pt-1:active {
    padding-top: .25rem;
  }

  .md\:active\:pr-1:active {
    padding-right: .25rem;
  }

  .md\:active\:pb-1:active {
    padding-bottom: .25rem;
  }

  .md\:active\:pl-1:active {
    padding-left: .25rem;
  }

  .md\:active\:pt-2:active {
    padding-top: .5rem;
  }

  .md\:active\:pr-2:active {
    padding-right: .5rem;
  }

  .md\:active\:pb-2:active {
    padding-bottom: .5rem;
  }

  .md\:active\:pl-2:active {
    padding-left: .5rem;
  }

  .md\:active\:pt-3:active {
    padding-top: .75rem;
  }

  .md\:active\:pr-3:active {
    padding-right: .75rem;
  }

  .md\:active\:pb-3:active {
    padding-bottom: .75rem;
  }

  .md\:active\:pl-3:active {
    padding-left: .75rem;
  }

  .md\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .md\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .md\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .md\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .md\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .md\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .md\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .md\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .md\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .md\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .md\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .md\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .md\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .md\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .md\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .md\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .md\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .md\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .md\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .md\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .md\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .md\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .md\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .md\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .md\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .md\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .md\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .md\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .md\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .md\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .md\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .md\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .md\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .md\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .md\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .md\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .md\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .md\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .md\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .md\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .md\:active\:pt-px:active {
    padding-top: 1px;
  }

  .md\:active\:pr-px:active {
    padding-right: 1px;
  }

  .md\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .md\:active\:pl-px:active {
    padding-left: 1px;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .md\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .md\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .md\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .md\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .md\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .md\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .md\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .md\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .md\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .group:hover .md\:group-hover\:static {
    position: static;
  }

  .group:hover .md\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .md\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .md\:group-hover\:relative {
    position: relative;
  }

  .group:hover .md\:group-hover\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .group:hover .md\:group-hover\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .md\:group-hover\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .md\:group-hover\:pin-y {
    top: 0;
    bottom: 0;
  }

  .group:hover .md\:group-hover\:pin-x {
    right: 0;
    left: 0;
  }

  .group:hover .md\:group-hover\:pin-t {
    top: 0;
  }

  .group:hover .md\:group-hover\:pin-r {
    right: 0;
  }

  .group:hover .md\:group-hover\:pin-b {
    bottom: 0;
  }

  .group:hover .md\:group-hover\:pin-l {
    left: 0;
  }

  .md\:hover\:static:hover {
    position: static;
  }

  .md\:hover\:fixed:hover {
    position: fixed;
  }

  .md\:hover\:absolute:hover {
    position: absolute;
  }

  .md\:hover\:relative:hover {
    position: relative;
  }

  .md\:hover\:sticky:hover {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:hover\:pin-none:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:hover\:pin:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:hover\:pin-y:hover {
    top: 0;
    bottom: 0;
  }

  .md\:hover\:pin-x:hover {
    right: 0;
    left: 0;
  }

  .md\:hover\:pin-t:hover {
    top: 0;
  }

  .md\:hover\:pin-r:hover {
    right: 0;
  }

  .md\:hover\:pin-b:hover {
    bottom: 0;
  }

  .md\:hover\:pin-l:hover {
    left: 0;
  }

  .md\:focus-within\:static:focus-within {
    position: static;
  }

  .md\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .md\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .md\:focus-within\:relative:focus-within {
    position: relative;
  }

  .md\:focus-within\:sticky:focus-within {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:focus-within\:pin-none:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:focus-within\:pin:focus-within {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:focus-within\:pin-y:focus-within {
    top: 0;
    bottom: 0;
  }

  .md\:focus-within\:pin-x:focus-within {
    right: 0;
    left: 0;
  }

  .md\:focus-within\:pin-t:focus-within {
    top: 0;
  }

  .md\:focus-within\:pin-r:focus-within {
    right: 0;
  }

  .md\:focus-within\:pin-b:focus-within {
    bottom: 0;
  }

  .md\:focus-within\:pin-l:focus-within {
    left: 0;
  }

  .md\:focus\:static:focus {
    position: static;
  }

  .md\:focus\:fixed:focus {
    position: fixed;
  }

  .md\:focus\:absolute:focus {
    position: absolute;
  }

  .md\:focus\:relative:focus {
    position: relative;
  }

  .md\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:focus\:pin-none:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:focus\:pin:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:focus\:pin-y:focus {
    top: 0;
    bottom: 0;
  }

  .md\:focus\:pin-x:focus {
    right: 0;
    left: 0;
  }

  .md\:focus\:pin-t:focus {
    top: 0;
  }

  .md\:focus\:pin-r:focus {
    right: 0;
  }

  .md\:focus\:pin-b:focus {
    bottom: 0;
  }

  .md\:focus\:pin-l:focus {
    left: 0;
  }

  .md\:active\:static:active {
    position: static;
  }

  .md\:active\:fixed:active {
    position: fixed;
  }

  .md\:active\:absolute:active {
    position: absolute;
  }

  .md\:active\:relative:active {
    position: relative;
  }

  .md\:active\:sticky:active {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:active\:pin-none:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:active\:pin:active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:active\:pin-y:active {
    top: 0;
    bottom: 0;
  }

  .md\:active\:pin-x:active {
    right: 0;
    left: 0;
  }

  .md\:active\:pin-t:active {
    top: 0;
  }

  .md\:active\:pin-r:active {
    right: 0;
  }

  .md\:active\:pin-b:active {
    bottom: 0;
  }

  .md\:active\:pin-l:active {
    left: 0;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .group:hover .md\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .md\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .md\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .md\:group-hover\:resize {
    resize: both;
  }

  .md\:hover\:resize-none:hover {
    resize: none;
  }

  .md\:hover\:resize-y:hover {
    resize: vertical;
  }

  .md\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .md\:hover\:resize:hover {
    resize: both;
  }

  .md\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .md\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .md\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .md\:focus-within\:resize:focus-within {
    resize: both;
  }

  .md\:focus\:resize-none:focus {
    resize: none;
  }

  .md\:focus\:resize-y:focus {
    resize: vertical;
  }

  .md\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .md\:focus\:resize:focus {
    resize: both;
  }

  .md\:active\:resize-none:active {
    resize: none;
  }

  .md\:active\:resize-y:active {
    resize: vertical;
  }

  .md\:active\:resize-x:active {
    resize: horizontal;
  }

  .md\:active\:resize:active {
    resize: both;
  }

  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .md\:shadow-none {
    box-shadow: none;
  }

  .group:hover .md\:group-hover\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .group:hover .md\:group-hover\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .md\:group-hover\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .md\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .group:hover .md\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .group:hover .md\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .md\:focus-within\:shadow:focus-within {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:focus-within\:shadow-md:focus-within {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus-within\:shadow-lg:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus-within\:shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:focus-within\:shadow-outline:focus-within {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .md\:focus-within\:shadow-none:focus-within {
    box-shadow: none;
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .md\:active\:shadow:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md\:active\:shadow-md:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .md\:active\:shadow-lg:active {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md\:active\:shadow-outline:active {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .md\:active\:shadow-none:active {
    box-shadow: none;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:fill-transparent {
    fill: transparent;
  }

  .md\:fill-black {
    fill: #22292f;
  }

  .md\:fill-grey-darkest {
    fill: #3d4852;
  }

  .md\:fill-grey-darker {
    fill: #606f7b;
  }

  .md\:fill-grey-dark {
    fill: #8795a1;
  }

  .md\:fill-grey {
    fill: #b8c2cc;
  }

  .md\:fill-grey-light {
    fill: #dae1e7;
  }

  .md\:fill-grey-lighter {
    fill: #f1f5f8;
  }

  .md\:fill-grey-lightest {
    fill: #f8fafc;
  }

  .md\:fill-white {
    fill: #fff;
  }

  .md\:fill-red-darkest {
    fill: #3b0d0c;
  }

  .md\:fill-red-darker {
    fill: #621b18;
  }

  .md\:fill-red-dark {
    fill: #cc1f1a;
  }

  .md\:fill-red {
    fill: #e3342f;
  }

  .md\:fill-red-light {
    fill: #ef5753;
  }

  .md\:fill-red-lighter {
    fill: #f9acaa;
  }

  .md\:fill-red-lightest {
    fill: #fcebea;
  }

  .md\:fill-orange-darkest {
    fill: #462a16;
  }

  .md\:fill-orange-darker {
    fill: #613b1f;
  }

  .md\:fill-orange-dark {
    fill: #de751f;
  }

  .md\:fill-orange {
    fill: #f6993f;
  }

  .md\:fill-orange-light {
    fill: #faad63;
  }

  .md\:fill-orange-lighter {
    fill: #fcd9b6;
  }

  .md\:fill-orange-lightest {
    fill: #fff5eb;
  }

  .md\:fill-yellow-darkest {
    fill: #453411;
  }

  .md\:fill-yellow-darker {
    fill: #684f1d;
  }

  .md\:fill-yellow-dark {
    fill: #f2d024;
  }

  .md\:fill-yellow {
    fill: #ffed4a;
  }

  .md\:fill-yellow-light {
    fill: #fff382;
  }

  .md\:fill-yellow-lighter {
    fill: #fff9c2;
  }

  .md\:fill-yellow-lightest {
    fill: #fcfbeb;
  }

  .md\:fill-green-darkest {
    fill: #0f2f21;
  }

  .md\:fill-green-darker {
    fill: #1a4731;
  }

  .md\:fill-green-dark {
    fill: #1f9d55;
  }

  .md\:fill-green {
    fill: #38c172;
  }

  .md\:fill-green-light {
    fill: #51d88a;
  }

  .md\:fill-green-lighter {
    fill: #a2f5bf;
  }

  .md\:fill-green-lightest {
    fill: #e3fcec;
  }

  .md\:fill-teal-darkest {
    fill: #0d3331;
  }

  .md\:fill-teal-darker {
    fill: #20504f;
  }

  .md\:fill-teal-dark {
    fill: #38a89d;
  }

  .md\:fill-teal {
    fill: #4dc0b5;
  }

  .md\:fill-teal-light {
    fill: #64d5ca;
  }

  .md\:fill-teal-lighter {
    fill: #a0f0ed;
  }

  .md\:fill-teal-lightest {
    fill: #e8fffe;
  }

  .md\:fill-blue-darkest {
    fill: #12283a;
  }

  .md\:fill-blue-darker {
    fill: #1c3d5a;
  }

  .md\:fill-blue-dark {
    fill: #2779bd;
  }

  .md\:fill-blue {
    fill: #3490dc;
  }

  .md\:fill-blue-light {
    fill: #6cb2eb;
  }

  .md\:fill-blue-lighter {
    fill: #bcdefa;
  }

  .md\:fill-blue-lightest {
    fill: #eff8ff;
  }

  .md\:fill-indigo-darkest {
    fill: #191e38;
  }

  .md\:fill-indigo-darker {
    fill: #2f365f;
  }

  .md\:fill-indigo-dark {
    fill: #5661b3;
  }

  .md\:fill-indigo {
    fill: #6574cd;
  }

  .md\:fill-indigo-light {
    fill: #7886d7;
  }

  .md\:fill-indigo-lighter {
    fill: #b2b7ff;
  }

  .md\:fill-indigo-lightest {
    fill: #e6e8ff;
  }

  .md\:fill-purple-darkest {
    fill: #21183c;
  }

  .md\:fill-purple-darker {
    fill: #382b5f;
  }

  .md\:fill-purple-dark {
    fill: #794acf;
  }

  .md\:fill-purple {
    fill: #9561e2;
  }

  .md\:fill-purple-light {
    fill: #a779e9;
  }

  .md\:fill-purple-lighter {
    fill: #d6bbfc;
  }

  .md\:fill-purple-lightest {
    fill: #f3ebff;
  }

  .md\:fill-pink-darkest {
    fill: #451225;
  }

  .md\:fill-pink-darker {
    fill: #6f213f;
  }

  .md\:fill-pink-dark {
    fill: #eb5286;
  }

  .md\:fill-pink {
    fill: #f66d9b;
  }

  .md\:fill-pink-light {
    fill: #fa7ea8;
  }

  .md\:fill-pink-lighter {
    fill: #ffbbca;
  }

  .md\:fill-pink-lightest {
    fill: #ffebef;
  }

  .group:hover .md\:group-hover\:fill-current {
    fill: currentColor;
  }

  .group:hover .md\:group-hover\:fill-transparent {
    fill: transparent;
  }

  .group:hover .md\:group-hover\:fill-black {
    fill: #22292f;
  }

  .group:hover .md\:group-hover\:fill-grey-darkest {
    fill: #3d4852;
  }

  .group:hover .md\:group-hover\:fill-grey-darker {
    fill: #606f7b;
  }

  .group:hover .md\:group-hover\:fill-grey-dark {
    fill: #8795a1;
  }

  .group:hover .md\:group-hover\:fill-grey {
    fill: #b8c2cc;
  }

  .group:hover .md\:group-hover\:fill-grey-light {
    fill: #dae1e7;
  }

  .group:hover .md\:group-hover\:fill-grey-lighter {
    fill: #f1f5f8;
  }

  .group:hover .md\:group-hover\:fill-grey-lightest {
    fill: #f8fafc;
  }

  .group:hover .md\:group-hover\:fill-white {
    fill: #fff;
  }

  .group:hover .md\:group-hover\:fill-red-darkest {
    fill: #3b0d0c;
  }

  .group:hover .md\:group-hover\:fill-red-darker {
    fill: #621b18;
  }

  .group:hover .md\:group-hover\:fill-red-dark {
    fill: #cc1f1a;
  }

  .group:hover .md\:group-hover\:fill-red {
    fill: #e3342f;
  }

  .group:hover .md\:group-hover\:fill-red-light {
    fill: #ef5753;
  }

  .group:hover .md\:group-hover\:fill-red-lighter {
    fill: #f9acaa;
  }

  .group:hover .md\:group-hover\:fill-red-lightest {
    fill: #fcebea;
  }

  .group:hover .md\:group-hover\:fill-orange-darkest {
    fill: #462a16;
  }

  .group:hover .md\:group-hover\:fill-orange-darker {
    fill: #613b1f;
  }

  .group:hover .md\:group-hover\:fill-orange-dark {
    fill: #de751f;
  }

  .group:hover .md\:group-hover\:fill-orange {
    fill: #f6993f;
  }

  .group:hover .md\:group-hover\:fill-orange-light {
    fill: #faad63;
  }

  .group:hover .md\:group-hover\:fill-orange-lighter {
    fill: #fcd9b6;
  }

  .group:hover .md\:group-hover\:fill-orange-lightest {
    fill: #fff5eb;
  }

  .group:hover .md\:group-hover\:fill-yellow-darkest {
    fill: #453411;
  }

  .group:hover .md\:group-hover\:fill-yellow-darker {
    fill: #684f1d;
  }

  .group:hover .md\:group-hover\:fill-yellow-dark {
    fill: #f2d024;
  }

  .group:hover .md\:group-hover\:fill-yellow {
    fill: #ffed4a;
  }

  .group:hover .md\:group-hover\:fill-yellow-light {
    fill: #fff382;
  }

  .group:hover .md\:group-hover\:fill-yellow-lighter {
    fill: #fff9c2;
  }

  .group:hover .md\:group-hover\:fill-yellow-lightest {
    fill: #fcfbeb;
  }

  .group:hover .md\:group-hover\:fill-green-darkest {
    fill: #0f2f21;
  }

  .group:hover .md\:group-hover\:fill-green-darker {
    fill: #1a4731;
  }

  .group:hover .md\:group-hover\:fill-green-dark {
    fill: #1f9d55;
  }

  .group:hover .md\:group-hover\:fill-green {
    fill: #38c172;
  }

  .group:hover .md\:group-hover\:fill-green-light {
    fill: #51d88a;
  }

  .group:hover .md\:group-hover\:fill-green-lighter {
    fill: #a2f5bf;
  }

  .group:hover .md\:group-hover\:fill-green-lightest {
    fill: #e3fcec;
  }

  .group:hover .md\:group-hover\:fill-teal-darkest {
    fill: #0d3331;
  }

  .group:hover .md\:group-hover\:fill-teal-darker {
    fill: #20504f;
  }

  .group:hover .md\:group-hover\:fill-teal-dark {
    fill: #38a89d;
  }

  .group:hover .md\:group-hover\:fill-teal {
    fill: #4dc0b5;
  }

  .group:hover .md\:group-hover\:fill-teal-light {
    fill: #64d5ca;
  }

  .group:hover .md\:group-hover\:fill-teal-lighter {
    fill: #a0f0ed;
  }

  .group:hover .md\:group-hover\:fill-teal-lightest {
    fill: #e8fffe;
  }

  .group:hover .md\:group-hover\:fill-blue-darkest {
    fill: #12283a;
  }

  .group:hover .md\:group-hover\:fill-blue-darker {
    fill: #1c3d5a;
  }

  .group:hover .md\:group-hover\:fill-blue-dark {
    fill: #2779bd;
  }

  .group:hover .md\:group-hover\:fill-blue {
    fill: #3490dc;
  }

  .group:hover .md\:group-hover\:fill-blue-light {
    fill: #6cb2eb;
  }

  .group:hover .md\:group-hover\:fill-blue-lighter {
    fill: #bcdefa;
  }

  .group:hover .md\:group-hover\:fill-blue-lightest {
    fill: #eff8ff;
  }

  .group:hover .md\:group-hover\:fill-indigo-darkest {
    fill: #191e38;
  }

  .group:hover .md\:group-hover\:fill-indigo-darker {
    fill: #2f365f;
  }

  .group:hover .md\:group-hover\:fill-indigo-dark {
    fill: #5661b3;
  }

  .group:hover .md\:group-hover\:fill-indigo {
    fill: #6574cd;
  }

  .group:hover .md\:group-hover\:fill-indigo-light {
    fill: #7886d7;
  }

  .group:hover .md\:group-hover\:fill-indigo-lighter {
    fill: #b2b7ff;
  }

  .group:hover .md\:group-hover\:fill-indigo-lightest {
    fill: #e6e8ff;
  }

  .group:hover .md\:group-hover\:fill-purple-darkest {
    fill: #21183c;
  }

  .group:hover .md\:group-hover\:fill-purple-darker {
    fill: #382b5f;
  }

  .group:hover .md\:group-hover\:fill-purple-dark {
    fill: #794acf;
  }

  .group:hover .md\:group-hover\:fill-purple {
    fill: #9561e2;
  }

  .group:hover .md\:group-hover\:fill-purple-light {
    fill: #a779e9;
  }

  .group:hover .md\:group-hover\:fill-purple-lighter {
    fill: #d6bbfc;
  }

  .group:hover .md\:group-hover\:fill-purple-lightest {
    fill: #f3ebff;
  }

  .group:hover .md\:group-hover\:fill-pink-darkest {
    fill: #451225;
  }

  .group:hover .md\:group-hover\:fill-pink-darker {
    fill: #6f213f;
  }

  .group:hover .md\:group-hover\:fill-pink-dark {
    fill: #eb5286;
  }

  .group:hover .md\:group-hover\:fill-pink {
    fill: #f66d9b;
  }

  .group:hover .md\:group-hover\:fill-pink-light {
    fill: #fa7ea8;
  }

  .group:hover .md\:group-hover\:fill-pink-lighter {
    fill: #ffbbca;
  }

  .group:hover .md\:group-hover\:fill-pink-lightest {
    fill: #ffebef;
  }

  .md\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .md\:hover\:fill-transparent:hover {
    fill: transparent;
  }

  .md\:hover\:fill-black:hover {
    fill: #22292f;
  }

  .md\:hover\:fill-grey-darkest:hover {
    fill: #3d4852;
  }

  .md\:hover\:fill-grey-darker:hover {
    fill: #606f7b;
  }

  .md\:hover\:fill-grey-dark:hover {
    fill: #8795a1;
  }

  .md\:hover\:fill-grey:hover {
    fill: #b8c2cc;
  }

  .md\:hover\:fill-grey-light:hover {
    fill: #dae1e7;
  }

  .md\:hover\:fill-grey-lighter:hover {
    fill: #f1f5f8;
  }

  .md\:hover\:fill-grey-lightest:hover {
    fill: #f8fafc;
  }

  .md\:hover\:fill-white:hover {
    fill: #fff;
  }

  .md\:hover\:fill-red-darkest:hover {
    fill: #3b0d0c;
  }

  .md\:hover\:fill-red-darker:hover {
    fill: #621b18;
  }

  .md\:hover\:fill-red-dark:hover {
    fill: #cc1f1a;
  }

  .md\:hover\:fill-red:hover {
    fill: #e3342f;
  }

  .md\:hover\:fill-red-light:hover {
    fill: #ef5753;
  }

  .md\:hover\:fill-red-lighter:hover {
    fill: #f9acaa;
  }

  .md\:hover\:fill-red-lightest:hover {
    fill: #fcebea;
  }

  .md\:hover\:fill-orange-darkest:hover {
    fill: #462a16;
  }

  .md\:hover\:fill-orange-darker:hover {
    fill: #613b1f;
  }

  .md\:hover\:fill-orange-dark:hover {
    fill: #de751f;
  }

  .md\:hover\:fill-orange:hover {
    fill: #f6993f;
  }

  .md\:hover\:fill-orange-light:hover {
    fill: #faad63;
  }

  .md\:hover\:fill-orange-lighter:hover {
    fill: #fcd9b6;
  }

  .md\:hover\:fill-orange-lightest:hover {
    fill: #fff5eb;
  }

  .md\:hover\:fill-yellow-darkest:hover {
    fill: #453411;
  }

  .md\:hover\:fill-yellow-darker:hover {
    fill: #684f1d;
  }

  .md\:hover\:fill-yellow-dark:hover {
    fill: #f2d024;
  }

  .md\:hover\:fill-yellow:hover {
    fill: #ffed4a;
  }

  .md\:hover\:fill-yellow-light:hover {
    fill: #fff382;
  }

  .md\:hover\:fill-yellow-lighter:hover {
    fill: #fff9c2;
  }

  .md\:hover\:fill-yellow-lightest:hover {
    fill: #fcfbeb;
  }

  .md\:hover\:fill-green-darkest:hover {
    fill: #0f2f21;
  }

  .md\:hover\:fill-green-darker:hover {
    fill: #1a4731;
  }

  .md\:hover\:fill-green-dark:hover {
    fill: #1f9d55;
  }

  .md\:hover\:fill-green:hover {
    fill: #38c172;
  }

  .md\:hover\:fill-green-light:hover {
    fill: #51d88a;
  }

  .md\:hover\:fill-green-lighter:hover {
    fill: #a2f5bf;
  }

  .md\:hover\:fill-green-lightest:hover {
    fill: #e3fcec;
  }

  .md\:hover\:fill-teal-darkest:hover {
    fill: #0d3331;
  }

  .md\:hover\:fill-teal-darker:hover {
    fill: #20504f;
  }

  .md\:hover\:fill-teal-dark:hover {
    fill: #38a89d;
  }

  .md\:hover\:fill-teal:hover {
    fill: #4dc0b5;
  }

  .md\:hover\:fill-teal-light:hover {
    fill: #64d5ca;
  }

  .md\:hover\:fill-teal-lighter:hover {
    fill: #a0f0ed;
  }

  .md\:hover\:fill-teal-lightest:hover {
    fill: #e8fffe;
  }

  .md\:hover\:fill-blue-darkest:hover {
    fill: #12283a;
  }

  .md\:hover\:fill-blue-darker:hover {
    fill: #1c3d5a;
  }

  .md\:hover\:fill-blue-dark:hover {
    fill: #2779bd;
  }

  .md\:hover\:fill-blue:hover {
    fill: #3490dc;
  }

  .md\:hover\:fill-blue-light:hover {
    fill: #6cb2eb;
  }

  .md\:hover\:fill-blue-lighter:hover {
    fill: #bcdefa;
  }

  .md\:hover\:fill-blue-lightest:hover {
    fill: #eff8ff;
  }

  .md\:hover\:fill-indigo-darkest:hover {
    fill: #191e38;
  }

  .md\:hover\:fill-indigo-darker:hover {
    fill: #2f365f;
  }

  .md\:hover\:fill-indigo-dark:hover {
    fill: #5661b3;
  }

  .md\:hover\:fill-indigo:hover {
    fill: #6574cd;
  }

  .md\:hover\:fill-indigo-light:hover {
    fill: #7886d7;
  }

  .md\:hover\:fill-indigo-lighter:hover {
    fill: #b2b7ff;
  }

  .md\:hover\:fill-indigo-lightest:hover {
    fill: #e6e8ff;
  }

  .md\:hover\:fill-purple-darkest:hover {
    fill: #21183c;
  }

  .md\:hover\:fill-purple-darker:hover {
    fill: #382b5f;
  }

  .md\:hover\:fill-purple-dark:hover {
    fill: #794acf;
  }

  .md\:hover\:fill-purple:hover {
    fill: #9561e2;
  }

  .md\:hover\:fill-purple-light:hover {
    fill: #a779e9;
  }

  .md\:hover\:fill-purple-lighter:hover {
    fill: #d6bbfc;
  }

  .md\:hover\:fill-purple-lightest:hover {
    fill: #f3ebff;
  }

  .md\:hover\:fill-pink-darkest:hover {
    fill: #451225;
  }

  .md\:hover\:fill-pink-darker:hover {
    fill: #6f213f;
  }

  .md\:hover\:fill-pink-dark:hover {
    fill: #eb5286;
  }

  .md\:hover\:fill-pink:hover {
    fill: #f66d9b;
  }

  .md\:hover\:fill-pink-light:hover {
    fill: #fa7ea8;
  }

  .md\:hover\:fill-pink-lighter:hover {
    fill: #ffbbca;
  }

  .md\:hover\:fill-pink-lightest:hover {
    fill: #ffebef;
  }

  .md\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .md\:focus-within\:fill-transparent:focus-within {
    fill: transparent;
  }

  .md\:focus-within\:fill-black:focus-within {
    fill: #22292f;
  }

  .md\:focus-within\:fill-grey-darkest:focus-within {
    fill: #3d4852;
  }

  .md\:focus-within\:fill-grey-darker:focus-within {
    fill: #606f7b;
  }

  .md\:focus-within\:fill-grey-dark:focus-within {
    fill: #8795a1;
  }

  .md\:focus-within\:fill-grey:focus-within {
    fill: #b8c2cc;
  }

  .md\:focus-within\:fill-grey-light:focus-within {
    fill: #dae1e7;
  }

  .md\:focus-within\:fill-grey-lighter:focus-within {
    fill: #f1f5f8;
  }

  .md\:focus-within\:fill-grey-lightest:focus-within {
    fill: #f8fafc;
  }

  .md\:focus-within\:fill-white:focus-within {
    fill: #fff;
  }

  .md\:focus-within\:fill-red-darkest:focus-within {
    fill: #3b0d0c;
  }

  .md\:focus-within\:fill-red-darker:focus-within {
    fill: #621b18;
  }

  .md\:focus-within\:fill-red-dark:focus-within {
    fill: #cc1f1a;
  }

  .md\:focus-within\:fill-red:focus-within {
    fill: #e3342f;
  }

  .md\:focus-within\:fill-red-light:focus-within {
    fill: #ef5753;
  }

  .md\:focus-within\:fill-red-lighter:focus-within {
    fill: #f9acaa;
  }

  .md\:focus-within\:fill-red-lightest:focus-within {
    fill: #fcebea;
  }

  .md\:focus-within\:fill-orange-darkest:focus-within {
    fill: #462a16;
  }

  .md\:focus-within\:fill-orange-darker:focus-within {
    fill: #613b1f;
  }

  .md\:focus-within\:fill-orange-dark:focus-within {
    fill: #de751f;
  }

  .md\:focus-within\:fill-orange:focus-within {
    fill: #f6993f;
  }

  .md\:focus-within\:fill-orange-light:focus-within {
    fill: #faad63;
  }

  .md\:focus-within\:fill-orange-lighter:focus-within {
    fill: #fcd9b6;
  }

  .md\:focus-within\:fill-orange-lightest:focus-within {
    fill: #fff5eb;
  }

  .md\:focus-within\:fill-yellow-darkest:focus-within {
    fill: #453411;
  }

  .md\:focus-within\:fill-yellow-darker:focus-within {
    fill: #684f1d;
  }

  .md\:focus-within\:fill-yellow-dark:focus-within {
    fill: #f2d024;
  }

  .md\:focus-within\:fill-yellow:focus-within {
    fill: #ffed4a;
  }

  .md\:focus-within\:fill-yellow-light:focus-within {
    fill: #fff382;
  }

  .md\:focus-within\:fill-yellow-lighter:focus-within {
    fill: #fff9c2;
  }

  .md\:focus-within\:fill-yellow-lightest:focus-within {
    fill: #fcfbeb;
  }

  .md\:focus-within\:fill-green-darkest:focus-within {
    fill: #0f2f21;
  }

  .md\:focus-within\:fill-green-darker:focus-within {
    fill: #1a4731;
  }

  .md\:focus-within\:fill-green-dark:focus-within {
    fill: #1f9d55;
  }

  .md\:focus-within\:fill-green:focus-within {
    fill: #38c172;
  }

  .md\:focus-within\:fill-green-light:focus-within {
    fill: #51d88a;
  }

  .md\:focus-within\:fill-green-lighter:focus-within {
    fill: #a2f5bf;
  }

  .md\:focus-within\:fill-green-lightest:focus-within {
    fill: #e3fcec;
  }

  .md\:focus-within\:fill-teal-darkest:focus-within {
    fill: #0d3331;
  }

  .md\:focus-within\:fill-teal-darker:focus-within {
    fill: #20504f;
  }

  .md\:focus-within\:fill-teal-dark:focus-within {
    fill: #38a89d;
  }

  .md\:focus-within\:fill-teal:focus-within {
    fill: #4dc0b5;
  }

  .md\:focus-within\:fill-teal-light:focus-within {
    fill: #64d5ca;
  }

  .md\:focus-within\:fill-teal-lighter:focus-within {
    fill: #a0f0ed;
  }

  .md\:focus-within\:fill-teal-lightest:focus-within {
    fill: #e8fffe;
  }

  .md\:focus-within\:fill-blue-darkest:focus-within {
    fill: #12283a;
  }

  .md\:focus-within\:fill-blue-darker:focus-within {
    fill: #1c3d5a;
  }

  .md\:focus-within\:fill-blue-dark:focus-within {
    fill: #2779bd;
  }

  .md\:focus-within\:fill-blue:focus-within {
    fill: #3490dc;
  }

  .md\:focus-within\:fill-blue-light:focus-within {
    fill: #6cb2eb;
  }

  .md\:focus-within\:fill-blue-lighter:focus-within {
    fill: #bcdefa;
  }

  .md\:focus-within\:fill-blue-lightest:focus-within {
    fill: #eff8ff;
  }

  .md\:focus-within\:fill-indigo-darkest:focus-within {
    fill: #191e38;
  }

  .md\:focus-within\:fill-indigo-darker:focus-within {
    fill: #2f365f;
  }

  .md\:focus-within\:fill-indigo-dark:focus-within {
    fill: #5661b3;
  }

  .md\:focus-within\:fill-indigo:focus-within {
    fill: #6574cd;
  }

  .md\:focus-within\:fill-indigo-light:focus-within {
    fill: #7886d7;
  }

  .md\:focus-within\:fill-indigo-lighter:focus-within {
    fill: #b2b7ff;
  }

  .md\:focus-within\:fill-indigo-lightest:focus-within {
    fill: #e6e8ff;
  }

  .md\:focus-within\:fill-purple-darkest:focus-within {
    fill: #21183c;
  }

  .md\:focus-within\:fill-purple-darker:focus-within {
    fill: #382b5f;
  }

  .md\:focus-within\:fill-purple-dark:focus-within {
    fill: #794acf;
  }

  .md\:focus-within\:fill-purple:focus-within {
    fill: #9561e2;
  }

  .md\:focus-within\:fill-purple-light:focus-within {
    fill: #a779e9;
  }

  .md\:focus-within\:fill-purple-lighter:focus-within {
    fill: #d6bbfc;
  }

  .md\:focus-within\:fill-purple-lightest:focus-within {
    fill: #f3ebff;
  }

  .md\:focus-within\:fill-pink-darkest:focus-within {
    fill: #451225;
  }

  .md\:focus-within\:fill-pink-darker:focus-within {
    fill: #6f213f;
  }

  .md\:focus-within\:fill-pink-dark:focus-within {
    fill: #eb5286;
  }

  .md\:focus-within\:fill-pink:focus-within {
    fill: #f66d9b;
  }

  .md\:focus-within\:fill-pink-light:focus-within {
    fill: #fa7ea8;
  }

  .md\:focus-within\:fill-pink-lighter:focus-within {
    fill: #ffbbca;
  }

  .md\:focus-within\:fill-pink-lightest:focus-within {
    fill: #ffebef;
  }

  .md\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .md\:focus\:fill-transparent:focus {
    fill: transparent;
  }

  .md\:focus\:fill-black:focus {
    fill: #22292f;
  }

  .md\:focus\:fill-grey-darkest:focus {
    fill: #3d4852;
  }

  .md\:focus\:fill-grey-darker:focus {
    fill: #606f7b;
  }

  .md\:focus\:fill-grey-dark:focus {
    fill: #8795a1;
  }

  .md\:focus\:fill-grey:focus {
    fill: #b8c2cc;
  }

  .md\:focus\:fill-grey-light:focus {
    fill: #dae1e7;
  }

  .md\:focus\:fill-grey-lighter:focus {
    fill: #f1f5f8;
  }

  .md\:focus\:fill-grey-lightest:focus {
    fill: #f8fafc;
  }

  .md\:focus\:fill-white:focus {
    fill: #fff;
  }

  .md\:focus\:fill-red-darkest:focus {
    fill: #3b0d0c;
  }

  .md\:focus\:fill-red-darker:focus {
    fill: #621b18;
  }

  .md\:focus\:fill-red-dark:focus {
    fill: #cc1f1a;
  }

  .md\:focus\:fill-red:focus {
    fill: #e3342f;
  }

  .md\:focus\:fill-red-light:focus {
    fill: #ef5753;
  }

  .md\:focus\:fill-red-lighter:focus {
    fill: #f9acaa;
  }

  .md\:focus\:fill-red-lightest:focus {
    fill: #fcebea;
  }

  .md\:focus\:fill-orange-darkest:focus {
    fill: #462a16;
  }

  .md\:focus\:fill-orange-darker:focus {
    fill: #613b1f;
  }

  .md\:focus\:fill-orange-dark:focus {
    fill: #de751f;
  }

  .md\:focus\:fill-orange:focus {
    fill: #f6993f;
  }

  .md\:focus\:fill-orange-light:focus {
    fill: #faad63;
  }

  .md\:focus\:fill-orange-lighter:focus {
    fill: #fcd9b6;
  }

  .md\:focus\:fill-orange-lightest:focus {
    fill: #fff5eb;
  }

  .md\:focus\:fill-yellow-darkest:focus {
    fill: #453411;
  }

  .md\:focus\:fill-yellow-darker:focus {
    fill: #684f1d;
  }

  .md\:focus\:fill-yellow-dark:focus {
    fill: #f2d024;
  }

  .md\:focus\:fill-yellow:focus {
    fill: #ffed4a;
  }

  .md\:focus\:fill-yellow-light:focus {
    fill: #fff382;
  }

  .md\:focus\:fill-yellow-lighter:focus {
    fill: #fff9c2;
  }

  .md\:focus\:fill-yellow-lightest:focus {
    fill: #fcfbeb;
  }

  .md\:focus\:fill-green-darkest:focus {
    fill: #0f2f21;
  }

  .md\:focus\:fill-green-darker:focus {
    fill: #1a4731;
  }

  .md\:focus\:fill-green-dark:focus {
    fill: #1f9d55;
  }

  .md\:focus\:fill-green:focus {
    fill: #38c172;
  }

  .md\:focus\:fill-green-light:focus {
    fill: #51d88a;
  }

  .md\:focus\:fill-green-lighter:focus {
    fill: #a2f5bf;
  }

  .md\:focus\:fill-green-lightest:focus {
    fill: #e3fcec;
  }

  .md\:focus\:fill-teal-darkest:focus {
    fill: #0d3331;
  }

  .md\:focus\:fill-teal-darker:focus {
    fill: #20504f;
  }

  .md\:focus\:fill-teal-dark:focus {
    fill: #38a89d;
  }

  .md\:focus\:fill-teal:focus {
    fill: #4dc0b5;
  }

  .md\:focus\:fill-teal-light:focus {
    fill: #64d5ca;
  }

  .md\:focus\:fill-teal-lighter:focus {
    fill: #a0f0ed;
  }

  .md\:focus\:fill-teal-lightest:focus {
    fill: #e8fffe;
  }

  .md\:focus\:fill-blue-darkest:focus {
    fill: #12283a;
  }

  .md\:focus\:fill-blue-darker:focus {
    fill: #1c3d5a;
  }

  .md\:focus\:fill-blue-dark:focus {
    fill: #2779bd;
  }

  .md\:focus\:fill-blue:focus {
    fill: #3490dc;
  }

  .md\:focus\:fill-blue-light:focus {
    fill: #6cb2eb;
  }

  .md\:focus\:fill-blue-lighter:focus {
    fill: #bcdefa;
  }

  .md\:focus\:fill-blue-lightest:focus {
    fill: #eff8ff;
  }

  .md\:focus\:fill-indigo-darkest:focus {
    fill: #191e38;
  }

  .md\:focus\:fill-indigo-darker:focus {
    fill: #2f365f;
  }

  .md\:focus\:fill-indigo-dark:focus {
    fill: #5661b3;
  }

  .md\:focus\:fill-indigo:focus {
    fill: #6574cd;
  }

  .md\:focus\:fill-indigo-light:focus {
    fill: #7886d7;
  }

  .md\:focus\:fill-indigo-lighter:focus {
    fill: #b2b7ff;
  }

  .md\:focus\:fill-indigo-lightest:focus {
    fill: #e6e8ff;
  }

  .md\:focus\:fill-purple-darkest:focus {
    fill: #21183c;
  }

  .md\:focus\:fill-purple-darker:focus {
    fill: #382b5f;
  }

  .md\:focus\:fill-purple-dark:focus {
    fill: #794acf;
  }

  .md\:focus\:fill-purple:focus {
    fill: #9561e2;
  }

  .md\:focus\:fill-purple-light:focus {
    fill: #a779e9;
  }

  .md\:focus\:fill-purple-lighter:focus {
    fill: #d6bbfc;
  }

  .md\:focus\:fill-purple-lightest:focus {
    fill: #f3ebff;
  }

  .md\:focus\:fill-pink-darkest:focus {
    fill: #451225;
  }

  .md\:focus\:fill-pink-darker:focus {
    fill: #6f213f;
  }

  .md\:focus\:fill-pink-dark:focus {
    fill: #eb5286;
  }

  .md\:focus\:fill-pink:focus {
    fill: #f66d9b;
  }

  .md\:focus\:fill-pink-light:focus {
    fill: #fa7ea8;
  }

  .md\:focus\:fill-pink-lighter:focus {
    fill: #ffbbca;
  }

  .md\:focus\:fill-pink-lightest:focus {
    fill: #ffebef;
  }

  .md\:active\:fill-current:active {
    fill: currentColor;
  }

  .md\:active\:fill-transparent:active {
    fill: transparent;
  }

  .md\:active\:fill-black:active {
    fill: #22292f;
  }

  .md\:active\:fill-grey-darkest:active {
    fill: #3d4852;
  }

  .md\:active\:fill-grey-darker:active {
    fill: #606f7b;
  }

  .md\:active\:fill-grey-dark:active {
    fill: #8795a1;
  }

  .md\:active\:fill-grey:active {
    fill: #b8c2cc;
  }

  .md\:active\:fill-grey-light:active {
    fill: #dae1e7;
  }

  .md\:active\:fill-grey-lighter:active {
    fill: #f1f5f8;
  }

  .md\:active\:fill-grey-lightest:active {
    fill: #f8fafc;
  }

  .md\:active\:fill-white:active {
    fill: #fff;
  }

  .md\:active\:fill-red-darkest:active {
    fill: #3b0d0c;
  }

  .md\:active\:fill-red-darker:active {
    fill: #621b18;
  }

  .md\:active\:fill-red-dark:active {
    fill: #cc1f1a;
  }

  .md\:active\:fill-red:active {
    fill: #e3342f;
  }

  .md\:active\:fill-red-light:active {
    fill: #ef5753;
  }

  .md\:active\:fill-red-lighter:active {
    fill: #f9acaa;
  }

  .md\:active\:fill-red-lightest:active {
    fill: #fcebea;
  }

  .md\:active\:fill-orange-darkest:active {
    fill: #462a16;
  }

  .md\:active\:fill-orange-darker:active {
    fill: #613b1f;
  }

  .md\:active\:fill-orange-dark:active {
    fill: #de751f;
  }

  .md\:active\:fill-orange:active {
    fill: #f6993f;
  }

  .md\:active\:fill-orange-light:active {
    fill: #faad63;
  }

  .md\:active\:fill-orange-lighter:active {
    fill: #fcd9b6;
  }

  .md\:active\:fill-orange-lightest:active {
    fill: #fff5eb;
  }

  .md\:active\:fill-yellow-darkest:active {
    fill: #453411;
  }

  .md\:active\:fill-yellow-darker:active {
    fill: #684f1d;
  }

  .md\:active\:fill-yellow-dark:active {
    fill: #f2d024;
  }

  .md\:active\:fill-yellow:active {
    fill: #ffed4a;
  }

  .md\:active\:fill-yellow-light:active {
    fill: #fff382;
  }

  .md\:active\:fill-yellow-lighter:active {
    fill: #fff9c2;
  }

  .md\:active\:fill-yellow-lightest:active {
    fill: #fcfbeb;
  }

  .md\:active\:fill-green-darkest:active {
    fill: #0f2f21;
  }

  .md\:active\:fill-green-darker:active {
    fill: #1a4731;
  }

  .md\:active\:fill-green-dark:active {
    fill: #1f9d55;
  }

  .md\:active\:fill-green:active {
    fill: #38c172;
  }

  .md\:active\:fill-green-light:active {
    fill: #51d88a;
  }

  .md\:active\:fill-green-lighter:active {
    fill: #a2f5bf;
  }

  .md\:active\:fill-green-lightest:active {
    fill: #e3fcec;
  }

  .md\:active\:fill-teal-darkest:active {
    fill: #0d3331;
  }

  .md\:active\:fill-teal-darker:active {
    fill: #20504f;
  }

  .md\:active\:fill-teal-dark:active {
    fill: #38a89d;
  }

  .md\:active\:fill-teal:active {
    fill: #4dc0b5;
  }

  .md\:active\:fill-teal-light:active {
    fill: #64d5ca;
  }

  .md\:active\:fill-teal-lighter:active {
    fill: #a0f0ed;
  }

  .md\:active\:fill-teal-lightest:active {
    fill: #e8fffe;
  }

  .md\:active\:fill-blue-darkest:active {
    fill: #12283a;
  }

  .md\:active\:fill-blue-darker:active {
    fill: #1c3d5a;
  }

  .md\:active\:fill-blue-dark:active {
    fill: #2779bd;
  }

  .md\:active\:fill-blue:active {
    fill: #3490dc;
  }

  .md\:active\:fill-blue-light:active {
    fill: #6cb2eb;
  }

  .md\:active\:fill-blue-lighter:active {
    fill: #bcdefa;
  }

  .md\:active\:fill-blue-lightest:active {
    fill: #eff8ff;
  }

  .md\:active\:fill-indigo-darkest:active {
    fill: #191e38;
  }

  .md\:active\:fill-indigo-darker:active {
    fill: #2f365f;
  }

  .md\:active\:fill-indigo-dark:active {
    fill: #5661b3;
  }

  .md\:active\:fill-indigo:active {
    fill: #6574cd;
  }

  .md\:active\:fill-indigo-light:active {
    fill: #7886d7;
  }

  .md\:active\:fill-indigo-lighter:active {
    fill: #b2b7ff;
  }

  .md\:active\:fill-indigo-lightest:active {
    fill: #e6e8ff;
  }

  .md\:active\:fill-purple-darkest:active {
    fill: #21183c;
  }

  .md\:active\:fill-purple-darker:active {
    fill: #382b5f;
  }

  .md\:active\:fill-purple-dark:active {
    fill: #794acf;
  }

  .md\:active\:fill-purple:active {
    fill: #9561e2;
  }

  .md\:active\:fill-purple-light:active {
    fill: #a779e9;
  }

  .md\:active\:fill-purple-lighter:active {
    fill: #d6bbfc;
  }

  .md\:active\:fill-purple-lightest:active {
    fill: #f3ebff;
  }

  .md\:active\:fill-pink-darkest:active {
    fill: #451225;
  }

  .md\:active\:fill-pink-darker:active {
    fill: #6f213f;
  }

  .md\:active\:fill-pink-dark:active {
    fill: #eb5286;
  }

  .md\:active\:fill-pink:active {
    fill: #f66d9b;
  }

  .md\:active\:fill-pink-light:active {
    fill: #fa7ea8;
  }

  .md\:active\:fill-pink-lighter:active {
    fill: #ffbbca;
  }

  .md\:active\:fill-pink-lightest:active {
    fill: #ffebef;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .md\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .md\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .md\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .md\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .md\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .md\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .md\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .md\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .md\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .md\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .md\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .md\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .md\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .md\:active\:table-auto:active {
    table-layout: auto;
  }

  .md\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .group:hover .md\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .md\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .md\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .md\:group-hover\:text-justify {
    text-align: justify;
  }

  .md\:hover\:text-left:hover {
    text-align: left;
  }

  .md\:hover\:text-center:hover {
    text-align: center;
  }

  .md\:hover\:text-right:hover {
    text-align: right;
  }

  .md\:hover\:text-justify:hover {
    text-align: justify;
  }

  .md\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .md\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .md\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .md\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .md\:focus\:text-left:focus {
    text-align: left;
  }

  .md\:focus\:text-center:focus {
    text-align: center;
  }

  .md\:focus\:text-right:focus {
    text-align: right;
  }

  .md\:focus\:text-justify:focus {
    text-align: justify;
  }

  .md\:active\:text-left:active {
    text-align: left;
  }

  .md\:active\:text-center:active {
    text-align: center;
  }

  .md\:active\:text-right:active {
    text-align: right;
  }

  .md\:active\:text-justify:active {
    text-align: justify;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-black {
    color: #22292f;
  }

  .md\:text-grey-darkest {
    color: #3d4852;
  }

  .md\:text-grey-darker {
    color: #606f7b;
  }

  .md\:text-grey-dark {
    color: #8795a1;
  }

  .md\:text-grey {
    color: #b8c2cc;
  }

  .md\:text-grey-light {
    color: #dae1e7;
  }

  .md\:text-grey-lighter {
    color: #f1f5f8;
  }

  .md\:text-grey-lightest {
    color: #f8fafc;
  }

  .md\:text-white {
    color: #fff;
  }

  .md\:text-red-darkest {
    color: #3b0d0c;
  }

  .md\:text-red-darker {
    color: #621b18;
  }

  .md\:text-red-dark {
    color: #cc1f1a;
  }

  .md\:text-red {
    color: #e3342f;
  }

  .md\:text-red-light {
    color: #ef5753;
  }

  .md\:text-red-lighter {
    color: #f9acaa;
  }

  .md\:text-red-lightest {
    color: #fcebea;
  }

  .md\:text-orange-darkest {
    color: #462a16;
  }

  .md\:text-orange-darker {
    color: #613b1f;
  }

  .md\:text-orange-dark {
    color: #de751f;
  }

  .md\:text-orange {
    color: #f6993f;
  }

  .md\:text-orange-light {
    color: #faad63;
  }

  .md\:text-orange-lighter {
    color: #fcd9b6;
  }

  .md\:text-orange-lightest {
    color: #fff5eb;
  }

  .md\:text-yellow-darkest {
    color: #453411;
  }

  .md\:text-yellow-darker {
    color: #684f1d;
  }

  .md\:text-yellow-dark {
    color: #f2d024;
  }

  .md\:text-yellow {
    color: #ffed4a;
  }

  .md\:text-yellow-light {
    color: #fff382;
  }

  .md\:text-yellow-lighter {
    color: #fff9c2;
  }

  .md\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .md\:text-green-darkest {
    color: #0f2f21;
  }

  .md\:text-green-darker {
    color: #1a4731;
  }

  .md\:text-green-dark {
    color: #1f9d55;
  }

  .md\:text-green {
    color: #38c172;
  }

  .md\:text-green-light {
    color: #51d88a;
  }

  .md\:text-green-lighter {
    color: #a2f5bf;
  }

  .md\:text-green-lightest {
    color: #e3fcec;
  }

  .md\:text-teal-darkest {
    color: #0d3331;
  }

  .md\:text-teal-darker {
    color: #20504f;
  }

  .md\:text-teal-dark {
    color: #38a89d;
  }

  .md\:text-teal {
    color: #4dc0b5;
  }

  .md\:text-teal-light {
    color: #64d5ca;
  }

  .md\:text-teal-lighter {
    color: #a0f0ed;
  }

  .md\:text-teal-lightest {
    color: #e8fffe;
  }

  .md\:text-blue-darkest {
    color: #12283a;
  }

  .md\:text-blue-darker {
    color: #1c3d5a;
  }

  .md\:text-blue-dark {
    color: #2779bd;
  }

  .md\:text-blue {
    color: #3490dc;
  }

  .md\:text-blue-light {
    color: #6cb2eb;
  }

  .md\:text-blue-lighter {
    color: #bcdefa;
  }

  .md\:text-blue-lightest {
    color: #eff8ff;
  }

  .md\:text-indigo-darkest {
    color: #191e38;
  }

  .md\:text-indigo-darker {
    color: #2f365f;
  }

  .md\:text-indigo-dark {
    color: #5661b3;
  }

  .md\:text-indigo {
    color: #6574cd;
  }

  .md\:text-indigo-light {
    color: #7886d7;
  }

  .md\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .md\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .md\:text-purple-darkest {
    color: #21183c;
  }

  .md\:text-purple-darker {
    color: #382b5f;
  }

  .md\:text-purple-dark {
    color: #794acf;
  }

  .md\:text-purple {
    color: #9561e2;
  }

  .md\:text-purple-light {
    color: #a779e9;
  }

  .md\:text-purple-lighter {
    color: #d6bbfc;
  }

  .md\:text-purple-lightest {
    color: #f3ebff;
  }

  .md\:text-pink-darkest {
    color: #451225;
  }

  .md\:text-pink-darker {
    color: #6f213f;
  }

  .md\:text-pink-dark {
    color: #eb5286;
  }

  .md\:text-pink {
    color: #f66d9b;
  }

  .md\:text-pink-light {
    color: #fa7ea8;
  }

  .md\:text-pink-lighter {
    color: #ffbbca;
  }

  .md\:text-pink-lightest {
    color: #ffebef;
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-black {
    color: #22292f;
  }

  .group:hover .md\:group-hover\:text-grey-darkest {
    color: #3d4852;
  }

  .group:hover .md\:group-hover\:text-grey-darker {
    color: #606f7b;
  }

  .group:hover .md\:group-hover\:text-grey-dark {
    color: #8795a1;
  }

  .group:hover .md\:group-hover\:text-grey {
    color: #b8c2cc;
  }

  .group:hover .md\:group-hover\:text-grey-light {
    color: #dae1e7;
  }

  .group:hover .md\:group-hover\:text-grey-lighter {
    color: #f1f5f8;
  }

  .group:hover .md\:group-hover\:text-grey-lightest {
    color: #f8fafc;
  }

  .group:hover .md\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .md\:group-hover\:text-red-darkest {
    color: #3b0d0c;
  }

  .group:hover .md\:group-hover\:text-red-darker {
    color: #621b18;
  }

  .group:hover .md\:group-hover\:text-red-dark {
    color: #cc1f1a;
  }

  .group:hover .md\:group-hover\:text-red {
    color: #e3342f;
  }

  .group:hover .md\:group-hover\:text-red-light {
    color: #ef5753;
  }

  .group:hover .md\:group-hover\:text-red-lighter {
    color: #f9acaa;
  }

  .group:hover .md\:group-hover\:text-red-lightest {
    color: #fcebea;
  }

  .group:hover .md\:group-hover\:text-orange-darkest {
    color: #462a16;
  }

  .group:hover .md\:group-hover\:text-orange-darker {
    color: #613b1f;
  }

  .group:hover .md\:group-hover\:text-orange-dark {
    color: #de751f;
  }

  .group:hover .md\:group-hover\:text-orange {
    color: #f6993f;
  }

  .group:hover .md\:group-hover\:text-orange-light {
    color: #faad63;
  }

  .group:hover .md\:group-hover\:text-orange-lighter {
    color: #fcd9b6;
  }

  .group:hover .md\:group-hover\:text-orange-lightest {
    color: #fff5eb;
  }

  .group:hover .md\:group-hover\:text-yellow-darkest {
    color: #453411;
  }

  .group:hover .md\:group-hover\:text-yellow-darker {
    color: #684f1d;
  }

  .group:hover .md\:group-hover\:text-yellow-dark {
    color: #f2d024;
  }

  .group:hover .md\:group-hover\:text-yellow {
    color: #ffed4a;
  }

  .group:hover .md\:group-hover\:text-yellow-light {
    color: #fff382;
  }

  .group:hover .md\:group-hover\:text-yellow-lighter {
    color: #fff9c2;
  }

  .group:hover .md\:group-hover\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .group:hover .md\:group-hover\:text-green-darkest {
    color: #0f2f21;
  }

  .group:hover .md\:group-hover\:text-green-darker {
    color: #1a4731;
  }

  .group:hover .md\:group-hover\:text-green-dark {
    color: #1f9d55;
  }

  .group:hover .md\:group-hover\:text-green {
    color: #38c172;
  }

  .group:hover .md\:group-hover\:text-green-light {
    color: #51d88a;
  }

  .group:hover .md\:group-hover\:text-green-lighter {
    color: #a2f5bf;
  }

  .group:hover .md\:group-hover\:text-green-lightest {
    color: #e3fcec;
  }

  .group:hover .md\:group-hover\:text-teal-darkest {
    color: #0d3331;
  }

  .group:hover .md\:group-hover\:text-teal-darker {
    color: #20504f;
  }

  .group:hover .md\:group-hover\:text-teal-dark {
    color: #38a89d;
  }

  .group:hover .md\:group-hover\:text-teal {
    color: #4dc0b5;
  }

  .group:hover .md\:group-hover\:text-teal-light {
    color: #64d5ca;
  }

  .group:hover .md\:group-hover\:text-teal-lighter {
    color: #a0f0ed;
  }

  .group:hover .md\:group-hover\:text-teal-lightest {
    color: #e8fffe;
  }

  .group:hover .md\:group-hover\:text-blue-darkest {
    color: #12283a;
  }

  .group:hover .md\:group-hover\:text-blue-darker {
    color: #1c3d5a;
  }

  .group:hover .md\:group-hover\:text-blue-dark {
    color: #2779bd;
  }

  .group:hover .md\:group-hover\:text-blue {
    color: #3490dc;
  }

  .group:hover .md\:group-hover\:text-blue-light {
    color: #6cb2eb;
  }

  .group:hover .md\:group-hover\:text-blue-lighter {
    color: #bcdefa;
  }

  .group:hover .md\:group-hover\:text-blue-lightest {
    color: #eff8ff;
  }

  .group:hover .md\:group-hover\:text-indigo-darkest {
    color: #191e38;
  }

  .group:hover .md\:group-hover\:text-indigo-darker {
    color: #2f365f;
  }

  .group:hover .md\:group-hover\:text-indigo-dark {
    color: #5661b3;
  }

  .group:hover .md\:group-hover\:text-indigo {
    color: #6574cd;
  }

  .group:hover .md\:group-hover\:text-indigo-light {
    color: #7886d7;
  }

  .group:hover .md\:group-hover\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .group:hover .md\:group-hover\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .group:hover .md\:group-hover\:text-purple-darkest {
    color: #21183c;
  }

  .group:hover .md\:group-hover\:text-purple-darker {
    color: #382b5f;
  }

  .group:hover .md\:group-hover\:text-purple-dark {
    color: #794acf;
  }

  .group:hover .md\:group-hover\:text-purple {
    color: #9561e2;
  }

  .group:hover .md\:group-hover\:text-purple-light {
    color: #a779e9;
  }

  .group:hover .md\:group-hover\:text-purple-lighter {
    color: #d6bbfc;
  }

  .group:hover .md\:group-hover\:text-purple-lightest {
    color: #f3ebff;
  }

  .group:hover .md\:group-hover\:text-pink-darkest {
    color: #451225;
  }

  .group:hover .md\:group-hover\:text-pink-darker {
    color: #6f213f;
  }

  .group:hover .md\:group-hover\:text-pink-dark {
    color: #eb5286;
  }

  .group:hover .md\:group-hover\:text-pink {
    color: #f66d9b;
  }

  .group:hover .md\:group-hover\:text-pink-light {
    color: #fa7ea8;
  }

  .group:hover .md\:group-hover\:text-pink-lighter {
    color: #ffbbca;
  }

  .group:hover .md\:group-hover\:text-pink-lightest {
    color: #ffebef;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-black:hover {
    color: #22292f;
  }

  .md\:hover\:text-grey-darkest:hover {
    color: #3d4852;
  }

  .md\:hover\:text-grey-darker:hover {
    color: #606f7b;
  }

  .md\:hover\:text-grey-dark:hover {
    color: #8795a1;
  }

  .md\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .md\:hover\:text-grey-light:hover {
    color: #dae1e7;
  }

  .md\:hover\:text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .md\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

  .md\:hover\:text-white:hover {
    color: #fff;
  }

  .md\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }

  .md\:hover\:text-red-darker:hover {
    color: #621b18;
  }

  .md\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }

  .md\:hover\:text-red:hover {
    color: #e3342f;
  }

  .md\:hover\:text-red-light:hover {
    color: #ef5753;
  }

  .md\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }

  .md\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }

  .md\:hover\:text-orange-darkest:hover {
    color: #462a16;
  }

  .md\:hover\:text-orange-darker:hover {
    color: #613b1f;
  }

  .md\:hover\:text-orange-dark:hover {
    color: #de751f;
  }

  .md\:hover\:text-orange:hover {
    color: #f6993f;
  }

  .md\:hover\:text-orange-light:hover {
    color: #faad63;
  }

  .md\:hover\:text-orange-lighter:hover {
    color: #fcd9b6;
  }

  .md\:hover\:text-orange-lightest:hover {
    color: #fff5eb;
  }

  .md\:hover\:text-yellow-darkest:hover {
    color: #453411;
  }

  .md\:hover\:text-yellow-darker:hover {
    color: #684f1d;
  }

  .md\:hover\:text-yellow-dark:hover {
    color: #f2d024;
  }

  .md\:hover\:text-yellow:hover {
    color: #ffed4a;
  }

  .md\:hover\:text-yellow-light:hover {
    color: #fff382;
  }

  .md\:hover\:text-yellow-lighter:hover {
    color: #fff9c2;
  }

  .md\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb;
  }

  .md\:hover\:text-green-darkest:hover {
    color: #0f2f21;
  }

  .md\:hover\:text-green-darker:hover {
    color: #1a4731;
  }

  .md\:hover\:text-green-dark:hover {
    color: #1f9d55;
  }

  .md\:hover\:text-green:hover {
    color: #38c172;
  }

  .md\:hover\:text-green-light:hover {
    color: #51d88a;
  }

  .md\:hover\:text-green-lighter:hover {
    color: #a2f5bf;
  }

  .md\:hover\:text-green-lightest:hover {
    color: #e3fcec;
  }

  .md\:hover\:text-teal-darkest:hover {
    color: #0d3331;
  }

  .md\:hover\:text-teal-darker:hover {
    color: #20504f;
  }

  .md\:hover\:text-teal-dark:hover {
    color: #38a89d;
  }

  .md\:hover\:text-teal:hover {
    color: #4dc0b5;
  }

  .md\:hover\:text-teal-light:hover {
    color: #64d5ca;
  }

  .md\:hover\:text-teal-lighter:hover {
    color: #a0f0ed;
  }

  .md\:hover\:text-teal-lightest:hover {
    color: #e8fffe;
  }

  .md\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }

  .md\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }

  .md\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }

  .md\:hover\:text-blue:hover {
    color: #3490dc;
  }

  .md\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }

  .md\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }

  .md\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }

  .md\:hover\:text-indigo-darkest:hover {
    color: #191e38;
  }

  .md\:hover\:text-indigo-darker:hover {
    color: #2f365f;
  }

  .md\:hover\:text-indigo-dark:hover {
    color: #5661b3;
  }

  .md\:hover\:text-indigo:hover {
    color: #6574cd;
  }

  .md\:hover\:text-indigo-light:hover {
    color: #7886d7;
  }

  .md\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff;
  }

  .md\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff;
  }

  .md\:hover\:text-purple-darkest:hover {
    color: #21183c;
  }

  .md\:hover\:text-purple-darker:hover {
    color: #382b5f;
  }

  .md\:hover\:text-purple-dark:hover {
    color: #794acf;
  }

  .md\:hover\:text-purple:hover {
    color: #9561e2;
  }

  .md\:hover\:text-purple-light:hover {
    color: #a779e9;
  }

  .md\:hover\:text-purple-lighter:hover {
    color: #d6bbfc;
  }

  .md\:hover\:text-purple-lightest:hover {
    color: #f3ebff;
  }

  .md\:hover\:text-pink-darkest:hover {
    color: #451225;
  }

  .md\:hover\:text-pink-darker:hover {
    color: #6f213f;
  }

  .md\:hover\:text-pink-dark:hover {
    color: #eb5286;
  }

  .md\:hover\:text-pink:hover {
    color: #f66d9b;
  }

  .md\:hover\:text-pink-light:hover {
    color: #fa7ea8;
  }

  .md\:hover\:text-pink-lighter:hover {
    color: #ffbbca;
  }

  .md\:hover\:text-pink-lightest:hover {
    color: #ffebef;
  }

  .md\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .md\:focus-within\:text-black:focus-within {
    color: #22292f;
  }

  .md\:focus-within\:text-grey-darkest:focus-within {
    color: #3d4852;
  }

  .md\:focus-within\:text-grey-darker:focus-within {
    color: #606f7b;
  }

  .md\:focus-within\:text-grey-dark:focus-within {
    color: #8795a1;
  }

  .md\:focus-within\:text-grey:focus-within {
    color: #b8c2cc;
  }

  .md\:focus-within\:text-grey-light:focus-within {
    color: #dae1e7;
  }

  .md\:focus-within\:text-grey-lighter:focus-within {
    color: #f1f5f8;
  }

  .md\:focus-within\:text-grey-lightest:focus-within {
    color: #f8fafc;
  }

  .md\:focus-within\:text-white:focus-within {
    color: #fff;
  }

  .md\:focus-within\:text-red-darkest:focus-within {
    color: #3b0d0c;
  }

  .md\:focus-within\:text-red-darker:focus-within {
    color: #621b18;
  }

  .md\:focus-within\:text-red-dark:focus-within {
    color: #cc1f1a;
  }

  .md\:focus-within\:text-red:focus-within {
    color: #e3342f;
  }

  .md\:focus-within\:text-red-light:focus-within {
    color: #ef5753;
  }

  .md\:focus-within\:text-red-lighter:focus-within {
    color: #f9acaa;
  }

  .md\:focus-within\:text-red-lightest:focus-within {
    color: #fcebea;
  }

  .md\:focus-within\:text-orange-darkest:focus-within {
    color: #462a16;
  }

  .md\:focus-within\:text-orange-darker:focus-within {
    color: #613b1f;
  }

  .md\:focus-within\:text-orange-dark:focus-within {
    color: #de751f;
  }

  .md\:focus-within\:text-orange:focus-within {
    color: #f6993f;
  }

  .md\:focus-within\:text-orange-light:focus-within {
    color: #faad63;
  }

  .md\:focus-within\:text-orange-lighter:focus-within {
    color: #fcd9b6;
  }

  .md\:focus-within\:text-orange-lightest:focus-within {
    color: #fff5eb;
  }

  .md\:focus-within\:text-yellow-darkest:focus-within {
    color: #453411;
  }

  .md\:focus-within\:text-yellow-darker:focus-within {
    color: #684f1d;
  }

  .md\:focus-within\:text-yellow-dark:focus-within {
    color: #f2d024;
  }

  .md\:focus-within\:text-yellow:focus-within {
    color: #ffed4a;
  }

  .md\:focus-within\:text-yellow-light:focus-within {
    color: #fff382;
  }

  .md\:focus-within\:text-yellow-lighter:focus-within {
    color: #fff9c2;
  }

  .md\:focus-within\:text-yellow-lightest:focus-within {
    color: #fcfbeb;
  }

  .md\:focus-within\:text-green-darkest:focus-within {
    color: #0f2f21;
  }

  .md\:focus-within\:text-green-darker:focus-within {
    color: #1a4731;
  }

  .md\:focus-within\:text-green-dark:focus-within {
    color: #1f9d55;
  }

  .md\:focus-within\:text-green:focus-within {
    color: #38c172;
  }

  .md\:focus-within\:text-green-light:focus-within {
    color: #51d88a;
  }

  .md\:focus-within\:text-green-lighter:focus-within {
    color: #a2f5bf;
  }

  .md\:focus-within\:text-green-lightest:focus-within {
    color: #e3fcec;
  }

  .md\:focus-within\:text-teal-darkest:focus-within {
    color: #0d3331;
  }

  .md\:focus-within\:text-teal-darker:focus-within {
    color: #20504f;
  }

  .md\:focus-within\:text-teal-dark:focus-within {
    color: #38a89d;
  }

  .md\:focus-within\:text-teal:focus-within {
    color: #4dc0b5;
  }

  .md\:focus-within\:text-teal-light:focus-within {
    color: #64d5ca;
  }

  .md\:focus-within\:text-teal-lighter:focus-within {
    color: #a0f0ed;
  }

  .md\:focus-within\:text-teal-lightest:focus-within {
    color: #e8fffe;
  }

  .md\:focus-within\:text-blue-darkest:focus-within {
    color: #12283a;
  }

  .md\:focus-within\:text-blue-darker:focus-within {
    color: #1c3d5a;
  }

  .md\:focus-within\:text-blue-dark:focus-within {
    color: #2779bd;
  }

  .md\:focus-within\:text-blue:focus-within {
    color: #3490dc;
  }

  .md\:focus-within\:text-blue-light:focus-within {
    color: #6cb2eb;
  }

  .md\:focus-within\:text-blue-lighter:focus-within {
    color: #bcdefa;
  }

  .md\:focus-within\:text-blue-lightest:focus-within {
    color: #eff8ff;
  }

  .md\:focus-within\:text-indigo-darkest:focus-within {
    color: #191e38;
  }

  .md\:focus-within\:text-indigo-darker:focus-within {
    color: #2f365f;
  }

  .md\:focus-within\:text-indigo-dark:focus-within {
    color: #5661b3;
  }

  .md\:focus-within\:text-indigo:focus-within {
    color: #6574cd;
  }

  .md\:focus-within\:text-indigo-light:focus-within {
    color: #7886d7;
  }

  .md\:focus-within\:text-indigo-lighter:focus-within {
    color: #b2b7ff;
  }

  .md\:focus-within\:text-indigo-lightest:focus-within {
    color: #e6e8ff;
  }

  .md\:focus-within\:text-purple-darkest:focus-within {
    color: #21183c;
  }

  .md\:focus-within\:text-purple-darker:focus-within {
    color: #382b5f;
  }

  .md\:focus-within\:text-purple-dark:focus-within {
    color: #794acf;
  }

  .md\:focus-within\:text-purple:focus-within {
    color: #9561e2;
  }

  .md\:focus-within\:text-purple-light:focus-within {
    color: #a779e9;
  }

  .md\:focus-within\:text-purple-lighter:focus-within {
    color: #d6bbfc;
  }

  .md\:focus-within\:text-purple-lightest:focus-within {
    color: #f3ebff;
  }

  .md\:focus-within\:text-pink-darkest:focus-within {
    color: #451225;
  }

  .md\:focus-within\:text-pink-darker:focus-within {
    color: #6f213f;
  }

  .md\:focus-within\:text-pink-dark:focus-within {
    color: #eb5286;
  }

  .md\:focus-within\:text-pink:focus-within {
    color: #f66d9b;
  }

  .md\:focus-within\:text-pink-light:focus-within {
    color: #fa7ea8;
  }

  .md\:focus-within\:text-pink-lighter:focus-within {
    color: #ffbbca;
  }

  .md\:focus-within\:text-pink-lightest:focus-within {
    color: #ffebef;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-black:focus {
    color: #22292f;
  }

  .md\:focus\:text-grey-darkest:focus {
    color: #3d4852;
  }

  .md\:focus\:text-grey-darker:focus {
    color: #606f7b;
  }

  .md\:focus\:text-grey-dark:focus {
    color: #8795a1;
  }

  .md\:focus\:text-grey:focus {
    color: #b8c2cc;
  }

  .md\:focus\:text-grey-light:focus {
    color: #dae1e7;
  }

  .md\:focus\:text-grey-lighter:focus {
    color: #f1f5f8;
  }

  .md\:focus\:text-grey-lightest:focus {
    color: #f8fafc;
  }

  .md\:focus\:text-white:focus {
    color: #fff;
  }

  .md\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }

  .md\:focus\:text-red-darker:focus {
    color: #621b18;
  }

  .md\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }

  .md\:focus\:text-red:focus {
    color: #e3342f;
  }

  .md\:focus\:text-red-light:focus {
    color: #ef5753;
  }

  .md\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }

  .md\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }

  .md\:focus\:text-orange-darkest:focus {
    color: #462a16;
  }

  .md\:focus\:text-orange-darker:focus {
    color: #613b1f;
  }

  .md\:focus\:text-orange-dark:focus {
    color: #de751f;
  }

  .md\:focus\:text-orange:focus {
    color: #f6993f;
  }

  .md\:focus\:text-orange-light:focus {
    color: #faad63;
  }

  .md\:focus\:text-orange-lighter:focus {
    color: #fcd9b6;
  }

  .md\:focus\:text-orange-lightest:focus {
    color: #fff5eb;
  }

  .md\:focus\:text-yellow-darkest:focus {
    color: #453411;
  }

  .md\:focus\:text-yellow-darker:focus {
    color: #684f1d;
  }

  .md\:focus\:text-yellow-dark:focus {
    color: #f2d024;
  }

  .md\:focus\:text-yellow:focus {
    color: #ffed4a;
  }

  .md\:focus\:text-yellow-light:focus {
    color: #fff382;
  }

  .md\:focus\:text-yellow-lighter:focus {
    color: #fff9c2;
  }

  .md\:focus\:text-yellow-lightest:focus {
    color: #fcfbeb;
  }

  .md\:focus\:text-green-darkest:focus {
    color: #0f2f21;
  }

  .md\:focus\:text-green-darker:focus {
    color: #1a4731;
  }

  .md\:focus\:text-green-dark:focus {
    color: #1f9d55;
  }

  .md\:focus\:text-green:focus {
    color: #38c172;
  }

  .md\:focus\:text-green-light:focus {
    color: #51d88a;
  }

  .md\:focus\:text-green-lighter:focus {
    color: #a2f5bf;
  }

  .md\:focus\:text-green-lightest:focus {
    color: #e3fcec;
  }

  .md\:focus\:text-teal-darkest:focus {
    color: #0d3331;
  }

  .md\:focus\:text-teal-darker:focus {
    color: #20504f;
  }

  .md\:focus\:text-teal-dark:focus {
    color: #38a89d;
  }

  .md\:focus\:text-teal:focus {
    color: #4dc0b5;
  }

  .md\:focus\:text-teal-light:focus {
    color: #64d5ca;
  }

  .md\:focus\:text-teal-lighter:focus {
    color: #a0f0ed;
  }

  .md\:focus\:text-teal-lightest:focus {
    color: #e8fffe;
  }

  .md\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }

  .md\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }

  .md\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }

  .md\:focus\:text-blue:focus {
    color: #3490dc;
  }

  .md\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }

  .md\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }

  .md\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }

  .md\:focus\:text-indigo-darkest:focus {
    color: #191e38;
  }

  .md\:focus\:text-indigo-darker:focus {
    color: #2f365f;
  }

  .md\:focus\:text-indigo-dark:focus {
    color: #5661b3;
  }

  .md\:focus\:text-indigo:focus {
    color: #6574cd;
  }

  .md\:focus\:text-indigo-light:focus {
    color: #7886d7;
  }

  .md\:focus\:text-indigo-lighter:focus {
    color: #b2b7ff;
  }

  .md\:focus\:text-indigo-lightest:focus {
    color: #e6e8ff;
  }

  .md\:focus\:text-purple-darkest:focus {
    color: #21183c;
  }

  .md\:focus\:text-purple-darker:focus {
    color: #382b5f;
  }

  .md\:focus\:text-purple-dark:focus {
    color: #794acf;
  }

  .md\:focus\:text-purple:focus {
    color: #9561e2;
  }

  .md\:focus\:text-purple-light:focus {
    color: #a779e9;
  }

  .md\:focus\:text-purple-lighter:focus {
    color: #d6bbfc;
  }

  .md\:focus\:text-purple-lightest:focus {
    color: #f3ebff;
  }

  .md\:focus\:text-pink-darkest:focus {
    color: #451225;
  }

  .md\:focus\:text-pink-darker:focus {
    color: #6f213f;
  }

  .md\:focus\:text-pink-dark:focus {
    color: #eb5286;
  }

  .md\:focus\:text-pink:focus {
    color: #f66d9b;
  }

  .md\:focus\:text-pink-light:focus {
    color: #fa7ea8;
  }

  .md\:focus\:text-pink-lighter:focus {
    color: #ffbbca;
  }

  .md\:focus\:text-pink-lightest:focus {
    color: #ffebef;
  }

  .md\:active\:text-transparent:active {
    color: transparent;
  }

  .md\:active\:text-black:active {
    color: #22292f;
  }

  .md\:active\:text-grey-darkest:active {
    color: #3d4852;
  }

  .md\:active\:text-grey-darker:active {
    color: #606f7b;
  }

  .md\:active\:text-grey-dark:active {
    color: #8795a1;
  }

  .md\:active\:text-grey:active {
    color: #b8c2cc;
  }

  .md\:active\:text-grey-light:active {
    color: #dae1e7;
  }

  .md\:active\:text-grey-lighter:active {
    color: #f1f5f8;
  }

  .md\:active\:text-grey-lightest:active {
    color: #f8fafc;
  }

  .md\:active\:text-white:active {
    color: #fff;
  }

  .md\:active\:text-red-darkest:active {
    color: #3b0d0c;
  }

  .md\:active\:text-red-darker:active {
    color: #621b18;
  }

  .md\:active\:text-red-dark:active {
    color: #cc1f1a;
  }

  .md\:active\:text-red:active {
    color: #e3342f;
  }

  .md\:active\:text-red-light:active {
    color: #ef5753;
  }

  .md\:active\:text-red-lighter:active {
    color: #f9acaa;
  }

  .md\:active\:text-red-lightest:active {
    color: #fcebea;
  }

  .md\:active\:text-orange-darkest:active {
    color: #462a16;
  }

  .md\:active\:text-orange-darker:active {
    color: #613b1f;
  }

  .md\:active\:text-orange-dark:active {
    color: #de751f;
  }

  .md\:active\:text-orange:active {
    color: #f6993f;
  }

  .md\:active\:text-orange-light:active {
    color: #faad63;
  }

  .md\:active\:text-orange-lighter:active {
    color: #fcd9b6;
  }

  .md\:active\:text-orange-lightest:active {
    color: #fff5eb;
  }

  .md\:active\:text-yellow-darkest:active {
    color: #453411;
  }

  .md\:active\:text-yellow-darker:active {
    color: #684f1d;
  }

  .md\:active\:text-yellow-dark:active {
    color: #f2d024;
  }

  .md\:active\:text-yellow:active {
    color: #ffed4a;
  }

  .md\:active\:text-yellow-light:active {
    color: #fff382;
  }

  .md\:active\:text-yellow-lighter:active {
    color: #fff9c2;
  }

  .md\:active\:text-yellow-lightest:active {
    color: #fcfbeb;
  }

  .md\:active\:text-green-darkest:active {
    color: #0f2f21;
  }

  .md\:active\:text-green-darker:active {
    color: #1a4731;
  }

  .md\:active\:text-green-dark:active {
    color: #1f9d55;
  }

  .md\:active\:text-green:active {
    color: #38c172;
  }

  .md\:active\:text-green-light:active {
    color: #51d88a;
  }

  .md\:active\:text-green-lighter:active {
    color: #a2f5bf;
  }

  .md\:active\:text-green-lightest:active {
    color: #e3fcec;
  }

  .md\:active\:text-teal-darkest:active {
    color: #0d3331;
  }

  .md\:active\:text-teal-darker:active {
    color: #20504f;
  }

  .md\:active\:text-teal-dark:active {
    color: #38a89d;
  }

  .md\:active\:text-teal:active {
    color: #4dc0b5;
  }

  .md\:active\:text-teal-light:active {
    color: #64d5ca;
  }

  .md\:active\:text-teal-lighter:active {
    color: #a0f0ed;
  }

  .md\:active\:text-teal-lightest:active {
    color: #e8fffe;
  }

  .md\:active\:text-blue-darkest:active {
    color: #12283a;
  }

  .md\:active\:text-blue-darker:active {
    color: #1c3d5a;
  }

  .md\:active\:text-blue-dark:active {
    color: #2779bd;
  }

  .md\:active\:text-blue:active {
    color: #3490dc;
  }

  .md\:active\:text-blue-light:active {
    color: #6cb2eb;
  }

  .md\:active\:text-blue-lighter:active {
    color: #bcdefa;
  }

  .md\:active\:text-blue-lightest:active {
    color: #eff8ff;
  }

  .md\:active\:text-indigo-darkest:active {
    color: #191e38;
  }

  .md\:active\:text-indigo-darker:active {
    color: #2f365f;
  }

  .md\:active\:text-indigo-dark:active {
    color: #5661b3;
  }

  .md\:active\:text-indigo:active {
    color: #6574cd;
  }

  .md\:active\:text-indigo-light:active {
    color: #7886d7;
  }

  .md\:active\:text-indigo-lighter:active {
    color: #b2b7ff;
  }

  .md\:active\:text-indigo-lightest:active {
    color: #e6e8ff;
  }

  .md\:active\:text-purple-darkest:active {
    color: #21183c;
  }

  .md\:active\:text-purple-darker:active {
    color: #382b5f;
  }

  .md\:active\:text-purple-dark:active {
    color: #794acf;
  }

  .md\:active\:text-purple:active {
    color: #9561e2;
  }

  .md\:active\:text-purple-light:active {
    color: #a779e9;
  }

  .md\:active\:text-purple-lighter:active {
    color: #d6bbfc;
  }

  .md\:active\:text-purple-lightest:active {
    color: #f3ebff;
  }

  .md\:active\:text-pink-darkest:active {
    color: #451225;
  }

  .md\:active\:text-pink-darker:active {
    color: #6f213f;
  }

  .md\:active\:text-pink-dark:active {
    color: #eb5286;
  }

  .md\:active\:text-pink:active {
    color: #f66d9b;
  }

  .md\:active\:text-pink-light:active {
    color: #fa7ea8;
  }

  .md\:active\:text-pink-lighter:active {
    color: #ffbbca;
  }

  .md\:active\:text-pink-lightest:active {
    color: #ffebef;
  }

  .md\:text-xs {
    font-size: .75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
  }

  .md\:text-md {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .md\:group-hover\:text-xs {
    font-size: .75rem;
  }

  .group:hover .md\:group-hover\:text-sm {
    font-size: .875rem;
  }

  .group:hover .md\:group-hover\:text-md {
    font-size: 1rem;
  }

  .group:hover .md\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .md\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .md\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .md\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .md\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .md\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .md\:hover\:text-xs:hover {
    font-size: .75rem;
  }

  .md\:hover\:text-sm:hover {
    font-size: .875rem;
  }

  .md\:hover\:text-md:hover {
    font-size: 1rem;
  }

  .md\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .md\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .md\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .md\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .md\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .md\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .md\:focus-within\:text-xs:focus-within {
    font-size: .75rem;
  }

  .md\:focus-within\:text-sm:focus-within {
    font-size: .875rem;
  }

  .md\:focus-within\:text-md:focus-within {
    font-size: 1rem;
  }

  .md\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
  }

  .md\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
  }

  .md\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
  }

  .md\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
  }

  .md\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
  }

  .md\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
  }

  .md\:focus\:text-xs:focus {
    font-size: .75rem;
  }

  .md\:focus\:text-sm:focus {
    font-size: .875rem;
  }

  .md\:focus\:text-md:focus {
    font-size: 1rem;
  }

  .md\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .md\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .md\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .md\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .md\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .md\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .md\:active\:text-xs:active {
    font-size: .75rem;
  }

  .md\:active\:text-sm:active {
    font-size: .875rem;
  }

  .md\:active\:text-md:active {
    font-size: 1rem;
  }

  .md\:active\:text-lg:active {
    font-size: 1.125rem;
  }

  .md\:active\:text-xl:active {
    font-size: 1.25rem;
  }

  .md\:active\:text-2xl:active {
    font-size: 1.5rem;
  }

  .md\:active\:text-3xl:active {
    font-size: 1.875rem;
  }

  .md\:active\:text-4xl:active {
    font-size: 2.25rem;
  }

  .md\:active\:text-5xl:active {
    font-size: 3rem;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:roman {
    font-style: normal;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .md\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .md\:group-hover\:roman {
    font-style: normal;
  }

  .group:hover .md\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .md\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .md\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .md\:group-hover\:normal-case {
    text-transform: none;
  }

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none;
  }

  .group:hover .md\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .md\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:roman:hover {
    font-style: normal;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .md\:focus-within\:roman:focus-within {
    font-style: normal;
  }

  .md\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .md\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .md\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .md\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .md\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .md\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .md\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:focus\:italic:focus {
    font-style: italic;
  }

  .md\:focus\:roman:focus {
    font-style: normal;
  }

  .md\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .md\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .md\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .md\:focus\:normal-case:focus {
    text-transform: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:active\:italic:active {
    font-style: italic;
  }

  .md\:active\:roman:active {
    font-style: normal;
  }

  .md\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .md\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .md\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .md\:active\:normal-case:active {
    text-transform: none;
  }

  .md\:active\:underline:active {
    text-decoration: underline;
  }

  .md\:active\:line-through:active {
    text-decoration: line-through;
  }

  .md\:active\:no-underline:active {
    text-decoration: none;
  }

  .md\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

  .md\:tracking-wide {
    letter-spacing: .05em;
  }

  .group:hover .md\:group-hover\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .group:hover .md\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .md\:group-hover\:tracking-wide {
    letter-spacing: .05em;
  }

  .md\:hover\:tracking-tight:hover {
    letter-spacing: -0.05em;
  }

  .md\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .md\:hover\:tracking-wide:hover {
    letter-spacing: .05em;
  }

  .md\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.05em;
  }

  .md\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0;
  }

  .md\:focus-within\:tracking-wide:focus-within {
    letter-spacing: .05em;
  }

  .md\:focus\:tracking-tight:focus {
    letter-spacing: -0.05em;
  }

  .md\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .md\:focus\:tracking-wide:focus {
    letter-spacing: .05em;
  }

  .md\:active\:tracking-tight:active {
    letter-spacing: -0.05em;
  }

  .md\:active\:tracking-normal:active {
    letter-spacing: 0;
  }

  .md\:active\:tracking-wide:active {
    letter-spacing: .05em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .md\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .md\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .md\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .md\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .md\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .md\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .md\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .md\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .md\:hover\:align-top:hover {
    vertical-align: top;
  }

  .md\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .md\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .md\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .md\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .md\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .md\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .md\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .md\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .md\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .md\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .md\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .md\:focus\:align-top:focus {
    vertical-align: top;
  }

  .md\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .md\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .md\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .md\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .md\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .md\:active\:align-top:active {
    vertical-align: top;
  }

  .md\:active\:align-middle:active {
    vertical-align: middle;
  }

  .md\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .md\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .md\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .group:hover .md\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .md\:group-hover\:invisible {
    visibility: hidden;
  }

  .md\:hover\:visible:hover {
    visibility: visible;
  }

  .md\:hover\:invisible:hover {
    visibility: hidden;
  }

  .md\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .md\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .md\:focus\:visible:focus {
    visibility: visible;
  }

  .md\:focus\:invisible:focus {
    visibility: hidden;
  }

  .md\:active\:visible:active {
    visibility: visible;
  }

  .md\:active\:invisible:active {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-words {
    word-wrap: break-word;
  }

  .md\:break-normal {
    word-wrap: normal;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .md\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .md\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .md\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .md\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .md\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .group:hover .md\:group-hover\:break-words {
    word-wrap: break-word;
  }

  .group:hover .md\:group-hover\:break-normal {
    word-wrap: normal;
  }

  .group:hover .md\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .md\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .md\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .md\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .md\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .md\:hover\:break-words:hover {
    word-wrap: break-word;
  }

  .md\:hover\:break-normal:hover {
    word-wrap: normal;
  }

  .md\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .md\:focus-within\:whitespace-no-wrap:focus-within {
    white-space: nowrap;
  }

  .md\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .md\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .md\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .md\:focus-within\:break-words:focus-within {
    word-wrap: break-word;
  }

  .md\:focus-within\:break-normal:focus-within {
    word-wrap: normal;
  }

  .md\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .md\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .md\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .md\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .md\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .md\:focus\:break-words:focus {
    word-wrap: break-word;
  }

  .md\:focus\:break-normal:focus {
    word-wrap: normal;
  }

  .md\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .md\:active\:whitespace-no-wrap:active {
    white-space: nowrap;
  }

  .md\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .md\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .md\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .md\:active\:break-words:active {
    word-wrap: break-word;
  }

  .md\:active\:break-normal:active {
    word-wrap: normal;
  }

  .md\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-1 {
    width: .25rem;
  }

  .md\:w-2 {
    width: .5rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.66667%;
  }

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .group:hover .md\:group-hover\:w-1 {
    width: .25rem;
  }

  .group:hover .md\:group-hover\:w-2 {
    width: .5rem;
  }

  .group:hover .md\:group-hover\:w-3 {
    width: .75rem;
  }

  .group:hover .md\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .md\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .md\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .md\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .md\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .md\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .md\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .md\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .md\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .md\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .md\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .md\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .md\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .md\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .md\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-1\/3 {
    width: 33.33333%;
  }

  .group:hover .md\:group-hover\:w-2\/3 {
    width: 66.66667%;
  }

  .group:hover .md\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .md\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .md\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .md\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .md\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .md\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .md\:group-hover\:w-1\/6 {
    width: 16.66667%;
  }

  .group:hover .md\:group-hover\:w-5\/6 {
    width: 83.33333%;
  }

  .group:hover .md\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .md\:group-hover\:w-screen {
    width: 100vw;
  }

  .md\:hover\:w-1:hover {
    width: .25rem;
  }

  .md\:hover\:w-2:hover {
    width: .5rem;
  }

  .md\:hover\:w-3:hover {
    width: .75rem;
  }

  .md\:hover\:w-4:hover {
    width: 1rem;
  }

  .md\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .md\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .md\:hover\:w-8:hover {
    width: 2rem;
  }

  .md\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .md\:hover\:w-12:hover {
    width: 3rem;
  }

  .md\:hover\:w-16:hover {
    width: 4rem;
  }

  .md\:hover\:w-24:hover {
    width: 6rem;
  }

  .md\:hover\:w-32:hover {
    width: 8rem;
  }

  .md\:hover\:w-48:hover {
    width: 12rem;
  }

  .md\:hover\:w-56:hover {
    width: 14rem;
  }

  .md\:hover\:w-64:hover {
    width: 16rem;
  }

  .md\:hover\:w-auto:hover {
    width: auto;
  }

  .md\:hover\:w-px:hover {
    width: 1px;
  }

  .md\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .md\:hover\:w-1\/3:hover {
    width: 33.33333%;
  }

  .md\:hover\:w-2\/3:hover {
    width: 66.66667%;
  }

  .md\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .md\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .md\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .md\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .md\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .md\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .md\:hover\:w-1\/6:hover {
    width: 16.66667%;
  }

  .md\:hover\:w-5\/6:hover {
    width: 83.33333%;
  }

  .md\:hover\:w-full:hover {
    width: 100%;
  }

  .md\:hover\:w-screen:hover {
    width: 100vw;
  }

  .md\:focus-within\:w-1:focus-within {
    width: .25rem;
  }

  .md\:focus-within\:w-2:focus-within {
    width: .5rem;
  }

  .md\:focus-within\:w-3:focus-within {
    width: .75rem;
  }

  .md\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .md\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .md\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .md\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .md\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .md\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .md\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .md\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .md\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .md\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .md\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .md\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .md\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .md\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .md\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-1\/3:focus-within {
    width: 33.33333%;
  }

  .md\:focus-within\:w-2\/3:focus-within {
    width: 66.66667%;
  }

  .md\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .md\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .md\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .md\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .md\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .md\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .md\:focus-within\:w-1\/6:focus-within {
    width: 16.66667%;
  }

  .md\:focus-within\:w-5\/6:focus-within {
    width: 83.33333%;
  }

  .md\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .md\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .md\:focus\:w-1:focus {
    width: .25rem;
  }

  .md\:focus\:w-2:focus {
    width: .5rem;
  }

  .md\:focus\:w-3:focus {
    width: .75rem;
  }

  .md\:focus\:w-4:focus {
    width: 1rem;
  }

  .md\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .md\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .md\:focus\:w-8:focus {
    width: 2rem;
  }

  .md\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .md\:focus\:w-12:focus {
    width: 3rem;
  }

  .md\:focus\:w-16:focus {
    width: 4rem;
  }

  .md\:focus\:w-24:focus {
    width: 6rem;
  }

  .md\:focus\:w-32:focus {
    width: 8rem;
  }

  .md\:focus\:w-48:focus {
    width: 12rem;
  }

  .md\:focus\:w-56:focus {
    width: 14rem;
  }

  .md\:focus\:w-64:focus {
    width: 16rem;
  }

  .md\:focus\:w-auto:focus {
    width: auto;
  }

  .md\:focus\:w-px:focus {
    width: 1px;
  }

  .md\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .md\:focus\:w-1\/3:focus {
    width: 33.33333%;
  }

  .md\:focus\:w-2\/3:focus {
    width: 66.66667%;
  }

  .md\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .md\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .md\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .md\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .md\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .md\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .md\:focus\:w-1\/6:focus {
    width: 16.66667%;
  }

  .md\:focus\:w-5\/6:focus {
    width: 83.33333%;
  }

  .md\:focus\:w-full:focus {
    width: 100%;
  }

  .md\:focus\:w-screen:focus {
    width: 100vw;
  }

  .md\:active\:w-1:active {
    width: .25rem;
  }

  .md\:active\:w-2:active {
    width: .5rem;
  }

  .md\:active\:w-3:active {
    width: .75rem;
  }

  .md\:active\:w-4:active {
    width: 1rem;
  }

  .md\:active\:w-5:active {
    width: 1.25rem;
  }

  .md\:active\:w-6:active {
    width: 1.5rem;
  }

  .md\:active\:w-8:active {
    width: 2rem;
  }

  .md\:active\:w-10:active {
    width: 2.5rem;
  }

  .md\:active\:w-12:active {
    width: 3rem;
  }

  .md\:active\:w-16:active {
    width: 4rem;
  }

  .md\:active\:w-24:active {
    width: 6rem;
  }

  .md\:active\:w-32:active {
    width: 8rem;
  }

  .md\:active\:w-48:active {
    width: 12rem;
  }

  .md\:active\:w-56:active {
    width: 14rem;
  }

  .md\:active\:w-64:active {
    width: 16rem;
  }

  .md\:active\:w-auto:active {
    width: auto;
  }

  .md\:active\:w-px:active {
    width: 1px;
  }

  .md\:active\:w-1\/2:active {
    width: 50%;
  }

  .md\:active\:w-1\/3:active {
    width: 33.33333%;
  }

  .md\:active\:w-2\/3:active {
    width: 66.66667%;
  }

  .md\:active\:w-1\/4:active {
    width: 25%;
  }

  .md\:active\:w-3\/4:active {
    width: 75%;
  }

  .md\:active\:w-1\/5:active {
    width: 20%;
  }

  .md\:active\:w-2\/5:active {
    width: 40%;
  }

  .md\:active\:w-3\/5:active {
    width: 60%;
  }

  .md\:active\:w-4\/5:active {
    width: 80%;
  }

  .md\:active\:w-1\/6:active {
    width: 16.66667%;
  }

  .md\:active\:w-5\/6:active {
    width: 83.33333%;
  }

  .md\:active\:w-full:active {
    width: 100%;
  }

  .md\:active\:w-screen:active {
    width: 100vw;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .group:hover .md\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .md\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .md\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .md\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .md\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .md\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .md\:group-hover\:z-auto {
    z-index: auto;
  }

  .md\:hover\:z-0:hover {
    z-index: 0;
  }

  .md\:hover\:z-10:hover {
    z-index: 10;
  }

  .md\:hover\:z-20:hover {
    z-index: 20;
  }

  .md\:hover\:z-30:hover {
    z-index: 30;
  }

  .md\:hover\:z-40:hover {
    z-index: 40;
  }

  .md\:hover\:z-50:hover {
    z-index: 50;
  }

  .md\:hover\:z-auto:hover {
    z-index: auto;
  }

  .md\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .md\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .md\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .md\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .md\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .md\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .md\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .md\:focus\:z-0:focus {
    z-index: 0;
  }

  .md\:focus\:z-10:focus {
    z-index: 10;
  }

  .md\:focus\:z-20:focus {
    z-index: 20;
  }

  .md\:focus\:z-30:focus {
    z-index: 30;
  }

  .md\:focus\:z-40:focus {
    z-index: 40;
  }

  .md\:focus\:z-50:focus {
    z-index: 50;
  }

  .md\:focus\:z-auto:focus {
    z-index: auto;
  }

  .md\:active\:z-0:active {
    z-index: 0;
  }

  .md\:active\:z-10:active {
    z-index: 10;
  }

  .md\:active\:z-20:active {
    z-index: 20;
  }

  .md\:active\:z-30:active {
    z-index: 30;
  }

  .md\:active\:z-40:active {
    z-index: 40;
  }

  .md\:active\:z-50:active {
    z-index: 50;
  }

  .md\:active\:z-auto:active {
    z-index: auto;
  }
}

@media (min-width: 992px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

  .group:hover .lg\:group-hover\:list-reset {
    list-style: none;
    padding: 0;
  }

  .lg\:hover\:list-reset:hover {
    list-style: none;
    padding: 0;
  }

  .lg\:focus-within\:list-reset:focus-within {
    list-style: none;
    padding: 0;
  }

  .lg\:focus\:list-reset:focus {
    list-style: none;
    padding: 0;
  }

  .lg\:active\:list-reset:active {
    list-style: none;
    padding: 0;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .lg\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .lg\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .lg\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .lg\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .lg\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .lg\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .lg\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .lg\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .lg\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .lg\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .lg\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .lg\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .lg\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .lg\:active\:bg-local:active {
    background-attachment: local;
  }

  .lg\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-black {
    background-color: #22292f;
  }

  .lg\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .lg\:bg-grey-darker {
    background-color: #606f7b;
  }

  .lg\:bg-grey-dark {
    background-color: #8795a1;
  }

  .lg\:bg-grey {
    background-color: #b8c2cc;
  }

  .lg\:bg-grey-light {
    background-color: #dae1e7;
  }

  .lg\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .lg\:bg-grey-lightest {
    background-color: #f8fafc;
  }

  .lg\:bg-white {
    background-color: #fff;
  }

  .lg\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .lg\:bg-red-darker {
    background-color: #621b18;
  }

  .lg\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .lg\:bg-red {
    background-color: #e3342f;
  }

  .lg\:bg-red-light {
    background-color: #ef5753;
  }

  .lg\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .lg\:bg-red-lightest {
    background-color: #fcebea;
  }

  .lg\:bg-orange-darkest {
    background-color: #462a16;
  }

  .lg\:bg-orange-darker {
    background-color: #613b1f;
  }

  .lg\:bg-orange-dark {
    background-color: #de751f;
  }

  .lg\:bg-orange {
    background-color: #f6993f;
  }

  .lg\:bg-orange-light {
    background-color: #faad63;
  }

  .lg\:bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .lg\:bg-orange-lightest {
    background-color: #fff5eb;
  }

  .lg\:bg-yellow-darkest {
    background-color: #453411;
  }

  .lg\:bg-yellow-darker {
    background-color: #684f1d;
  }

  .lg\:bg-yellow-dark {
    background-color: #f2d024;
  }

  .lg\:bg-yellow {
    background-color: #ffed4a;
  }

  .lg\:bg-yellow-light {
    background-color: #fff382;
  }

  .lg\:bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .lg\:bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .lg\:bg-green-darkest {
    background-color: #0f2f21;
  }

  .lg\:bg-green-darker {
    background-color: #1a4731;
  }

  .lg\:bg-green-dark {
    background-color: #1f9d55;
  }

  .lg\:bg-green {
    background-color: #38c172;
  }

  .lg\:bg-green-light {
    background-color: #51d88a;
  }

  .lg\:bg-green-lighter {
    background-color: #a2f5bf;
  }

  .lg\:bg-green-lightest {
    background-color: #e3fcec;
  }

  .lg\:bg-teal-darkest {
    background-color: #0d3331;
  }

  .lg\:bg-teal-darker {
    background-color: #20504f;
  }

  .lg\:bg-teal-dark {
    background-color: #38a89d;
  }

  .lg\:bg-teal {
    background-color: #4dc0b5;
  }

  .lg\:bg-teal-light {
    background-color: #64d5ca;
  }

  .lg\:bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .lg\:bg-teal-lightest {
    background-color: #e8fffe;
  }

  .lg\:bg-blue-darkest {
    background-color: #12283a;
  }

  .lg\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .lg\:bg-blue-dark {
    background-color: #2779bd;
  }

  .lg\:bg-blue {
    background-color: #3490dc;
  }

  .lg\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .lg\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .lg\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .lg\:bg-indigo-darkest {
    background-color: #191e38;
  }

  .lg\:bg-indigo-darker {
    background-color: #2f365f;
  }

  .lg\:bg-indigo-dark {
    background-color: #5661b3;
  }

  .lg\:bg-indigo {
    background-color: #6574cd;
  }

  .lg\:bg-indigo-light {
    background-color: #7886d7;
  }

  .lg\:bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .lg\:bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .lg\:bg-purple-darkest {
    background-color: #21183c;
  }

  .lg\:bg-purple-darker {
    background-color: #382b5f;
  }

  .lg\:bg-purple-dark {
    background-color: #794acf;
  }

  .lg\:bg-purple {
    background-color: #9561e2;
  }

  .lg\:bg-purple-light {
    background-color: #a779e9;
  }

  .lg\:bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .lg\:bg-purple-lightest {
    background-color: #f3ebff;
  }

  .lg\:bg-pink-darkest {
    background-color: #451225;
  }

  .lg\:bg-pink-darker {
    background-color: #6f213f;
  }

  .lg\:bg-pink-dark {
    background-color: #eb5286;
  }

  .lg\:bg-pink {
    background-color: #f66d9b;
  }

  .lg\:bg-pink-light {
    background-color: #fa7ea8;
  }

  .lg\:bg-pink-lighter {
    background-color: #ffbbca;
  }

  .lg\:bg-pink-lightest {
    background-color: #ffebef;
  }

  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .lg\:group-hover\:bg-black {
    background-color: #22292f;
  }

  .group:hover .lg\:group-hover\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .group:hover .lg\:group-hover\:bg-grey-darker {
    background-color: #606f7b;
  }

  .group:hover .lg\:group-hover\:bg-grey-dark {
    background-color: #8795a1;
  }

  .group:hover .lg\:group-hover\:bg-grey {
    background-color: #b8c2cc;
  }

  .group:hover .lg\:group-hover\:bg-grey-light {
    background-color: #dae1e7;
  }

  .group:hover .lg\:group-hover\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .group:hover .lg\:group-hover\:bg-grey-lightest {
    background-color: #f8fafc;
  }

  .group:hover .lg\:group-hover\:bg-white {
    background-color: #fff;
  }

  .group:hover .lg\:group-hover\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .group:hover .lg\:group-hover\:bg-red-darker {
    background-color: #621b18;
  }

  .group:hover .lg\:group-hover\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .group:hover .lg\:group-hover\:bg-red {
    background-color: #e3342f;
  }

  .group:hover .lg\:group-hover\:bg-red-light {
    background-color: #ef5753;
  }

  .group:hover .lg\:group-hover\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .group:hover .lg\:group-hover\:bg-red-lightest {
    background-color: #fcebea;
  }

  .group:hover .lg\:group-hover\:bg-orange-darkest {
    background-color: #462a16;
  }

  .group:hover .lg\:group-hover\:bg-orange-darker {
    background-color: #613b1f;
  }

  .group:hover .lg\:group-hover\:bg-orange-dark {
    background-color: #de751f;
  }

  .group:hover .lg\:group-hover\:bg-orange {
    background-color: #f6993f;
  }

  .group:hover .lg\:group-hover\:bg-orange-light {
    background-color: #faad63;
  }

  .group:hover .lg\:group-hover\:bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .group:hover .lg\:group-hover\:bg-orange-lightest {
    background-color: #fff5eb;
  }

  .group:hover .lg\:group-hover\:bg-yellow-darkest {
    background-color: #453411;
  }

  .group:hover .lg\:group-hover\:bg-yellow-darker {
    background-color: #684f1d;
  }

  .group:hover .lg\:group-hover\:bg-yellow-dark {
    background-color: #f2d024;
  }

  .group:hover .lg\:group-hover\:bg-yellow {
    background-color: #ffed4a;
  }

  .group:hover .lg\:group-hover\:bg-yellow-light {
    background-color: #fff382;
  }

  .group:hover .lg\:group-hover\:bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .group:hover .lg\:group-hover\:bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .group:hover .lg\:group-hover\:bg-green-darkest {
    background-color: #0f2f21;
  }

  .group:hover .lg\:group-hover\:bg-green-darker {
    background-color: #1a4731;
  }

  .group:hover .lg\:group-hover\:bg-green-dark {
    background-color: #1f9d55;
  }

  .group:hover .lg\:group-hover\:bg-green {
    background-color: #38c172;
  }

  .group:hover .lg\:group-hover\:bg-green-light {
    background-color: #51d88a;
  }

  .group:hover .lg\:group-hover\:bg-green-lighter {
    background-color: #a2f5bf;
  }

  .group:hover .lg\:group-hover\:bg-green-lightest {
    background-color: #e3fcec;
  }

  .group:hover .lg\:group-hover\:bg-teal-darkest {
    background-color: #0d3331;
  }

  .group:hover .lg\:group-hover\:bg-teal-darker {
    background-color: #20504f;
  }

  .group:hover .lg\:group-hover\:bg-teal-dark {
    background-color: #38a89d;
  }

  .group:hover .lg\:group-hover\:bg-teal {
    background-color: #4dc0b5;
  }

  .group:hover .lg\:group-hover\:bg-teal-light {
    background-color: #64d5ca;
  }

  .group:hover .lg\:group-hover\:bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .group:hover .lg\:group-hover\:bg-teal-lightest {
    background-color: #e8fffe;
  }

  .group:hover .lg\:group-hover\:bg-blue-darkest {
    background-color: #12283a;
  }

  .group:hover .lg\:group-hover\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .group:hover .lg\:group-hover\:bg-blue-dark {
    background-color: #2779bd;
  }

  .group:hover .lg\:group-hover\:bg-blue {
    background-color: #3490dc;
  }

  .group:hover .lg\:group-hover\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .group:hover .lg\:group-hover\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .group:hover .lg\:group-hover\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .group:hover .lg\:group-hover\:bg-indigo-darkest {
    background-color: #191e38;
  }

  .group:hover .lg\:group-hover\:bg-indigo-darker {
    background-color: #2f365f;
  }

  .group:hover .lg\:group-hover\:bg-indigo-dark {
    background-color: #5661b3;
  }

  .group:hover .lg\:group-hover\:bg-indigo {
    background-color: #6574cd;
  }

  .group:hover .lg\:group-hover\:bg-indigo-light {
    background-color: #7886d7;
  }

  .group:hover .lg\:group-hover\:bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .group:hover .lg\:group-hover\:bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .group:hover .lg\:group-hover\:bg-purple-darkest {
    background-color: #21183c;
  }

  .group:hover .lg\:group-hover\:bg-purple-darker {
    background-color: #382b5f;
  }

  .group:hover .lg\:group-hover\:bg-purple-dark {
    background-color: #794acf;
  }

  .group:hover .lg\:group-hover\:bg-purple {
    background-color: #9561e2;
  }

  .group:hover .lg\:group-hover\:bg-purple-light {
    background-color: #a779e9;
  }

  .group:hover .lg\:group-hover\:bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .group:hover .lg\:group-hover\:bg-purple-lightest {
    background-color: #f3ebff;
  }

  .group:hover .lg\:group-hover\:bg-pink-darkest {
    background-color: #451225;
  }

  .group:hover .lg\:group-hover\:bg-pink-darker {
    background-color: #6f213f;
  }

  .group:hover .lg\:group-hover\:bg-pink-dark {
    background-color: #eb5286;
  }

  .group:hover .lg\:group-hover\:bg-pink {
    background-color: #f66d9b;
  }

  .group:hover .lg\:group-hover\:bg-pink-light {
    background-color: #fa7ea8;
  }

  .group:hover .lg\:group-hover\:bg-pink-lighter {
    background-color: #ffbbca;
  }

  .group:hover .lg\:group-hover\:bg-pink-lightest {
    background-color: #ffebef;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #22292f;
  }

  .lg\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852;
  }

  .lg\:hover\:bg-grey-darker:hover {
    background-color: #606f7b;
  }

  .lg\:hover\:bg-grey-dark:hover {
    background-color: #8795a1;
  }

  .lg\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .lg\:hover\:bg-grey-light:hover {
    background-color: #dae1e7;
  }

  .lg\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8;
  }

  .lg\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .lg\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }

  .lg\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .lg\:hover\:bg-red:hover {
    background-color: #e3342f;
  }

  .lg\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }

  .lg\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .lg\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .lg\:hover\:bg-orange-darkest:hover {
    background-color: #462a16;
  }

  .lg\:hover\:bg-orange-darker:hover {
    background-color: #613b1f;
  }

  .lg\:hover\:bg-orange-dark:hover {
    background-color: #de751f;
  }

  .lg\:hover\:bg-orange:hover {
    background-color: #f6993f;
  }

  .lg\:hover\:bg-orange-light:hover {
    background-color: #faad63;
  }

  .lg\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6;
  }

  .lg\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb;
  }

  .lg\:hover\:bg-yellow-darkest:hover {
    background-color: #453411;
  }

  .lg\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d;
  }

  .lg\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024;
  }

  .lg\:hover\:bg-yellow:hover {
    background-color: #ffed4a;
  }

  .lg\:hover\:bg-yellow-light:hover {
    background-color: #fff382;
  }

  .lg\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2;
  }

  .lg\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb;
  }

  .lg\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21;
  }

  .lg\:hover\:bg-green-darker:hover {
    background-color: #1a4731;
  }

  .lg\:hover\:bg-green-dark:hover {
    background-color: #1f9d55;
  }

  .lg\:hover\:bg-green:hover {
    background-color: #38c172;
  }

  .lg\:hover\:bg-green-light:hover {
    background-color: #51d88a;
  }

  .lg\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf;
  }

  .lg\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec;
  }

  .lg\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331;
  }

  .lg\:hover\:bg-teal-darker:hover {
    background-color: #20504f;
  }

  .lg\:hover\:bg-teal-dark:hover {
    background-color: #38a89d;
  }

  .lg\:hover\:bg-teal:hover {
    background-color: #4dc0b5;
  }

  .lg\:hover\:bg-teal-light:hover {
    background-color: #64d5ca;
  }

  .lg\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }

  .lg\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe;
  }

  .lg\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .lg\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .lg\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .lg\:hover\:bg-blue:hover {
    background-color: #3490dc;
  }

  .lg\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .lg\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .lg\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .lg\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38;
  }

  .lg\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f;
  }

  .lg\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3;
  }

  .lg\:hover\:bg-indigo:hover {
    background-color: #6574cd;
  }

  .lg\:hover\:bg-indigo-light:hover {
    background-color: #7886d7;
  }

  .lg\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff;
  }

  .lg\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff;
  }

  .lg\:hover\:bg-purple-darkest:hover {
    background-color: #21183c;
  }

  .lg\:hover\:bg-purple-darker:hover {
    background-color: #382b5f;
  }

  .lg\:hover\:bg-purple-dark:hover {
    background-color: #794acf;
  }

  .lg\:hover\:bg-purple:hover {
    background-color: #9561e2;
  }

  .lg\:hover\:bg-purple-light:hover {
    background-color: #a779e9;
  }

  .lg\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc;
  }

  .lg\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff;
  }

  .lg\:hover\:bg-pink-darkest:hover {
    background-color: #451225;
  }

  .lg\:hover\:bg-pink-darker:hover {
    background-color: #6f213f;
  }

  .lg\:hover\:bg-pink-dark:hover {
    background-color: #eb5286;
  }

  .lg\:hover\:bg-pink:hover {
    background-color: #f66d9b;
  }

  .lg\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8;
  }

  .lg\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca;
  }

  .lg\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef;
  }

  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .lg\:focus-within\:bg-black:focus-within {
    background-color: #22292f;
  }

  .lg\:focus-within\:bg-grey-darkest:focus-within {
    background-color: #3d4852;
  }

  .lg\:focus-within\:bg-grey-darker:focus-within {
    background-color: #606f7b;
  }

  .lg\:focus-within\:bg-grey-dark:focus-within {
    background-color: #8795a1;
  }

  .lg\:focus-within\:bg-grey:focus-within {
    background-color: #b8c2cc;
  }

  .lg\:focus-within\:bg-grey-light:focus-within {
    background-color: #dae1e7;
  }

  .lg\:focus-within\:bg-grey-lighter:focus-within {
    background-color: #f1f5f8;
  }

  .lg\:focus-within\:bg-grey-lightest:focus-within {
    background-color: #f8fafc;
  }

  .lg\:focus-within\:bg-white:focus-within {
    background-color: #fff;
  }

  .lg\:focus-within\:bg-red-darkest:focus-within {
    background-color: #3b0d0c;
  }

  .lg\:focus-within\:bg-red-darker:focus-within {
    background-color: #621b18;
  }

  .lg\:focus-within\:bg-red-dark:focus-within {
    background-color: #cc1f1a;
  }

  .lg\:focus-within\:bg-red:focus-within {
    background-color: #e3342f;
  }

  .lg\:focus-within\:bg-red-light:focus-within {
    background-color: #ef5753;
  }

  .lg\:focus-within\:bg-red-lighter:focus-within {
    background-color: #f9acaa;
  }

  .lg\:focus-within\:bg-red-lightest:focus-within {
    background-color: #fcebea;
  }

  .lg\:focus-within\:bg-orange-darkest:focus-within {
    background-color: #462a16;
  }

  .lg\:focus-within\:bg-orange-darker:focus-within {
    background-color: #613b1f;
  }

  .lg\:focus-within\:bg-orange-dark:focus-within {
    background-color: #de751f;
  }

  .lg\:focus-within\:bg-orange:focus-within {
    background-color: #f6993f;
  }

  .lg\:focus-within\:bg-orange-light:focus-within {
    background-color: #faad63;
  }

  .lg\:focus-within\:bg-orange-lighter:focus-within {
    background-color: #fcd9b6;
  }

  .lg\:focus-within\:bg-orange-lightest:focus-within {
    background-color: #fff5eb;
  }

  .lg\:focus-within\:bg-yellow-darkest:focus-within {
    background-color: #453411;
  }

  .lg\:focus-within\:bg-yellow-darker:focus-within {
    background-color: #684f1d;
  }

  .lg\:focus-within\:bg-yellow-dark:focus-within {
    background-color: #f2d024;
  }

  .lg\:focus-within\:bg-yellow:focus-within {
    background-color: #ffed4a;
  }

  .lg\:focus-within\:bg-yellow-light:focus-within {
    background-color: #fff382;
  }

  .lg\:focus-within\:bg-yellow-lighter:focus-within {
    background-color: #fff9c2;
  }

  .lg\:focus-within\:bg-yellow-lightest:focus-within {
    background-color: #fcfbeb;
  }

  .lg\:focus-within\:bg-green-darkest:focus-within {
    background-color: #0f2f21;
  }

  .lg\:focus-within\:bg-green-darker:focus-within {
    background-color: #1a4731;
  }

  .lg\:focus-within\:bg-green-dark:focus-within {
    background-color: #1f9d55;
  }

  .lg\:focus-within\:bg-green:focus-within {
    background-color: #38c172;
  }

  .lg\:focus-within\:bg-green-light:focus-within {
    background-color: #51d88a;
  }

  .lg\:focus-within\:bg-green-lighter:focus-within {
    background-color: #a2f5bf;
  }

  .lg\:focus-within\:bg-green-lightest:focus-within {
    background-color: #e3fcec;
  }

  .lg\:focus-within\:bg-teal-darkest:focus-within {
    background-color: #0d3331;
  }

  .lg\:focus-within\:bg-teal-darker:focus-within {
    background-color: #20504f;
  }

  .lg\:focus-within\:bg-teal-dark:focus-within {
    background-color: #38a89d;
  }

  .lg\:focus-within\:bg-teal:focus-within {
    background-color: #4dc0b5;
  }

  .lg\:focus-within\:bg-teal-light:focus-within {
    background-color: #64d5ca;
  }

  .lg\:focus-within\:bg-teal-lighter:focus-within {
    background-color: #a0f0ed;
  }

  .lg\:focus-within\:bg-teal-lightest:focus-within {
    background-color: #e8fffe;
  }

  .lg\:focus-within\:bg-blue-darkest:focus-within {
    background-color: #12283a;
  }

  .lg\:focus-within\:bg-blue-darker:focus-within {
    background-color: #1c3d5a;
  }

  .lg\:focus-within\:bg-blue-dark:focus-within {
    background-color: #2779bd;
  }

  .lg\:focus-within\:bg-blue:focus-within {
    background-color: #3490dc;
  }

  .lg\:focus-within\:bg-blue-light:focus-within {
    background-color: #6cb2eb;
  }

  .lg\:focus-within\:bg-blue-lighter:focus-within {
    background-color: #bcdefa;
  }

  .lg\:focus-within\:bg-blue-lightest:focus-within {
    background-color: #eff8ff;
  }

  .lg\:focus-within\:bg-indigo-darkest:focus-within {
    background-color: #191e38;
  }

  .lg\:focus-within\:bg-indigo-darker:focus-within {
    background-color: #2f365f;
  }

  .lg\:focus-within\:bg-indigo-dark:focus-within {
    background-color: #5661b3;
  }

  .lg\:focus-within\:bg-indigo:focus-within {
    background-color: #6574cd;
  }

  .lg\:focus-within\:bg-indigo-light:focus-within {
    background-color: #7886d7;
  }

  .lg\:focus-within\:bg-indigo-lighter:focus-within {
    background-color: #b2b7ff;
  }

  .lg\:focus-within\:bg-indigo-lightest:focus-within {
    background-color: #e6e8ff;
  }

  .lg\:focus-within\:bg-purple-darkest:focus-within {
    background-color: #21183c;
  }

  .lg\:focus-within\:bg-purple-darker:focus-within {
    background-color: #382b5f;
  }

  .lg\:focus-within\:bg-purple-dark:focus-within {
    background-color: #794acf;
  }

  .lg\:focus-within\:bg-purple:focus-within {
    background-color: #9561e2;
  }

  .lg\:focus-within\:bg-purple-light:focus-within {
    background-color: #a779e9;
  }

  .lg\:focus-within\:bg-purple-lighter:focus-within {
    background-color: #d6bbfc;
  }

  .lg\:focus-within\:bg-purple-lightest:focus-within {
    background-color: #f3ebff;
  }

  .lg\:focus-within\:bg-pink-darkest:focus-within {
    background-color: #451225;
  }

  .lg\:focus-within\:bg-pink-darker:focus-within {
    background-color: #6f213f;
  }

  .lg\:focus-within\:bg-pink-dark:focus-within {
    background-color: #eb5286;
  }

  .lg\:focus-within\:bg-pink:focus-within {
    background-color: #f66d9b;
  }

  .lg\:focus-within\:bg-pink-light:focus-within {
    background-color: #fa7ea8;
  }

  .lg\:focus-within\:bg-pink-lighter:focus-within {
    background-color: #ffbbca;
  }

  .lg\:focus-within\:bg-pink-lightest:focus-within {
    background-color: #ffebef;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus {
    background-color: #22292f;
  }

  .lg\:focus\:bg-grey-darkest:focus {
    background-color: #3d4852;
  }

  .lg\:focus\:bg-grey-darker:focus {
    background-color: #606f7b;
  }

  .lg\:focus\:bg-grey-dark:focus {
    background-color: #8795a1;
  }

  .lg\:focus\:bg-grey:focus {
    background-color: #b8c2cc;
  }

  .lg\:focus\:bg-grey-light:focus {
    background-color: #dae1e7;
  }

  .lg\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8;
  }

  .lg\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .lg\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }

  .lg\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }

  .lg\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }

  .lg\:focus\:bg-red:focus {
    background-color: #e3342f;
  }

  .lg\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }

  .lg\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }

  .lg\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }

  .lg\:focus\:bg-orange-darkest:focus {
    background-color: #462a16;
  }

  .lg\:focus\:bg-orange-darker:focus {
    background-color: #613b1f;
  }

  .lg\:focus\:bg-orange-dark:focus {
    background-color: #de751f;
  }

  .lg\:focus\:bg-orange:focus {
    background-color: #f6993f;
  }

  .lg\:focus\:bg-orange-light:focus {
    background-color: #faad63;
  }

  .lg\:focus\:bg-orange-lighter:focus {
    background-color: #fcd9b6;
  }

  .lg\:focus\:bg-orange-lightest:focus {
    background-color: #fff5eb;
  }

  .lg\:focus\:bg-yellow-darkest:focus {
    background-color: #453411;
  }

  .lg\:focus\:bg-yellow-darker:focus {
    background-color: #684f1d;
  }

  .lg\:focus\:bg-yellow-dark:focus {
    background-color: #f2d024;
  }

  .lg\:focus\:bg-yellow:focus {
    background-color: #ffed4a;
  }

  .lg\:focus\:bg-yellow-light:focus {
    background-color: #fff382;
  }

  .lg\:focus\:bg-yellow-lighter:focus {
    background-color: #fff9c2;
  }

  .lg\:focus\:bg-yellow-lightest:focus {
    background-color: #fcfbeb;
  }

  .lg\:focus\:bg-green-darkest:focus {
    background-color: #0f2f21;
  }

  .lg\:focus\:bg-green-darker:focus {
    background-color: #1a4731;
  }

  .lg\:focus\:bg-green-dark:focus {
    background-color: #1f9d55;
  }

  .lg\:focus\:bg-green:focus {
    background-color: #38c172;
  }

  .lg\:focus\:bg-green-light:focus {
    background-color: #51d88a;
  }

  .lg\:focus\:bg-green-lighter:focus {
    background-color: #a2f5bf;
  }

  .lg\:focus\:bg-green-lightest:focus {
    background-color: #e3fcec;
  }

  .lg\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331;
  }

  .lg\:focus\:bg-teal-darker:focus {
    background-color: #20504f;
  }

  .lg\:focus\:bg-teal-dark:focus {
    background-color: #38a89d;
  }

  .lg\:focus\:bg-teal:focus {
    background-color: #4dc0b5;
  }

  .lg\:focus\:bg-teal-light:focus {
    background-color: #64d5ca;
  }

  .lg\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed;
  }

  .lg\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe;
  }

  .lg\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }

  .lg\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }

  .lg\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }

  .lg\:focus\:bg-blue:focus {
    background-color: #3490dc;
  }

  .lg\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }

  .lg\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }

  .lg\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }

  .lg\:focus\:bg-indigo-darkest:focus {
    background-color: #191e38;
  }

  .lg\:focus\:bg-indigo-darker:focus {
    background-color: #2f365f;
  }

  .lg\:focus\:bg-indigo-dark:focus {
    background-color: #5661b3;
  }

  .lg\:focus\:bg-indigo:focus {
    background-color: #6574cd;
  }

  .lg\:focus\:bg-indigo-light:focus {
    background-color: #7886d7;
  }

  .lg\:focus\:bg-indigo-lighter:focus {
    background-color: #b2b7ff;
  }

  .lg\:focus\:bg-indigo-lightest:focus {
    background-color: #e6e8ff;
  }

  .lg\:focus\:bg-purple-darkest:focus {
    background-color: #21183c;
  }

  .lg\:focus\:bg-purple-darker:focus {
    background-color: #382b5f;
  }

  .lg\:focus\:bg-purple-dark:focus {
    background-color: #794acf;
  }

  .lg\:focus\:bg-purple:focus {
    background-color: #9561e2;
  }

  .lg\:focus\:bg-purple-light:focus {
    background-color: #a779e9;
  }

  .lg\:focus\:bg-purple-lighter:focus {
    background-color: #d6bbfc;
  }

  .lg\:focus\:bg-purple-lightest:focus {
    background-color: #f3ebff;
  }

  .lg\:focus\:bg-pink-darkest:focus {
    background-color: #451225;
  }

  .lg\:focus\:bg-pink-darker:focus {
    background-color: #6f213f;
  }

  .lg\:focus\:bg-pink-dark:focus {
    background-color: #eb5286;
  }

  .lg\:focus\:bg-pink:focus {
    background-color: #f66d9b;
  }

  .lg\:focus\:bg-pink-light:focus {
    background-color: #fa7ea8;
  }

  .lg\:focus\:bg-pink-lighter:focus {
    background-color: #ffbbca;
  }

  .lg\:focus\:bg-pink-lightest:focus {
    background-color: #ffebef;
  }

  .lg\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .lg\:active\:bg-black:active {
    background-color: #22292f;
  }

  .lg\:active\:bg-grey-darkest:active {
    background-color: #3d4852;
  }

  .lg\:active\:bg-grey-darker:active {
    background-color: #606f7b;
  }

  .lg\:active\:bg-grey-dark:active {
    background-color: #8795a1;
  }

  .lg\:active\:bg-grey:active {
    background-color: #b8c2cc;
  }

  .lg\:active\:bg-grey-light:active {
    background-color: #dae1e7;
  }

  .lg\:active\:bg-grey-lighter:active {
    background-color: #f1f5f8;
  }

  .lg\:active\:bg-grey-lightest:active {
    background-color: #f8fafc;
  }

  .lg\:active\:bg-white:active {
    background-color: #fff;
  }

  .lg\:active\:bg-red-darkest:active {
    background-color: #3b0d0c;
  }

  .lg\:active\:bg-red-darker:active {
    background-color: #621b18;
  }

  .lg\:active\:bg-red-dark:active {
    background-color: #cc1f1a;
  }

  .lg\:active\:bg-red:active {
    background-color: #e3342f;
  }

  .lg\:active\:bg-red-light:active {
    background-color: #ef5753;
  }

  .lg\:active\:bg-red-lighter:active {
    background-color: #f9acaa;
  }

  .lg\:active\:bg-red-lightest:active {
    background-color: #fcebea;
  }

  .lg\:active\:bg-orange-darkest:active {
    background-color: #462a16;
  }

  .lg\:active\:bg-orange-darker:active {
    background-color: #613b1f;
  }

  .lg\:active\:bg-orange-dark:active {
    background-color: #de751f;
  }

  .lg\:active\:bg-orange:active {
    background-color: #f6993f;
  }

  .lg\:active\:bg-orange-light:active {
    background-color: #faad63;
  }

  .lg\:active\:bg-orange-lighter:active {
    background-color: #fcd9b6;
  }

  .lg\:active\:bg-orange-lightest:active {
    background-color: #fff5eb;
  }

  .lg\:active\:bg-yellow-darkest:active {
    background-color: #453411;
  }

  .lg\:active\:bg-yellow-darker:active {
    background-color: #684f1d;
  }

  .lg\:active\:bg-yellow-dark:active {
    background-color: #f2d024;
  }

  .lg\:active\:bg-yellow:active {
    background-color: #ffed4a;
  }

  .lg\:active\:bg-yellow-light:active {
    background-color: #fff382;
  }

  .lg\:active\:bg-yellow-lighter:active {
    background-color: #fff9c2;
  }

  .lg\:active\:bg-yellow-lightest:active {
    background-color: #fcfbeb;
  }

  .lg\:active\:bg-green-darkest:active {
    background-color: #0f2f21;
  }

  .lg\:active\:bg-green-darker:active {
    background-color: #1a4731;
  }

  .lg\:active\:bg-green-dark:active {
    background-color: #1f9d55;
  }

  .lg\:active\:bg-green:active {
    background-color: #38c172;
  }

  .lg\:active\:bg-green-light:active {
    background-color: #51d88a;
  }

  .lg\:active\:bg-green-lighter:active {
    background-color: #a2f5bf;
  }

  .lg\:active\:bg-green-lightest:active {
    background-color: #e3fcec;
  }

  .lg\:active\:bg-teal-darkest:active {
    background-color: #0d3331;
  }

  .lg\:active\:bg-teal-darker:active {
    background-color: #20504f;
  }

  .lg\:active\:bg-teal-dark:active {
    background-color: #38a89d;
  }

  .lg\:active\:bg-teal:active {
    background-color: #4dc0b5;
  }

  .lg\:active\:bg-teal-light:active {
    background-color: #64d5ca;
  }

  .lg\:active\:bg-teal-lighter:active {
    background-color: #a0f0ed;
  }

  .lg\:active\:bg-teal-lightest:active {
    background-color: #e8fffe;
  }

  .lg\:active\:bg-blue-darkest:active {
    background-color: #12283a;
  }

  .lg\:active\:bg-blue-darker:active {
    background-color: #1c3d5a;
  }

  .lg\:active\:bg-blue-dark:active {
    background-color: #2779bd;
  }

  .lg\:active\:bg-blue:active {
    background-color: #3490dc;
  }

  .lg\:active\:bg-blue-light:active {
    background-color: #6cb2eb;
  }

  .lg\:active\:bg-blue-lighter:active {
    background-color: #bcdefa;
  }

  .lg\:active\:bg-blue-lightest:active {
    background-color: #eff8ff;
  }

  .lg\:active\:bg-indigo-darkest:active {
    background-color: #191e38;
  }

  .lg\:active\:bg-indigo-darker:active {
    background-color: #2f365f;
  }

  .lg\:active\:bg-indigo-dark:active {
    background-color: #5661b3;
  }

  .lg\:active\:bg-indigo:active {
    background-color: #6574cd;
  }

  .lg\:active\:bg-indigo-light:active {
    background-color: #7886d7;
  }

  .lg\:active\:bg-indigo-lighter:active {
    background-color: #b2b7ff;
  }

  .lg\:active\:bg-indigo-lightest:active {
    background-color: #e6e8ff;
  }

  .lg\:active\:bg-purple-darkest:active {
    background-color: #21183c;
  }

  .lg\:active\:bg-purple-darker:active {
    background-color: #382b5f;
  }

  .lg\:active\:bg-purple-dark:active {
    background-color: #794acf;
  }

  .lg\:active\:bg-purple:active {
    background-color: #9561e2;
  }

  .lg\:active\:bg-purple-light:active {
    background-color: #a779e9;
  }

  .lg\:active\:bg-purple-lighter:active {
    background-color: #d6bbfc;
  }

  .lg\:active\:bg-purple-lightest:active {
    background-color: #f3ebff;
  }

  .lg\:active\:bg-pink-darkest:active {
    background-color: #451225;
  }

  .lg\:active\:bg-pink-darker:active {
    background-color: #6f213f;
  }

  .lg\:active\:bg-pink-dark:active {
    background-color: #eb5286;
  }

  .lg\:active\:bg-pink:active {
    background-color: #f66d9b;
  }

  .lg\:active\:bg-pink-light:active {
    background-color: #fa7ea8;
  }

  .lg\:active\:bg-pink-lighter:active {
    background-color: #ffbbca;
  }

  .lg\:active\:bg-pink-lightest:active {
    background-color: #ffebef;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .group:hover .lg\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .lg\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .lg\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .lg\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .lg\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .lg\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .lg\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .lg\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .lg\:group-hover\:bg-top {
    background-position: top;
  }

  .lg\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .lg\:hover\:bg-center:hover {
    background-position: center;
  }

  .lg\:hover\:bg-left:hover {
    background-position: left;
  }

  .lg\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .lg\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .lg\:hover\:bg-right:hover {
    background-position: right;
  }

  .lg\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .lg\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .lg\:hover\:bg-top:hover {
    background-position: top;
  }

  .lg\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .lg\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .lg\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .lg\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .lg\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .lg\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .lg\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .lg\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .lg\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .lg\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .lg\:focus\:bg-center:focus {
    background-position: center;
  }

  .lg\:focus\:bg-left:focus {
    background-position: left;
  }

  .lg\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .lg\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .lg\:focus\:bg-right:focus {
    background-position: right;
  }

  .lg\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .lg\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .lg\:focus\:bg-top:focus {
    background-position: top;
  }

  .lg\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .lg\:active\:bg-center:active {
    background-position: center;
  }

  .lg\:active\:bg-left:active {
    background-position: left;
  }

  .lg\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .lg\:active\:bg-left-top:active {
    background-position: left top;
  }

  .lg\:active\:bg-right:active {
    background-position: right;
  }

  .lg\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .lg\:active\:bg-right-top:active {
    background-position: right top;
  }

  .lg\:active\:bg-top:active {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .lg\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .lg\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .lg\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .lg\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .lg\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .lg\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .lg\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .lg\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .lg\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .lg\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .lg\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .lg\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .lg\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .lg\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .lg\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .lg\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .lg\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .lg\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .lg\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .group:hover .lg\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .lg\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .lg\:group-hover\:bg-contain {
    background-size: contain;
  }

  .lg\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .lg\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .lg\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .lg\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .lg\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .lg\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .lg\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .lg\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .lg\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .lg\:active\:bg-auto:active {
    background-size: auto;
  }

  .lg\:active\:bg-cover:active {
    background-size: cover;
  }

  .lg\:active\:bg-contain:active {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .group:hover .lg\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .lg\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .lg\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .lg\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .lg\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .lg\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .lg\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .lg\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .lg\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .lg\:active\:border-separate:active {
    border-collapse: separate;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-black {
    border-color: #22292f;
  }

  .lg\:border-grey-darkest {
    border-color: #3d4852;
  }

  .lg\:border-grey-darker {
    border-color: #606f7b;
  }

  .lg\:border-grey-dark {
    border-color: #8795a1;
  }

  .lg\:border-grey {
    border-color: #b8c2cc;
  }

  .lg\:border-grey-light {
    border-color: #dae1e7;
  }

  .lg\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .lg\:border-grey-lightest {
    border-color: #f8fafc;
  }

  .lg\:border-white {
    border-color: #fff;
  }

  .lg\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .lg\:border-red-darker {
    border-color: #621b18;
  }

  .lg\:border-red-dark {
    border-color: #cc1f1a;
  }

  .lg\:border-red {
    border-color: #e3342f;
  }

  .lg\:border-red-light {
    border-color: #ef5753;
  }

  .lg\:border-red-lighter {
    border-color: #f9acaa;
  }

  .lg\:border-red-lightest {
    border-color: #fcebea;
  }

  .lg\:border-orange-darkest {
    border-color: #462a16;
  }

  .lg\:border-orange-darker {
    border-color: #613b1f;
  }

  .lg\:border-orange-dark {
    border-color: #de751f;
  }

  .lg\:border-orange {
    border-color: #f6993f;
  }

  .lg\:border-orange-light {
    border-color: #faad63;
  }

  .lg\:border-orange-lighter {
    border-color: #fcd9b6;
  }

  .lg\:border-orange-lightest {
    border-color: #fff5eb;
  }

  .lg\:border-yellow-darkest {
    border-color: #453411;
  }

  .lg\:border-yellow-darker {
    border-color: #684f1d;
  }

  .lg\:border-yellow-dark {
    border-color: #f2d024;
  }

  .lg\:border-yellow {
    border-color: #ffed4a;
  }

  .lg\:border-yellow-light {
    border-color: #fff382;
  }

  .lg\:border-yellow-lighter {
    border-color: #fff9c2;
  }

  .lg\:border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .lg\:border-green-darkest {
    border-color: #0f2f21;
  }

  .lg\:border-green-darker {
    border-color: #1a4731;
  }

  .lg\:border-green-dark {
    border-color: #1f9d55;
  }

  .lg\:border-green {
    border-color: #38c172;
  }

  .lg\:border-green-light {
    border-color: #51d88a;
  }

  .lg\:border-green-lighter {
    border-color: #a2f5bf;
  }

  .lg\:border-green-lightest {
    border-color: #e3fcec;
  }

  .lg\:border-teal-darkest {
    border-color: #0d3331;
  }

  .lg\:border-teal-darker {
    border-color: #20504f;
  }

  .lg\:border-teal-dark {
    border-color: #38a89d;
  }

  .lg\:border-teal {
    border-color: #4dc0b5;
  }

  .lg\:border-teal-light {
    border-color: #64d5ca;
  }

  .lg\:border-teal-lighter {
    border-color: #a0f0ed;
  }

  .lg\:border-teal-lightest {
    border-color: #e8fffe;
  }

  .lg\:border-blue-darkest {
    border-color: #12283a;
  }

  .lg\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .lg\:border-blue-dark {
    border-color: #2779bd;
  }

  .lg\:border-blue {
    border-color: #3490dc;
  }

  .lg\:border-blue-light {
    border-color: #6cb2eb;
  }

  .lg\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .lg\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .lg\:border-indigo-darkest {
    border-color: #191e38;
  }

  .lg\:border-indigo-darker {
    border-color: #2f365f;
  }

  .lg\:border-indigo-dark {
    border-color: #5661b3;
  }

  .lg\:border-indigo {
    border-color: #6574cd;
  }

  .lg\:border-indigo-light {
    border-color: #7886d7;
  }

  .lg\:border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .lg\:border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .lg\:border-purple-darkest {
    border-color: #21183c;
  }

  .lg\:border-purple-darker {
    border-color: #382b5f;
  }

  .lg\:border-purple-dark {
    border-color: #794acf;
  }

  .lg\:border-purple {
    border-color: #9561e2;
  }

  .lg\:border-purple-light {
    border-color: #a779e9;
  }

  .lg\:border-purple-lighter {
    border-color: #d6bbfc;
  }

  .lg\:border-purple-lightest {
    border-color: #f3ebff;
  }

  .lg\:border-pink-darkest {
    border-color: #451225;
  }

  .lg\:border-pink-darker {
    border-color: #6f213f;
  }

  .lg\:border-pink-dark {
    border-color: #eb5286;
  }

  .lg\:border-pink {
    border-color: #f66d9b;
  }

  .lg\:border-pink-light {
    border-color: #fa7ea8;
  }

  .lg\:border-pink-lighter {
    border-color: #ffbbca;
  }

  .lg\:border-pink-lightest {
    border-color: #ffebef;
  }

  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-black {
    border-color: #22292f;
  }

  .group:hover .lg\:group-hover\:border-grey-darkest {
    border-color: #3d4852;
  }

  .group:hover .lg\:group-hover\:border-grey-darker {
    border-color: #606f7b;
  }

  .group:hover .lg\:group-hover\:border-grey-dark {
    border-color: #8795a1;
  }

  .group:hover .lg\:group-hover\:border-grey {
    border-color: #b8c2cc;
  }

  .group:hover .lg\:group-hover\:border-grey-light {
    border-color: #dae1e7;
  }

  .group:hover .lg\:group-hover\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .group:hover .lg\:group-hover\:border-grey-lightest {
    border-color: #f8fafc;
  }

  .group:hover .lg\:group-hover\:border-white {
    border-color: #fff;
  }

  .group:hover .lg\:group-hover\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .group:hover .lg\:group-hover\:border-red-darker {
    border-color: #621b18;
  }

  .group:hover .lg\:group-hover\:border-red-dark {
    border-color: #cc1f1a;
  }

  .group:hover .lg\:group-hover\:border-red {
    border-color: #e3342f;
  }

  .group:hover .lg\:group-hover\:border-red-light {
    border-color: #ef5753;
  }

  .group:hover .lg\:group-hover\:border-red-lighter {
    border-color: #f9acaa;
  }

  .group:hover .lg\:group-hover\:border-red-lightest {
    border-color: #fcebea;
  }

  .group:hover .lg\:group-hover\:border-orange-darkest {
    border-color: #462a16;
  }

  .group:hover .lg\:group-hover\:border-orange-darker {
    border-color: #613b1f;
  }

  .group:hover .lg\:group-hover\:border-orange-dark {
    border-color: #de751f;
  }

  .group:hover .lg\:group-hover\:border-orange {
    border-color: #f6993f;
  }

  .group:hover .lg\:group-hover\:border-orange-light {
    border-color: #faad63;
  }

  .group:hover .lg\:group-hover\:border-orange-lighter {
    border-color: #fcd9b6;
  }

  .group:hover .lg\:group-hover\:border-orange-lightest {
    border-color: #fff5eb;
  }

  .group:hover .lg\:group-hover\:border-yellow-darkest {
    border-color: #453411;
  }

  .group:hover .lg\:group-hover\:border-yellow-darker {
    border-color: #684f1d;
  }

  .group:hover .lg\:group-hover\:border-yellow-dark {
    border-color: #f2d024;
  }

  .group:hover .lg\:group-hover\:border-yellow {
    border-color: #ffed4a;
  }

  .group:hover .lg\:group-hover\:border-yellow-light {
    border-color: #fff382;
  }

  .group:hover .lg\:group-hover\:border-yellow-lighter {
    border-color: #fff9c2;
  }

  .group:hover .lg\:group-hover\:border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .group:hover .lg\:group-hover\:border-green-darkest {
    border-color: #0f2f21;
  }

  .group:hover .lg\:group-hover\:border-green-darker {
    border-color: #1a4731;
  }

  .group:hover .lg\:group-hover\:border-green-dark {
    border-color: #1f9d55;
  }

  .group:hover .lg\:group-hover\:border-green {
    border-color: #38c172;
  }

  .group:hover .lg\:group-hover\:border-green-light {
    border-color: #51d88a;
  }

  .group:hover .lg\:group-hover\:border-green-lighter {
    border-color: #a2f5bf;
  }

  .group:hover .lg\:group-hover\:border-green-lightest {
    border-color: #e3fcec;
  }

  .group:hover .lg\:group-hover\:border-teal-darkest {
    border-color: #0d3331;
  }

  .group:hover .lg\:group-hover\:border-teal-darker {
    border-color: #20504f;
  }

  .group:hover .lg\:group-hover\:border-teal-dark {
    border-color: #38a89d;
  }

  .group:hover .lg\:group-hover\:border-teal {
    border-color: #4dc0b5;
  }

  .group:hover .lg\:group-hover\:border-teal-light {
    border-color: #64d5ca;
  }

  .group:hover .lg\:group-hover\:border-teal-lighter {
    border-color: #a0f0ed;
  }

  .group:hover .lg\:group-hover\:border-teal-lightest {
    border-color: #e8fffe;
  }

  .group:hover .lg\:group-hover\:border-blue-darkest {
    border-color: #12283a;
  }

  .group:hover .lg\:group-hover\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .group:hover .lg\:group-hover\:border-blue-dark {
    border-color: #2779bd;
  }

  .group:hover .lg\:group-hover\:border-blue {
    border-color: #3490dc;
  }

  .group:hover .lg\:group-hover\:border-blue-light {
    border-color: #6cb2eb;
  }

  .group:hover .lg\:group-hover\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .group:hover .lg\:group-hover\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .group:hover .lg\:group-hover\:border-indigo-darkest {
    border-color: #191e38;
  }

  .group:hover .lg\:group-hover\:border-indigo-darker {
    border-color: #2f365f;
  }

  .group:hover .lg\:group-hover\:border-indigo-dark {
    border-color: #5661b3;
  }

  .group:hover .lg\:group-hover\:border-indigo {
    border-color: #6574cd;
  }

  .group:hover .lg\:group-hover\:border-indigo-light {
    border-color: #7886d7;
  }

  .group:hover .lg\:group-hover\:border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .group:hover .lg\:group-hover\:border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .group:hover .lg\:group-hover\:border-purple-darkest {
    border-color: #21183c;
  }

  .group:hover .lg\:group-hover\:border-purple-darker {
    border-color: #382b5f;
  }

  .group:hover .lg\:group-hover\:border-purple-dark {
    border-color: #794acf;
  }

  .group:hover .lg\:group-hover\:border-purple {
    border-color: #9561e2;
  }

  .group:hover .lg\:group-hover\:border-purple-light {
    border-color: #a779e9;
  }

  .group:hover .lg\:group-hover\:border-purple-lighter {
    border-color: #d6bbfc;
  }

  .group:hover .lg\:group-hover\:border-purple-lightest {
    border-color: #f3ebff;
  }

  .group:hover .lg\:group-hover\:border-pink-darkest {
    border-color: #451225;
  }

  .group:hover .lg\:group-hover\:border-pink-darker {
    border-color: #6f213f;
  }

  .group:hover .lg\:group-hover\:border-pink-dark {
    border-color: #eb5286;
  }

  .group:hover .lg\:group-hover\:border-pink {
    border-color: #f66d9b;
  }

  .group:hover .lg\:group-hover\:border-pink-light {
    border-color: #fa7ea8;
  }

  .group:hover .lg\:group-hover\:border-pink-lighter {
    border-color: #ffbbca;
  }

  .group:hover .lg\:group-hover\:border-pink-lightest {
    border-color: #ffebef;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-black:hover {
    border-color: #22292f;
  }

  .lg\:hover\:border-grey-darkest:hover {
    border-color: #3d4852;
  }

  .lg\:hover\:border-grey-darker:hover {
    border-color: #606f7b;
  }

  .lg\:hover\:border-grey-dark:hover {
    border-color: #8795a1;
  }

  .lg\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .lg\:hover\:border-grey-light:hover {
    border-color: #dae1e7;
  }

  .lg\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8;
  }

  .lg\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .lg\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }

  .lg\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .lg\:hover\:border-red:hover {
    border-color: #e3342f;
  }

  .lg\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }

  .lg\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .lg\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }

  .lg\:hover\:border-orange-darkest:hover {
    border-color: #462a16;
  }

  .lg\:hover\:border-orange-darker:hover {
    border-color: #613b1f;
  }

  .lg\:hover\:border-orange-dark:hover {
    border-color: #de751f;
  }

  .lg\:hover\:border-orange:hover {
    border-color: #f6993f;
  }

  .lg\:hover\:border-orange-light:hover {
    border-color: #faad63;
  }

  .lg\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6;
  }

  .lg\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb;
  }

  .lg\:hover\:border-yellow-darkest:hover {
    border-color: #453411;
  }

  .lg\:hover\:border-yellow-darker:hover {
    border-color: #684f1d;
  }

  .lg\:hover\:border-yellow-dark:hover {
    border-color: #f2d024;
  }

  .lg\:hover\:border-yellow:hover {
    border-color: #ffed4a;
  }

  .lg\:hover\:border-yellow-light:hover {
    border-color: #fff382;
  }

  .lg\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2;
  }

  .lg\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb;
  }

  .lg\:hover\:border-green-darkest:hover {
    border-color: #0f2f21;
  }

  .lg\:hover\:border-green-darker:hover {
    border-color: #1a4731;
  }

  .lg\:hover\:border-green-dark:hover {
    border-color: #1f9d55;
  }

  .lg\:hover\:border-green:hover {
    border-color: #38c172;
  }

  .lg\:hover\:border-green-light:hover {
    border-color: #51d88a;
  }

  .lg\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf;
  }

  .lg\:hover\:border-green-lightest:hover {
    border-color: #e3fcec;
  }

  .lg\:hover\:border-teal-darkest:hover {
    border-color: #0d3331;
  }

  .lg\:hover\:border-teal-darker:hover {
    border-color: #20504f;
  }

  .lg\:hover\:border-teal-dark:hover {
    border-color: #38a89d;
  }

  .lg\:hover\:border-teal:hover {
    border-color: #4dc0b5;
  }

  .lg\:hover\:border-teal-light:hover {
    border-color: #64d5ca;
  }

  .lg\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed;
  }

  .lg\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe;
  }

  .lg\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }

  .lg\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .lg\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }

  .lg\:hover\:border-blue:hover {
    border-color: #3490dc;
  }

  .lg\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .lg\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .lg\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .lg\:hover\:border-indigo-darkest:hover {
    border-color: #191e38;
  }

  .lg\:hover\:border-indigo-darker:hover {
    border-color: #2f365f;
  }

  .lg\:hover\:border-indigo-dark:hover {
    border-color: #5661b3;
  }

  .lg\:hover\:border-indigo:hover {
    border-color: #6574cd;
  }

  .lg\:hover\:border-indigo-light:hover {
    border-color: #7886d7;
  }

  .lg\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff;
  }

  .lg\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff;
  }

  .lg\:hover\:border-purple-darkest:hover {
    border-color: #21183c;
  }

  .lg\:hover\:border-purple-darker:hover {
    border-color: #382b5f;
  }

  .lg\:hover\:border-purple-dark:hover {
    border-color: #794acf;
  }

  .lg\:hover\:border-purple:hover {
    border-color: #9561e2;
  }

  .lg\:hover\:border-purple-light:hover {
    border-color: #a779e9;
  }

  .lg\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc;
  }

  .lg\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff;
  }

  .lg\:hover\:border-pink-darkest:hover {
    border-color: #451225;
  }

  .lg\:hover\:border-pink-darker:hover {
    border-color: #6f213f;
  }

  .lg\:hover\:border-pink-dark:hover {
    border-color: #eb5286;
  }

  .lg\:hover\:border-pink:hover {
    border-color: #f66d9b;
  }

  .lg\:hover\:border-pink-light:hover {
    border-color: #fa7ea8;
  }

  .lg\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca;
  }

  .lg\:hover\:border-pink-lightest:hover {
    border-color: #ffebef;
  }

  .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .lg\:focus-within\:border-black:focus-within {
    border-color: #22292f;
  }

  .lg\:focus-within\:border-grey-darkest:focus-within {
    border-color: #3d4852;
  }

  .lg\:focus-within\:border-grey-darker:focus-within {
    border-color: #606f7b;
  }

  .lg\:focus-within\:border-grey-dark:focus-within {
    border-color: #8795a1;
  }

  .lg\:focus-within\:border-grey:focus-within {
    border-color: #b8c2cc;
  }

  .lg\:focus-within\:border-grey-light:focus-within {
    border-color: #dae1e7;
  }

  .lg\:focus-within\:border-grey-lighter:focus-within {
    border-color: #f1f5f8;
  }

  .lg\:focus-within\:border-grey-lightest:focus-within {
    border-color: #f8fafc;
  }

  .lg\:focus-within\:border-white:focus-within {
    border-color: #fff;
  }

  .lg\:focus-within\:border-red-darkest:focus-within {
    border-color: #3b0d0c;
  }

  .lg\:focus-within\:border-red-darker:focus-within {
    border-color: #621b18;
  }

  .lg\:focus-within\:border-red-dark:focus-within {
    border-color: #cc1f1a;
  }

  .lg\:focus-within\:border-red:focus-within {
    border-color: #e3342f;
  }

  .lg\:focus-within\:border-red-light:focus-within {
    border-color: #ef5753;
  }

  .lg\:focus-within\:border-red-lighter:focus-within {
    border-color: #f9acaa;
  }

  .lg\:focus-within\:border-red-lightest:focus-within {
    border-color: #fcebea;
  }

  .lg\:focus-within\:border-orange-darkest:focus-within {
    border-color: #462a16;
  }

  .lg\:focus-within\:border-orange-darker:focus-within {
    border-color: #613b1f;
  }

  .lg\:focus-within\:border-orange-dark:focus-within {
    border-color: #de751f;
  }

  .lg\:focus-within\:border-orange:focus-within {
    border-color: #f6993f;
  }

  .lg\:focus-within\:border-orange-light:focus-within {
    border-color: #faad63;
  }

  .lg\:focus-within\:border-orange-lighter:focus-within {
    border-color: #fcd9b6;
  }

  .lg\:focus-within\:border-orange-lightest:focus-within {
    border-color: #fff5eb;
  }

  .lg\:focus-within\:border-yellow-darkest:focus-within {
    border-color: #453411;
  }

  .lg\:focus-within\:border-yellow-darker:focus-within {
    border-color: #684f1d;
  }

  .lg\:focus-within\:border-yellow-dark:focus-within {
    border-color: #f2d024;
  }

  .lg\:focus-within\:border-yellow:focus-within {
    border-color: #ffed4a;
  }

  .lg\:focus-within\:border-yellow-light:focus-within {
    border-color: #fff382;
  }

  .lg\:focus-within\:border-yellow-lighter:focus-within {
    border-color: #fff9c2;
  }

  .lg\:focus-within\:border-yellow-lightest:focus-within {
    border-color: #fcfbeb;
  }

  .lg\:focus-within\:border-green-darkest:focus-within {
    border-color: #0f2f21;
  }

  .lg\:focus-within\:border-green-darker:focus-within {
    border-color: #1a4731;
  }

  .lg\:focus-within\:border-green-dark:focus-within {
    border-color: #1f9d55;
  }

  .lg\:focus-within\:border-green:focus-within {
    border-color: #38c172;
  }

  .lg\:focus-within\:border-green-light:focus-within {
    border-color: #51d88a;
  }

  .lg\:focus-within\:border-green-lighter:focus-within {
    border-color: #a2f5bf;
  }

  .lg\:focus-within\:border-green-lightest:focus-within {
    border-color: #e3fcec;
  }

  .lg\:focus-within\:border-teal-darkest:focus-within {
    border-color: #0d3331;
  }

  .lg\:focus-within\:border-teal-darker:focus-within {
    border-color: #20504f;
  }

  .lg\:focus-within\:border-teal-dark:focus-within {
    border-color: #38a89d;
  }

  .lg\:focus-within\:border-teal:focus-within {
    border-color: #4dc0b5;
  }

  .lg\:focus-within\:border-teal-light:focus-within {
    border-color: #64d5ca;
  }

  .lg\:focus-within\:border-teal-lighter:focus-within {
    border-color: #a0f0ed;
  }

  .lg\:focus-within\:border-teal-lightest:focus-within {
    border-color: #e8fffe;
  }

  .lg\:focus-within\:border-blue-darkest:focus-within {
    border-color: #12283a;
  }

  .lg\:focus-within\:border-blue-darker:focus-within {
    border-color: #1c3d5a;
  }

  .lg\:focus-within\:border-blue-dark:focus-within {
    border-color: #2779bd;
  }

  .lg\:focus-within\:border-blue:focus-within {
    border-color: #3490dc;
  }

  .lg\:focus-within\:border-blue-light:focus-within {
    border-color: #6cb2eb;
  }

  .lg\:focus-within\:border-blue-lighter:focus-within {
    border-color: #bcdefa;
  }

  .lg\:focus-within\:border-blue-lightest:focus-within {
    border-color: #eff8ff;
  }

  .lg\:focus-within\:border-indigo-darkest:focus-within {
    border-color: #191e38;
  }

  .lg\:focus-within\:border-indigo-darker:focus-within {
    border-color: #2f365f;
  }

  .lg\:focus-within\:border-indigo-dark:focus-within {
    border-color: #5661b3;
  }

  .lg\:focus-within\:border-indigo:focus-within {
    border-color: #6574cd;
  }

  .lg\:focus-within\:border-indigo-light:focus-within {
    border-color: #7886d7;
  }

  .lg\:focus-within\:border-indigo-lighter:focus-within {
    border-color: #b2b7ff;
  }

  .lg\:focus-within\:border-indigo-lightest:focus-within {
    border-color: #e6e8ff;
  }

  .lg\:focus-within\:border-purple-darkest:focus-within {
    border-color: #21183c;
  }

  .lg\:focus-within\:border-purple-darker:focus-within {
    border-color: #382b5f;
  }

  .lg\:focus-within\:border-purple-dark:focus-within {
    border-color: #794acf;
  }

  .lg\:focus-within\:border-purple:focus-within {
    border-color: #9561e2;
  }

  .lg\:focus-within\:border-purple-light:focus-within {
    border-color: #a779e9;
  }

  .lg\:focus-within\:border-purple-lighter:focus-within {
    border-color: #d6bbfc;
  }

  .lg\:focus-within\:border-purple-lightest:focus-within {
    border-color: #f3ebff;
  }

  .lg\:focus-within\:border-pink-darkest:focus-within {
    border-color: #451225;
  }

  .lg\:focus-within\:border-pink-darker:focus-within {
    border-color: #6f213f;
  }

  .lg\:focus-within\:border-pink-dark:focus-within {
    border-color: #eb5286;
  }

  .lg\:focus-within\:border-pink:focus-within {
    border-color: #f66d9b;
  }

  .lg\:focus-within\:border-pink-light:focus-within {
    border-color: #fa7ea8;
  }

  .lg\:focus-within\:border-pink-lighter:focus-within {
    border-color: #ffbbca;
  }

  .lg\:focus-within\:border-pink-lightest:focus-within {
    border-color: #ffebef;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus {
    border-color: #22292f;
  }

  .lg\:focus\:border-grey-darkest:focus {
    border-color: #3d4852;
  }

  .lg\:focus\:border-grey-darker:focus {
    border-color: #606f7b;
  }

  .lg\:focus\:border-grey-dark:focus {
    border-color: #8795a1;
  }

  .lg\:focus\:border-grey:focus {
    border-color: #b8c2cc;
  }

  .lg\:focus\:border-grey-light:focus {
    border-color: #dae1e7;
  }

  .lg\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8;
  }

  .lg\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc;
  }

  .lg\:focus\:border-white:focus {
    border-color: #fff;
  }

  .lg\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }

  .lg\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }

  .lg\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }

  .lg\:focus\:border-red:focus {
    border-color: #e3342f;
  }

  .lg\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }

  .lg\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }

  .lg\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }

  .lg\:focus\:border-orange-darkest:focus {
    border-color: #462a16;
  }

  .lg\:focus\:border-orange-darker:focus {
    border-color: #613b1f;
  }

  .lg\:focus\:border-orange-dark:focus {
    border-color: #de751f;
  }

  .lg\:focus\:border-orange:focus {
    border-color: #f6993f;
  }

  .lg\:focus\:border-orange-light:focus {
    border-color: #faad63;
  }

  .lg\:focus\:border-orange-lighter:focus {
    border-color: #fcd9b6;
  }

  .lg\:focus\:border-orange-lightest:focus {
    border-color: #fff5eb;
  }

  .lg\:focus\:border-yellow-darkest:focus {
    border-color: #453411;
  }

  .lg\:focus\:border-yellow-darker:focus {
    border-color: #684f1d;
  }

  .lg\:focus\:border-yellow-dark:focus {
    border-color: #f2d024;
  }

  .lg\:focus\:border-yellow:focus {
    border-color: #ffed4a;
  }

  .lg\:focus\:border-yellow-light:focus {
    border-color: #fff382;
  }

  .lg\:focus\:border-yellow-lighter:focus {
    border-color: #fff9c2;
  }

  .lg\:focus\:border-yellow-lightest:focus {
    border-color: #fcfbeb;
  }

  .lg\:focus\:border-green-darkest:focus {
    border-color: #0f2f21;
  }

  .lg\:focus\:border-green-darker:focus {
    border-color: #1a4731;
  }

  .lg\:focus\:border-green-dark:focus {
    border-color: #1f9d55;
  }

  .lg\:focus\:border-green:focus {
    border-color: #38c172;
  }

  .lg\:focus\:border-green-light:focus {
    border-color: #51d88a;
  }

  .lg\:focus\:border-green-lighter:focus {
    border-color: #a2f5bf;
  }

  .lg\:focus\:border-green-lightest:focus {
    border-color: #e3fcec;
  }

  .lg\:focus\:border-teal-darkest:focus {
    border-color: #0d3331;
  }

  .lg\:focus\:border-teal-darker:focus {
    border-color: #20504f;
  }

  .lg\:focus\:border-teal-dark:focus {
    border-color: #38a89d;
  }

  .lg\:focus\:border-teal:focus {
    border-color: #4dc0b5;
  }

  .lg\:focus\:border-teal-light:focus {
    border-color: #64d5ca;
  }

  .lg\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed;
  }

  .lg\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe;
  }

  .lg\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }

  .lg\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }

  .lg\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }

  .lg\:focus\:border-blue:focus {
    border-color: #3490dc;
  }

  .lg\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }

  .lg\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }

  .lg\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }

  .lg\:focus\:border-indigo-darkest:focus {
    border-color: #191e38;
  }

  .lg\:focus\:border-indigo-darker:focus {
    border-color: #2f365f;
  }

  .lg\:focus\:border-indigo-dark:focus {
    border-color: #5661b3;
  }

  .lg\:focus\:border-indigo:focus {
    border-color: #6574cd;
  }

  .lg\:focus\:border-indigo-light:focus {
    border-color: #7886d7;
  }

  .lg\:focus\:border-indigo-lighter:focus {
    border-color: #b2b7ff;
  }

  .lg\:focus\:border-indigo-lightest:focus {
    border-color: #e6e8ff;
  }

  .lg\:focus\:border-purple-darkest:focus {
    border-color: #21183c;
  }

  .lg\:focus\:border-purple-darker:focus {
    border-color: #382b5f;
  }

  .lg\:focus\:border-purple-dark:focus {
    border-color: #794acf;
  }

  .lg\:focus\:border-purple:focus {
    border-color: #9561e2;
  }

  .lg\:focus\:border-purple-light:focus {
    border-color: #a779e9;
  }

  .lg\:focus\:border-purple-lighter:focus {
    border-color: #d6bbfc;
  }

  .lg\:focus\:border-purple-lightest:focus {
    border-color: #f3ebff;
  }

  .lg\:focus\:border-pink-darkest:focus {
    border-color: #451225;
  }

  .lg\:focus\:border-pink-darker:focus {
    border-color: #6f213f;
  }

  .lg\:focus\:border-pink-dark:focus {
    border-color: #eb5286;
  }

  .lg\:focus\:border-pink:focus {
    border-color: #f66d9b;
  }

  .lg\:focus\:border-pink-light:focus {
    border-color: #fa7ea8;
  }

  .lg\:focus\:border-pink-lighter:focus {
    border-color: #ffbbca;
  }

  .lg\:focus\:border-pink-lightest:focus {
    border-color: #ffebef;
  }

  .lg\:active\:border-transparent:active {
    border-color: transparent;
  }

  .lg\:active\:border-black:active {
    border-color: #22292f;
  }

  .lg\:active\:border-grey-darkest:active {
    border-color: #3d4852;
  }

  .lg\:active\:border-grey-darker:active {
    border-color: #606f7b;
  }

  .lg\:active\:border-grey-dark:active {
    border-color: #8795a1;
  }

  .lg\:active\:border-grey:active {
    border-color: #b8c2cc;
  }

  .lg\:active\:border-grey-light:active {
    border-color: #dae1e7;
  }

  .lg\:active\:border-grey-lighter:active {
    border-color: #f1f5f8;
  }

  .lg\:active\:border-grey-lightest:active {
    border-color: #f8fafc;
  }

  .lg\:active\:border-white:active {
    border-color: #fff;
  }

  .lg\:active\:border-red-darkest:active {
    border-color: #3b0d0c;
  }

  .lg\:active\:border-red-darker:active {
    border-color: #621b18;
  }

  .lg\:active\:border-red-dark:active {
    border-color: #cc1f1a;
  }

  .lg\:active\:border-red:active {
    border-color: #e3342f;
  }

  .lg\:active\:border-red-light:active {
    border-color: #ef5753;
  }

  .lg\:active\:border-red-lighter:active {
    border-color: #f9acaa;
  }

  .lg\:active\:border-red-lightest:active {
    border-color: #fcebea;
  }

  .lg\:active\:border-orange-darkest:active {
    border-color: #462a16;
  }

  .lg\:active\:border-orange-darker:active {
    border-color: #613b1f;
  }

  .lg\:active\:border-orange-dark:active {
    border-color: #de751f;
  }

  .lg\:active\:border-orange:active {
    border-color: #f6993f;
  }

  .lg\:active\:border-orange-light:active {
    border-color: #faad63;
  }

  .lg\:active\:border-orange-lighter:active {
    border-color: #fcd9b6;
  }

  .lg\:active\:border-orange-lightest:active {
    border-color: #fff5eb;
  }

  .lg\:active\:border-yellow-darkest:active {
    border-color: #453411;
  }

  .lg\:active\:border-yellow-darker:active {
    border-color: #684f1d;
  }

  .lg\:active\:border-yellow-dark:active {
    border-color: #f2d024;
  }

  .lg\:active\:border-yellow:active {
    border-color: #ffed4a;
  }

  .lg\:active\:border-yellow-light:active {
    border-color: #fff382;
  }

  .lg\:active\:border-yellow-lighter:active {
    border-color: #fff9c2;
  }

  .lg\:active\:border-yellow-lightest:active {
    border-color: #fcfbeb;
  }

  .lg\:active\:border-green-darkest:active {
    border-color: #0f2f21;
  }

  .lg\:active\:border-green-darker:active {
    border-color: #1a4731;
  }

  .lg\:active\:border-green-dark:active {
    border-color: #1f9d55;
  }

  .lg\:active\:border-green:active {
    border-color: #38c172;
  }

  .lg\:active\:border-green-light:active {
    border-color: #51d88a;
  }

  .lg\:active\:border-green-lighter:active {
    border-color: #a2f5bf;
  }

  .lg\:active\:border-green-lightest:active {
    border-color: #e3fcec;
  }

  .lg\:active\:border-teal-darkest:active {
    border-color: #0d3331;
  }

  .lg\:active\:border-teal-darker:active {
    border-color: #20504f;
  }

  .lg\:active\:border-teal-dark:active {
    border-color: #38a89d;
  }

  .lg\:active\:border-teal:active {
    border-color: #4dc0b5;
  }

  .lg\:active\:border-teal-light:active {
    border-color: #64d5ca;
  }

  .lg\:active\:border-teal-lighter:active {
    border-color: #a0f0ed;
  }

  .lg\:active\:border-teal-lightest:active {
    border-color: #e8fffe;
  }

  .lg\:active\:border-blue-darkest:active {
    border-color: #12283a;
  }

  .lg\:active\:border-blue-darker:active {
    border-color: #1c3d5a;
  }

  .lg\:active\:border-blue-dark:active {
    border-color: #2779bd;
  }

  .lg\:active\:border-blue:active {
    border-color: #3490dc;
  }

  .lg\:active\:border-blue-light:active {
    border-color: #6cb2eb;
  }

  .lg\:active\:border-blue-lighter:active {
    border-color: #bcdefa;
  }

  .lg\:active\:border-blue-lightest:active {
    border-color: #eff8ff;
  }

  .lg\:active\:border-indigo-darkest:active {
    border-color: #191e38;
  }

  .lg\:active\:border-indigo-darker:active {
    border-color: #2f365f;
  }

  .lg\:active\:border-indigo-dark:active {
    border-color: #5661b3;
  }

  .lg\:active\:border-indigo:active {
    border-color: #6574cd;
  }

  .lg\:active\:border-indigo-light:active {
    border-color: #7886d7;
  }

  .lg\:active\:border-indigo-lighter:active {
    border-color: #b2b7ff;
  }

  .lg\:active\:border-indigo-lightest:active {
    border-color: #e6e8ff;
  }

  .lg\:active\:border-purple-darkest:active {
    border-color: #21183c;
  }

  .lg\:active\:border-purple-darker:active {
    border-color: #382b5f;
  }

  .lg\:active\:border-purple-dark:active {
    border-color: #794acf;
  }

  .lg\:active\:border-purple:active {
    border-color: #9561e2;
  }

  .lg\:active\:border-purple-light:active {
    border-color: #a779e9;
  }

  .lg\:active\:border-purple-lighter:active {
    border-color: #d6bbfc;
  }

  .lg\:active\:border-purple-lightest:active {
    border-color: #f3ebff;
  }

  .lg\:active\:border-pink-darkest:active {
    border-color: #451225;
  }

  .lg\:active\:border-pink-darker:active {
    border-color: #6f213f;
  }

  .lg\:active\:border-pink-dark:active {
    border-color: #eb5286;
  }

  .lg\:active\:border-pink:active {
    border-color: #f66d9b;
  }

  .lg\:active\:border-pink-light:active {
    border-color: #fa7ea8;
  }

  .lg\:active\:border-pink-lighter:active {
    border-color: #ffbbca;
  }

  .lg\:active\:border-pink-lightest:active {
    border-color: #ffebef;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: .125rem;
  }

  .lg\:rounded {
    border-radius: .25rem;
  }

  .lg\:rounded-lg {
    border-radius: .5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-sm {
    border-radius: .125rem;
  }

  .group:hover .lg\:group-hover\:rounded {
    border-radius: .25rem;
  }

  .group:hover .lg\:group-hover\:rounded-lg {
    border-radius: .5rem;
  }

  .group:hover .lg\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .group:hover .lg\:group-hover\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .group:hover .lg\:group-hover\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .group:hover .lg\:group-hover\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .group:hover .lg\:group-hover\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .group:hover .lg\:group-hover\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .group:hover .lg\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .group:hover .lg\:group-hover\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .group:hover .lg\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .lg\:group-hover\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .group:hover .lg\:group-hover\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .group:hover .lg\:group-hover\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .group:hover .lg\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .group:hover .lg\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .group:hover .lg\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .lg\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .lg\:hover\:rounded-sm:hover {
    border-radius: .125rem;
  }

  .lg\:hover\:rounded:hover {
    border-radius: .25rem;
  }

  .lg\:hover\:rounded-lg:hover {
    border-radius: .5rem;
  }

  .lg\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .lg\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:hover\:rounded-t-sm:hover {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:hover\:rounded-r-sm:hover {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:hover\:rounded-l-sm:hover {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:hover\:rounded-t:hover {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:hover\:rounded-r:hover {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:hover\:rounded-b:hover {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:hover\:rounded-l:hover {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:hover\:rounded-t-lg:hover {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:hover\:rounded-r-lg:hover {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:hover\:rounded-l-lg:hover {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .lg\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .lg\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .lg\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .lg\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: .125rem;
  }

  .lg\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: .125rem;
  }

  .lg\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: .125rem;
  }

  .lg\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem;
  }

  .lg\:hover\:rounded-tl:hover {
    border-top-left-radius: .25rem;
  }

  .lg\:hover\:rounded-tr:hover {
    border-top-right-radius: .25rem;
  }

  .lg\:hover\:rounded-br:hover {
    border-bottom-right-radius: .25rem;
  }

  .lg\:hover\:rounded-bl:hover {
    border-bottom-left-radius: .25rem;
  }

  .lg\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: .5rem;
  }

  .lg\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: .5rem;
  }

  .lg\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: .5rem;
  }

  .lg\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: .5rem;
  }

  .lg\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .lg\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .lg\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .lg\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus-within\:rounded-none:focus-within {
    border-radius: 0;
  }

  .lg\:focus-within\:rounded-sm:focus-within {
    border-radius: .125rem;
  }

  .lg\:focus-within\:rounded:focus-within {
    border-radius: .25rem;
  }

  .lg\:focus-within\:rounded-lg:focus-within {
    border-radius: .5rem;
  }

  .lg\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .lg\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0;
  }

  .lg\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0;
  }

  .lg\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0;
  }

  .lg\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0;
  }

  .lg\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: .125rem;
  }

  .lg\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: .125rem;
  }

  .lg\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: .125rem;
  }

  .lg\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: .125rem;
  }

  .lg\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: .25rem;
  }

  .lg\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: .25rem;
  }

  .lg\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: .25rem;
  }

  .lg\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: .25rem;
  }

  .lg\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: .5rem;
  }

  .lg\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: .5rem;
  }

  .lg\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: .5rem;
  }

  .lg\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: .5rem;
  }

  .lg\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .lg\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .lg\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .lg\:focus\:rounded-sm:focus {
    border-radius: .125rem;
  }

  .lg\:focus\:rounded:focus {
    border-radius: .25rem;
  }

  .lg\:focus\:rounded-lg:focus {
    border-radius: .5rem;
  }

  .lg\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .lg\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:focus\:rounded-t-sm:focus {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:focus\:rounded-r-sm:focus {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:focus\:rounded-l-sm:focus {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:focus\:rounded-t:focus {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:focus\:rounded-r:focus {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:focus\:rounded-b:focus {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:focus\:rounded-l:focus {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:focus\:rounded-t-lg:focus {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:focus\:rounded-r-lg:focus {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:focus\:rounded-l-lg:focus {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .lg\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .lg\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .lg\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .lg\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: .125rem;
  }

  .lg\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: .125rem;
  }

  .lg\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: .125rem;
  }

  .lg\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: .125rem;
  }

  .lg\:focus\:rounded-tl:focus {
    border-top-left-radius: .25rem;
  }

  .lg\:focus\:rounded-tr:focus {
    border-top-right-radius: .25rem;
  }

  .lg\:focus\:rounded-br:focus {
    border-bottom-right-radius: .25rem;
  }

  .lg\:focus\:rounded-bl:focus {
    border-bottom-left-radius: .25rem;
  }

  .lg\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: .5rem;
  }

  .lg\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: .5rem;
  }

  .lg\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: .5rem;
  }

  .lg\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: .5rem;
  }

  .lg\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .lg\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .lg\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .lg\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .lg\:active\:rounded-none:active {
    border-radius: 0;
  }

  .lg\:active\:rounded-sm:active {
    border-radius: .125rem;
  }

  .lg\:active\:rounded:active {
    border-radius: .25rem;
  }

  .lg\:active\:rounded-lg:active {
    border-radius: .5rem;
  }

  .lg\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .lg\:active\:rounded-t-none:active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:active\:rounded-r-none:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:active\:rounded-l-none:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:active\:rounded-t-sm:active {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:active\:rounded-r-sm:active {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:active\:rounded-b-sm:active {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:active\:rounded-l-sm:active {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:active\:rounded-t:active {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:active\:rounded-r:active {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:active\:rounded-b:active {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:active\:rounded-l:active {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:active\:rounded-t-lg:active {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:active\:rounded-r-lg:active {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:active\:rounded-b-lg:active {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:active\:rounded-l-lg:active {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:active\:rounded-tl-none:active {
    border-top-left-radius: 0;
  }

  .lg\:active\:rounded-tr-none:active {
    border-top-right-radius: 0;
  }

  .lg\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0;
  }

  .lg\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0;
  }

  .lg\:active\:rounded-tl-sm:active {
    border-top-left-radius: .125rem;
  }

  .lg\:active\:rounded-tr-sm:active {
    border-top-right-radius: .125rem;
  }

  .lg\:active\:rounded-br-sm:active {
    border-bottom-right-radius: .125rem;
  }

  .lg\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: .125rem;
  }

  .lg\:active\:rounded-tl:active {
    border-top-left-radius: .25rem;
  }

  .lg\:active\:rounded-tr:active {
    border-top-right-radius: .25rem;
  }

  .lg\:active\:rounded-br:active {
    border-bottom-right-radius: .25rem;
  }

  .lg\:active\:rounded-bl:active {
    border-bottom-left-radius: .25rem;
  }

  .lg\:active\:rounded-tl-lg:active {
    border-top-left-radius: .5rem;
  }

  .lg\:active\:rounded-tr-lg:active {
    border-top-right-radius: .5rem;
  }

  .lg\:active\:rounded-br-lg:active {
    border-bottom-right-radius: .5rem;
  }

  .lg\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: .5rem;
  }

  .lg\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .lg\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .lg\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .lg\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-none {
    border-style: none;
  }

  .group:hover .lg\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .lg\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .lg\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .lg\:group-hover\:border-none {
    border-style: none;
  }

  .lg\:hover\:border-solid:hover {
    border-style: solid;
  }

  .lg\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .lg\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .lg\:hover\:border-none:hover {
    border-style: none;
  }

  .lg\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .lg\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .lg\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .lg\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .lg\:focus\:border-solid:focus {
    border-style: solid;
  }

  .lg\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .lg\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .lg\:focus\:border-none:focus {
    border-style: none;
  }

  .lg\:active\:border-solid:active {
    border-style: solid;
  }

  .lg\:active\:border-dashed:active {
    border-style: dashed;
  }

  .lg\:active\:border-dotted:active {
    border-style: dotted;
  }

  .lg\:active\:border-none:active {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .lg\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .lg\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .lg\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .lg\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .lg\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .lg\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .lg\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .lg\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .lg\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .lg\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .lg\:hover\:border-0:hover {
    border-width: 0;
  }

  .lg\:hover\:border-2:hover {
    border-width: 2px;
  }

  .lg\:hover\:border-4:hover {
    border-width: 4px;
  }

  .lg\:hover\:border-8:hover {
    border-width: 8px;
  }

  .lg\:hover\:border:hover {
    border-width: 1px;
  }

  .lg\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .lg\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .lg\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .lg\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .lg\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .lg\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .lg\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .lg\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .lg\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .lg\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .lg\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .lg\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .lg\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .lg\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .lg\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .lg\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .lg\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .lg\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .lg\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .lg\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .lg\:focus-within\:border-0:focus-within {
    border-width: 0;
  }

  .lg\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .lg\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .lg\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .lg\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .lg\:focus-within\:border-t-0:focus-within {
    border-top-width: 0;
  }

  .lg\:focus-within\:border-r-0:focus-within {
    border-right-width: 0;
  }

  .lg\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0;
  }

  .lg\:focus-within\:border-l-0:focus-within {
    border-left-width: 0;
  }

  .lg\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .lg\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .lg\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .lg\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .lg\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .lg\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .lg\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .lg\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .lg\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .lg\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .lg\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .lg\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .lg\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .lg\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .lg\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .lg\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .lg\:focus\:border-0:focus {
    border-width: 0;
  }

  .lg\:focus\:border-2:focus {
    border-width: 2px;
  }

  .lg\:focus\:border-4:focus {
    border-width: 4px;
  }

  .lg\:focus\:border-8:focus {
    border-width: 8px;
  }

  .lg\:focus\:border:focus {
    border-width: 1px;
  }

  .lg\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .lg\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .lg\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .lg\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .lg\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .lg\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .lg\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .lg\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .lg\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .lg\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .lg\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .lg\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .lg\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .lg\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .lg\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .lg\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .lg\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .lg\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .lg\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .lg\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .lg\:active\:border-0:active {
    border-width: 0;
  }

  .lg\:active\:border-2:active {
    border-width: 2px;
  }

  .lg\:active\:border-4:active {
    border-width: 4px;
  }

  .lg\:active\:border-8:active {
    border-width: 8px;
  }

  .lg\:active\:border:active {
    border-width: 1px;
  }

  .lg\:active\:border-t-0:active {
    border-top-width: 0;
  }

  .lg\:active\:border-r-0:active {
    border-right-width: 0;
  }

  .lg\:active\:border-b-0:active {
    border-bottom-width: 0;
  }

  .lg\:active\:border-l-0:active {
    border-left-width: 0;
  }

  .lg\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .lg\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .lg\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .lg\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .lg\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .lg\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .lg\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .lg\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .lg\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .lg\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .lg\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .lg\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .lg\:active\:border-t:active {
    border-top-width: 1px;
  }

  .lg\:active\:border-r:active {
    border-right-width: 1px;
  }

  .lg\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .lg\:active\:border-l:active {
    border-left-width: 1px;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .lg\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .lg\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .lg\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .lg\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .lg\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .lg\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .lg\:hover\:cursor-default:hover {
    cursor: default;
  }

  .lg\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .lg\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .lg\:hover\:cursor-move:hover {
    cursor: move;
  }

  .lg\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .lg\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .lg\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .lg\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .lg\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .lg\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .lg\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .lg\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .lg\:focus\:cursor-default:focus {
    cursor: default;
  }

  .lg\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .lg\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .lg\:focus\:cursor-move:focus {
    cursor: move;
  }

  .lg\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .lg\:active\:cursor-auto:active {
    cursor: auto;
  }

  .lg\:active\:cursor-default:active {
    cursor: default;
  }

  .lg\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .lg\:active\:cursor-wait:active {
    cursor: wait;
  }

  .lg\:active\:cursor-move:active {
    cursor: move;
  }

  .lg\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:hidden {
    display: none;
  }

  .group:hover .lg\:group-hover\:block {
    display: block;
  }

  .group:hover .lg\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .lg\:group-hover\:inline {
    display: inline;
  }

  .group:hover .lg\:group-hover\:table {
    display: table;
  }

  .group:hover .lg\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .lg\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .lg\:group-hover\:hidden {
    display: none;
  }

  .lg\:hover\:block:hover {
    display: block;
  }

  .lg\:hover\:inline-block:hover {
    display: inline-block;
  }

  .lg\:hover\:inline:hover {
    display: inline;
  }

  .lg\:hover\:table:hover {
    display: table;
  }

  .lg\:hover\:table-row:hover {
    display: table-row;
  }

  .lg\:hover\:table-cell:hover {
    display: table-cell;
  }

  .lg\:hover\:hidden:hover {
    display: none;
  }

  .lg\:focus-within\:block:focus-within {
    display: block;
  }

  .lg\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .lg\:focus-within\:inline:focus-within {
    display: inline;
  }

  .lg\:focus-within\:table:focus-within {
    display: table;
  }

  .lg\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .lg\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .lg\:focus-within\:hidden:focus-within {
    display: none;
  }

  .lg\:focus\:block:focus {
    display: block;
  }

  .lg\:focus\:inline-block:focus {
    display: inline-block;
  }

  .lg\:focus\:inline:focus {
    display: inline;
  }

  .lg\:focus\:table:focus {
    display: table;
  }

  .lg\:focus\:table-row:focus {
    display: table-row;
  }

  .lg\:focus\:table-cell:focus {
    display: table-cell;
  }

  .lg\:focus\:hidden:focus {
    display: none;
  }

  .lg\:active\:block:active {
    display: block;
  }

  .lg\:active\:inline-block:active {
    display: inline-block;
  }

  .lg\:active\:inline:active {
    display: inline;
  }

  .lg\:active\:table:active {
    display: table;
  }

  .lg\:active\:table-row:active {
    display: table-row;
  }

  .lg\:active\:table-cell:active {
    display: table-cell;
  }

  .lg\:active\:hidden:active {
    display: none;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-no-grow {
    flex-grow: 0;
  }

  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }

  .group:hover .lg\:group-hover\:flex {
    display: flex;
  }

  .group:hover .lg\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .lg\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .lg\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .lg\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .lg\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .group:hover .lg\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .lg\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .lg\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .group:hover .lg\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .lg\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .lg\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .lg\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .lg\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .group:hover .lg\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .lg\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .lg\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .lg\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .lg\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .group:hover .lg\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .lg\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .lg\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .lg\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .lg\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .lg\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .lg\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .lg\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .lg\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .lg\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .lg\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .lg\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .lg\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .lg\:group-hover\:flex-none {
    flex: none;
  }

  .group:hover .lg\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .group:hover .lg\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .lg\:group-hover\:flex-no-grow {
    flex-grow: 0;
  }

  .group:hover .lg\:group-hover\:flex-no-shrink {
    flex-shrink: 0;
  }

  .lg\:hover\:flex:hover {
    display: flex;
  }

  .lg\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .lg\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .lg\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .lg\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .lg\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .lg\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .lg\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .lg\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .lg\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .lg\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .lg\:hover\:items-center:hover {
    align-items: center;
  }

  .lg\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .lg\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .lg\:hover\:self-auto:hover {
    align-self: auto;
  }

  .lg\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .lg\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .lg\:hover\:self-center:hover {
    align-self: center;
  }

  .lg\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .lg\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .lg\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .lg\:hover\:justify-center:hover {
    justify-content: center;
  }

  .lg\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .lg\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .lg\:hover\:content-center:hover {
    align-content: center;
  }

  .lg\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .lg\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .lg\:hover\:content-between:hover {
    align-content: space-between;
  }

  .lg\:hover\:content-around:hover {
    align-content: space-around;
  }

  .lg\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .lg\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .lg\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .lg\:hover\:flex-none:hover {
    flex: none;
  }

  .lg\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .lg\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .lg\:hover\:flex-no-grow:hover {
    flex-grow: 0;
  }

  .lg\:hover\:flex-no-shrink:hover {
    flex-shrink: 0;
  }

  .lg\:focus-within\:flex:focus-within {
    display: flex;
  }

  .lg\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .lg\:focus-within\:flex-row:focus-within {
    flex-direction: row;
  }

  .lg\:focus-within\:flex-row-reverse:focus-within {
    flex-direction: row-reverse;
  }

  .lg\:focus-within\:flex-col:focus-within {
    flex-direction: column;
  }

  .lg\:focus-within\:flex-col-reverse:focus-within {
    flex-direction: column-reverse;
  }

  .lg\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .lg\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .lg\:focus-within\:flex-no-wrap:focus-within {
    flex-wrap: nowrap;
  }

  .lg\:focus-within\:items-start:focus-within {
    align-items: flex-start;
  }

  .lg\:focus-within\:items-end:focus-within {
    align-items: flex-end;
  }

  .lg\:focus-within\:items-center:focus-within {
    align-items: center;
  }

  .lg\:focus-within\:items-baseline:focus-within {
    align-items: baseline;
  }

  .lg\:focus-within\:items-stretch:focus-within {
    align-items: stretch;
  }

  .lg\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .lg\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .lg\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .lg\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .lg\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .lg\:focus-within\:justify-start:focus-within {
    justify-content: flex-start;
  }

  .lg\:focus-within\:justify-end:focus-within {
    justify-content: flex-end;
  }

  .lg\:focus-within\:justify-center:focus-within {
    justify-content: center;
  }

  .lg\:focus-within\:justify-between:focus-within {
    justify-content: space-between;
  }

  .lg\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .lg\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .lg\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .lg\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .lg\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .lg\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .lg\:focus-within\:flex-1:focus-within {
    flex: 1 1 0%;
  }

  .lg\:focus-within\:flex-auto:focus-within {
    flex: 1 1 auto;
  }

  .lg\:focus-within\:flex-initial:focus-within {
    flex: 0 1 auto;
  }

  .lg\:focus-within\:flex-none:focus-within {
    flex: none;
  }

  .lg\:focus-within\:flex-grow:focus-within {
    flex-grow: 1;
  }

  .lg\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .lg\:focus-within\:flex-no-grow:focus-within {
    flex-grow: 0;
  }

  .lg\:focus-within\:flex-no-shrink:focus-within {
    flex-shrink: 0;
  }

  .lg\:focus\:flex:focus {
    display: flex;
  }

  .lg\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .lg\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .lg\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .lg\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .lg\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .lg\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .lg\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .lg\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .lg\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .lg\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .lg\:focus\:items-center:focus {
    align-items: center;
  }

  .lg\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .lg\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .lg\:focus\:self-auto:focus {
    align-self: auto;
  }

  .lg\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .lg\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .lg\:focus\:self-center:focus {
    align-self: center;
  }

  .lg\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .lg\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .lg\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .lg\:focus\:justify-center:focus {
    justify-content: center;
  }

  .lg\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .lg\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .lg\:focus\:content-center:focus {
    align-content: center;
  }

  .lg\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .lg\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .lg\:focus\:content-between:focus {
    align-content: space-between;
  }

  .lg\:focus\:content-around:focus {
    align-content: space-around;
  }

  .lg\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .lg\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .lg\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .lg\:focus\:flex-none:focus {
    flex: none;
  }

  .lg\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .lg\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .lg\:focus\:flex-no-grow:focus {
    flex-grow: 0;
  }

  .lg\:focus\:flex-no-shrink:focus {
    flex-shrink: 0;
  }

  .lg\:active\:flex:active {
    display: flex;
  }

  .lg\:active\:inline-flex:active {
    display: inline-flex;
  }

  .lg\:active\:flex-row:active {
    flex-direction: row;
  }

  .lg\:active\:flex-row-reverse:active {
    flex-direction: row-reverse;
  }

  .lg\:active\:flex-col:active {
    flex-direction: column;
  }

  .lg\:active\:flex-col-reverse:active {
    flex-direction: column-reverse;
  }

  .lg\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .lg\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .lg\:active\:flex-no-wrap:active {
    flex-wrap: nowrap;
  }

  .lg\:active\:items-start:active {
    align-items: flex-start;
  }

  .lg\:active\:items-end:active {
    align-items: flex-end;
  }

  .lg\:active\:items-center:active {
    align-items: center;
  }

  .lg\:active\:items-baseline:active {
    align-items: baseline;
  }

  .lg\:active\:items-stretch:active {
    align-items: stretch;
  }

  .lg\:active\:self-auto:active {
    align-self: auto;
  }

  .lg\:active\:self-start:active {
    align-self: flex-start;
  }

  .lg\:active\:self-end:active {
    align-self: flex-end;
  }

  .lg\:active\:self-center:active {
    align-self: center;
  }

  .lg\:active\:self-stretch:active {
    align-self: stretch;
  }

  .lg\:active\:justify-start:active {
    justify-content: flex-start;
  }

  .lg\:active\:justify-end:active {
    justify-content: flex-end;
  }

  .lg\:active\:justify-center:active {
    justify-content: center;
  }

  .lg\:active\:justify-between:active {
    justify-content: space-between;
  }

  .lg\:active\:justify-around:active {
    justify-content: space-around;
  }

  .lg\:active\:content-center:active {
    align-content: center;
  }

  .lg\:active\:content-start:active {
    align-content: flex-start;
  }

  .lg\:active\:content-end:active {
    align-content: flex-end;
  }

  .lg\:active\:content-between:active {
    align-content: space-between;
  }

  .lg\:active\:content-around:active {
    align-content: space-around;
  }

  .lg\:active\:flex-1:active {
    flex: 1 1 0%;
  }

  .lg\:active\:flex-auto:active {
    flex: 1 1 auto;
  }

  .lg\:active\:flex-initial:active {
    flex: 0 1 auto;
  }

  .lg\:active\:flex-none:active {
    flex: none;
  }

  .lg\:active\:flex-grow:active {
    flex-grow: 1;
  }

  .lg\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .lg\:active\:flex-no-grow:active {
    flex-grow: 0;
  }

  .lg\:active\:flex-no-shrink:active {
    flex-shrink: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .lg\:group-hover\:float-right {
    float: right;
  }

  .group:hover .lg\:group-hover\:float-left {
    float: left;
  }

  .group:hover .lg\:group-hover\:float-none {
    float: none;
  }

  .group:hover .lg\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:hover\:float-right:hover {
    float: right;
  }

  .lg\:hover\:float-left:hover {
    float: left;
  }

  .lg\:hover\:float-none:hover {
    float: none;
  }

  .lg\:hover\:clearfix:after:hover {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:focus-within\:float-right:focus-within {
    float: right;
  }

  .lg\:focus-within\:float-left:focus-within {
    float: left;
  }

  .lg\:focus-within\:float-none:focus-within {
    float: none;
  }

  .lg\:focus-within\:clearfix:after:focus-within {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:focus\:float-right:focus {
    float: right;
  }

  .lg\:focus\:float-left:focus {
    float: left;
  }

  .lg\:focus\:float-none:focus {
    float: none;
  }

  .lg\:focus\:clearfix:after:focus {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:active\:float-right:active {
    float: right;
  }

  .lg\:active\:float-left:active {
    float: left;
  }

  .lg\:active\:float-none:active {
    float: none;
  }

  .lg\:active\:clearfix:after:active {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-sans {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .lg\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .group:hover .lg\:group-hover\:font-sans {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .group:hover .lg\:group-hover\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .group:hover .lg\:group-hover\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:hover\:font-sans:hover {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .lg\:hover\:font-serif:hover {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:hover\:font-mono:hover {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:focus-within\:font-sans:focus-within {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .lg\:focus-within\:font-serif:focus-within {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:focus-within\:font-mono:focus-within {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:focus\:font-sans:focus {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .lg\:focus\:font-serif:focus {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:focus\:font-mono:focus {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:active\:font-sans:active {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .lg\:active\:font-serif:active {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .lg\:active\:font-mono:active {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg\:font-hairline {
    font-weight: 100;
  }

  .lg\:font-thin {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .group:hover .lg\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .lg\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .lg\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .lg\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .lg\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .lg\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .lg\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .lg\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .lg\:group-hover\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus-within\:font-hairline:focus-within {
    font-weight: 100;
  }

  .lg\:focus-within\:font-thin:focus-within {
    font-weight: 200;
  }

  .lg\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .lg\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .lg\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .lg\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .lg\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .lg\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .lg\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:active\:font-hairline:active {
    font-weight: 100;
  }

  .lg\:active\:font-thin:active {
    font-weight: 200;
  }

  .lg\:active\:font-light:active {
    font-weight: 300;
  }

  .lg\:active\:font-normal:active {
    font-weight: 400;
  }

  .lg\:active\:font-medium:active {
    font-weight: 500;
  }

  .lg\:active\:font-semibold:active {
    font-weight: 600;
  }

  .lg\:active\:font-bold:active {
    font-weight: 700;
  }

  .lg\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .lg\:active\:font-black:active {
    font-weight: 900;
  }

  .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-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .group:hover .lg\:group-hover\:h-1 {
    height: .25rem;
  }

  .group:hover .lg\:group-hover\:h-2 {
    height: .5rem;
  }

  .group:hover .lg\:group-hover\:h-3 {
    height: .75rem;
  }

  .group:hover .lg\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .lg\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .lg\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .lg\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .lg\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .lg\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .lg\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .lg\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .lg\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .lg\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .lg\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .lg\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .lg\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .lg\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .lg\:group-hover\:h-screen {
    height: 100vh;
  }

  .lg\:hover\:h-1:hover {
    height: .25rem;
  }

  .lg\:hover\:h-2:hover {
    height: .5rem;
  }

  .lg\:hover\:h-3:hover {
    height: .75rem;
  }

  .lg\:hover\:h-4:hover {
    height: 1rem;
  }

  .lg\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .lg\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .lg\:hover\:h-8:hover {
    height: 2rem;
  }

  .lg\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .lg\:hover\:h-12:hover {
    height: 3rem;
  }

  .lg\:hover\:h-16:hover {
    height: 4rem;
  }

  .lg\:hover\:h-24:hover {
    height: 6rem;
  }

  .lg\:hover\:h-32:hover {
    height: 8rem;
  }

  .lg\:hover\:h-48:hover {
    height: 12rem;
  }

  .lg\:hover\:h-64:hover {
    height: 16rem;
  }

  .lg\:hover\:h-auto:hover {
    height: auto;
  }

  .lg\:hover\:h-px:hover {
    height: 1px;
  }

  .lg\:hover\:h-full:hover {
    height: 100%;
  }

  .lg\:hover\:h-screen:hover {
    height: 100vh;
  }

  .lg\:focus-within\:h-1:focus-within {
    height: .25rem;
  }

  .lg\:focus-within\:h-2:focus-within {
    height: .5rem;
  }

  .lg\:focus-within\:h-3:focus-within {
    height: .75rem;
  }

  .lg\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .lg\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .lg\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .lg\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .lg\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .lg\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .lg\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .lg\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .lg\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .lg\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .lg\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .lg\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .lg\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .lg\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .lg\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .lg\:focus\:h-1:focus {
    height: .25rem;
  }

  .lg\:focus\:h-2:focus {
    height: .5rem;
  }

  .lg\:focus\:h-3:focus {
    height: .75rem;
  }

  .lg\:focus\:h-4:focus {
    height: 1rem;
  }

  .lg\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .lg\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .lg\:focus\:h-8:focus {
    height: 2rem;
  }

  .lg\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .lg\:focus\:h-12:focus {
    height: 3rem;
  }

  .lg\:focus\:h-16:focus {
    height: 4rem;
  }

  .lg\:focus\:h-24:focus {
    height: 6rem;
  }

  .lg\:focus\:h-32:focus {
    height: 8rem;
  }

  .lg\:focus\:h-48:focus {
    height: 12rem;
  }

  .lg\:focus\:h-64:focus {
    height: 16rem;
  }

  .lg\:focus\:h-auto:focus {
    height: auto;
  }

  .lg\:focus\:h-px:focus {
    height: 1px;
  }

  .lg\:focus\:h-full:focus {
    height: 100%;
  }

  .lg\:focus\:h-screen:focus {
    height: 100vh;
  }

  .lg\:active\:h-1:active {
    height: .25rem;
  }

  .lg\:active\:h-2:active {
    height: .5rem;
  }

  .lg\:active\:h-3:active {
    height: .75rem;
  }

  .lg\:active\:h-4:active {
    height: 1rem;
  }

  .lg\:active\:h-5:active {
    height: 1.25rem;
  }

  .lg\:active\:h-6:active {
    height: 1.5rem;
  }

  .lg\:active\:h-8:active {
    height: 2rem;
  }

  .lg\:active\:h-10:active {
    height: 2.5rem;
  }

  .lg\:active\:h-12:active {
    height: 3rem;
  }

  .lg\:active\:h-16:active {
    height: 4rem;
  }

  .lg\:active\:h-24:active {
    height: 6rem;
  }

  .lg\:active\:h-32:active {
    height: 8rem;
  }

  .lg\:active\:h-48:active {
    height: 12rem;
  }

  .lg\:active\:h-64:active {
    height: 16rem;
  }

  .lg\:active\:h-auto:active {
    height: auto;
  }

  .lg\:active\:h-px:active {
    height: 1px;
  }

  .lg\:active\:h-full:active {
    height: 100%;
  }

  .lg\:active\:h-screen:active {
    height: 100vh;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .lg\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .lg\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .lg\:group-hover\:leading-loose {
    line-height: 2;
  }

  .lg\:hover\:leading-none:hover {
    line-height: 1;
  }

  .lg\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .lg\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .lg\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .lg\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .lg\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .lg\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .lg\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .lg\:focus\:leading-none:focus {
    line-height: 1;
  }

  .lg\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .lg\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .lg\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .lg\:active\:leading-none:active {
    line-height: 1;
  }

  .lg\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .lg\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .lg\:active\:leading-loose:active {
    line-height: 2;
  }

  .lg\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: .25rem;
  }

  .lg\:m-2 {
    margin: .5rem;
  }

  .lg\:m-3 {
    margin: .75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: .25rem;
  }

  .lg\:mr-1 {
    margin-right: .25rem;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:ml-1 {
    margin-left: .25rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mr-2 {
    margin-right: .5rem;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem;
  }

  .lg\:ml-2 {
    margin-left: .5rem;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:mr-3 {
    margin-right: .75rem;
  }

  .lg\:mb-3 {
    margin-bottom: .75rem;
  }

  .lg\:ml-3 {
    margin-left: .75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:mt-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-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-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-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-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-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-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\:hover\:m-0:hover {
    margin: 0;
  }

  .lg\:hover\:m-1:hover {
    margin: .25rem;
  }

  .lg\:hover\:m-2:hover {
    margin: .5rem;
  }

  .lg\:hover\:m-3:hover {
    margin: .75rem;
  }

  .lg\:hover\:m-4:hover {
    margin: 1rem;
  }

  .lg\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .lg\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .lg\:hover\:m-8:hover {
    margin: 2rem;
  }

  .lg\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .lg\:hover\:m-12:hover {
    margin: 3rem;
  }

  .lg\:hover\:m-16:hover {
    margin: 4rem;
  }

  .lg\:hover\:m-20:hover {
    margin: 5rem;
  }

  .lg\:hover\:m-24:hover {
    margin: 6rem;
  }

  .lg\:hover\:m-32:hover {
    margin: 8rem;
  }

  .lg\:hover\:m-auto:hover {
    margin: auto;
  }

  .lg\:hover\:m-px:hover {
    margin: 1px;
  }

  .lg\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:hover\:my-1:hover {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:hover\:mx-1:hover {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:hover\:my-2:hover {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:hover\:mx-2:hover {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:hover\:my-3:hover {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:hover\:mx-3:hover {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .lg\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .lg\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .lg\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .lg\:hover\:mt-1:hover {
    margin-top: .25rem;
  }

  .lg\:hover\:mr-1:hover {
    margin-right: .25rem;
  }

  .lg\:hover\:mb-1:hover {
    margin-bottom: .25rem;
  }

  .lg\:hover\:ml-1:hover {
    margin-left: .25rem;
  }

  .lg\:hover\:mt-2:hover {
    margin-top: .5rem;
  }

  .lg\:hover\:mr-2:hover {
    margin-right: .5rem;
  }

  .lg\:hover\:mb-2:hover {
    margin-bottom: .5rem;
  }

  .lg\:hover\:ml-2:hover {
    margin-left: .5rem;
  }

  .lg\:hover\:mt-3:hover {
    margin-top: .75rem;
  }

  .lg\:hover\:mr-3:hover {
    margin-right: .75rem;
  }

  .lg\:hover\:mb-3:hover {
    margin-bottom: .75rem;
  }

  .lg\:hover\:ml-3:hover {
    margin-left: .75rem;
  }

  .lg\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .lg\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .lg\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .lg\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .lg\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .lg\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .lg\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .lg\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .lg\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .lg\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .lg\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .lg\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .lg\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .lg\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .lg\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .lg\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .lg\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .lg\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .lg\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .lg\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .lg\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .lg\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .lg\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .lg\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .lg\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .lg\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .lg\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .lg\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .lg\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .lg\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .lg\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .lg\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .lg\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .lg\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .lg\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .lg\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .lg\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .lg\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .lg\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .lg\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .lg\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .lg\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .lg\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .lg\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .lg\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .lg\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .lg\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .lg\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .lg\:focus-within\:m-0:focus-within {
    margin: 0;
  }

  .lg\:focus-within\:m-1:focus-within {
    margin: .25rem;
  }

  .lg\:focus-within\:m-2:focus-within {
    margin: .5rem;
  }

  .lg\:focus-within\:m-3:focus-within {
    margin: .75rem;
  }

  .lg\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .lg\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .lg\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .lg\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .lg\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .lg\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .lg\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .lg\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .lg\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .lg\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .lg\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .lg\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .lg\:focus-within\:my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:focus-within\:mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:focus-within\:my-1:focus-within {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:focus-within\:mx-1:focus-within {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:focus-within\:my-2:focus-within {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:focus-within\:mx-2:focus-within {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:focus-within\:my-3:focus-within {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:focus-within\:mx-3:focus-within {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:focus-within\:mt-0:focus-within {
    margin-top: 0;
  }

  .lg\:focus-within\:mr-0:focus-within {
    margin-right: 0;
  }

  .lg\:focus-within\:mb-0:focus-within {
    margin-bottom: 0;
  }

  .lg\:focus-within\:ml-0:focus-within {
    margin-left: 0;
  }

  .lg\:focus-within\:mt-1:focus-within {
    margin-top: .25rem;
  }

  .lg\:focus-within\:mr-1:focus-within {
    margin-right: .25rem;
  }

  .lg\:focus-within\:mb-1:focus-within {
    margin-bottom: .25rem;
  }

  .lg\:focus-within\:ml-1:focus-within {
    margin-left: .25rem;
  }

  .lg\:focus-within\:mt-2:focus-within {
    margin-top: .5rem;
  }

  .lg\:focus-within\:mr-2:focus-within {
    margin-right: .5rem;
  }

  .lg\:focus-within\:mb-2:focus-within {
    margin-bottom: .5rem;
  }

  .lg\:focus-within\:ml-2:focus-within {
    margin-left: .5rem;
  }

  .lg\:focus-within\:mt-3:focus-within {
    margin-top: .75rem;
  }

  .lg\:focus-within\:mr-3:focus-within {
    margin-right: .75rem;
  }

  .lg\:focus-within\:mb-3:focus-within {
    margin-bottom: .75rem;
  }

  .lg\:focus-within\:ml-3:focus-within {
    margin-left: .75rem;
  }

  .lg\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .lg\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .lg\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .lg\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .lg\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .lg\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .lg\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .lg\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .lg\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .lg\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .lg\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .lg\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .lg\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .lg\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .lg\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .lg\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .lg\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .lg\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .lg\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .lg\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .lg\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .lg\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .lg\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .lg\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .lg\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .lg\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .lg\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .lg\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .lg\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .lg\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .lg\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .lg\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .lg\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .lg\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .lg\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .lg\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .lg\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .lg\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .lg\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .lg\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .lg\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .lg\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .lg\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .lg\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .lg\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .lg\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .lg\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .lg\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .lg\:focus\:m-0:focus {
    margin: 0;
  }

  .lg\:focus\:m-1:focus {
    margin: .25rem;
  }

  .lg\:focus\:m-2:focus {
    margin: .5rem;
  }

  .lg\:focus\:m-3:focus {
    margin: .75rem;
  }

  .lg\:focus\:m-4:focus {
    margin: 1rem;
  }

  .lg\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .lg\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .lg\:focus\:m-8:focus {
    margin: 2rem;
  }

  .lg\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .lg\:focus\:m-12:focus {
    margin: 3rem;
  }

  .lg\:focus\:m-16:focus {
    margin: 4rem;
  }

  .lg\:focus\:m-20:focus {
    margin: 5rem;
  }

  .lg\:focus\:m-24:focus {
    margin: 6rem;
  }

  .lg\:focus\:m-32:focus {
    margin: 8rem;
  }

  .lg\:focus\:m-auto:focus {
    margin: auto;
  }

  .lg\:focus\:m-px:focus {
    margin: 1px;
  }

  .lg\:focus\:my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:focus\:mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:focus\:my-1:focus {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:focus\:mx-1:focus {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:focus\:my-2:focus {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:focus\:mx-2:focus {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:focus\:my-3:focus {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:focus\:mx-3:focus {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:focus\:mt-0:focus {
    margin-top: 0;
  }

  .lg\:focus\:mr-0:focus {
    margin-right: 0;
  }

  .lg\:focus\:mb-0:focus {
    margin-bottom: 0;
  }

  .lg\:focus\:ml-0:focus {
    margin-left: 0;
  }

  .lg\:focus\:mt-1:focus {
    margin-top: .25rem;
  }

  .lg\:focus\:mr-1:focus {
    margin-right: .25rem;
  }

  .lg\:focus\:mb-1:focus {
    margin-bottom: .25rem;
  }

  .lg\:focus\:ml-1:focus {
    margin-left: .25rem;
  }

  .lg\:focus\:mt-2:focus {
    margin-top: .5rem;
  }

  .lg\:focus\:mr-2:focus {
    margin-right: .5rem;
  }

  .lg\:focus\:mb-2:focus {
    margin-bottom: .5rem;
  }

  .lg\:focus\:ml-2:focus {
    margin-left: .5rem;
  }

  .lg\:focus\:mt-3:focus {
    margin-top: .75rem;
  }

  .lg\:focus\:mr-3:focus {
    margin-right: .75rem;
  }

  .lg\:focus\:mb-3:focus {
    margin-bottom: .75rem;
  }

  .lg\:focus\:ml-3:focus {
    margin-left: .75rem;
  }

  .lg\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .lg\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .lg\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .lg\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .lg\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .lg\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .lg\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .lg\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .lg\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .lg\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .lg\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .lg\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .lg\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .lg\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .lg\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .lg\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .lg\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .lg\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .lg\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .lg\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .lg\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .lg\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .lg\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .lg\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .lg\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .lg\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .lg\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .lg\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .lg\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .lg\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .lg\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .lg\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .lg\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .lg\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .lg\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .lg\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .lg\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .lg\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .lg\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .lg\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .lg\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .lg\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .lg\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .lg\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .lg\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .lg\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .lg\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .lg\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .lg\:active\:m-0:active {
    margin: 0;
  }

  .lg\:active\:m-1:active {
    margin: .25rem;
  }

  .lg\:active\:m-2:active {
    margin: .5rem;
  }

  .lg\:active\:m-3:active {
    margin: .75rem;
  }

  .lg\:active\:m-4:active {
    margin: 1rem;
  }

  .lg\:active\:m-5:active {
    margin: 1.25rem;
  }

  .lg\:active\:m-6:active {
    margin: 1.5rem;
  }

  .lg\:active\:m-8:active {
    margin: 2rem;
  }

  .lg\:active\:m-10:active {
    margin: 2.5rem;
  }

  .lg\:active\:m-12:active {
    margin: 3rem;
  }

  .lg\:active\:m-16:active {
    margin: 4rem;
  }

  .lg\:active\:m-20:active {
    margin: 5rem;
  }

  .lg\:active\:m-24:active {
    margin: 6rem;
  }

  .lg\:active\:m-32:active {
    margin: 8rem;
  }

  .lg\:active\:m-auto:active {
    margin: auto;
  }

  .lg\:active\:m-px:active {
    margin: 1px;
  }

  .lg\:active\:my-0:active {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:active\:mx-0:active {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:active\:my-1:active {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:active\:mx-1:active {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:active\:my-2:active {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:active\:mx-2:active {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:active\:my-3:active {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:active\:mx-3:active {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:active\:mt-0:active {
    margin-top: 0;
  }

  .lg\:active\:mr-0:active {
    margin-right: 0;
  }

  .lg\:active\:mb-0:active {
    margin-bottom: 0;
  }

  .lg\:active\:ml-0:active {
    margin-left: 0;
  }

  .lg\:active\:mt-1:active {
    margin-top: .25rem;
  }

  .lg\:active\:mr-1:active {
    margin-right: .25rem;
  }

  .lg\:active\:mb-1:active {
    margin-bottom: .25rem;
  }

  .lg\:active\:ml-1:active {
    margin-left: .25rem;
  }

  .lg\:active\:mt-2:active {
    margin-top: .5rem;
  }

  .lg\:active\:mr-2:active {
    margin-right: .5rem;
  }

  .lg\:active\:mb-2:active {
    margin-bottom: .5rem;
  }

  .lg\:active\:ml-2:active {
    margin-left: .5rem;
  }

  .lg\:active\:mt-3:active {
    margin-top: .75rem;
  }

  .lg\:active\:mr-3:active {
    margin-right: .75rem;
  }

  .lg\:active\:mb-3:active {
    margin-bottom: .75rem;
  }

  .lg\:active\:ml-3:active {
    margin-left: .75rem;
  }

  .lg\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .lg\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .lg\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .lg\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .lg\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .lg\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .lg\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .lg\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .lg\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .lg\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .lg\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .lg\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .lg\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .lg\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .lg\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .lg\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .lg\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .lg\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .lg\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .lg\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .lg\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .lg\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .lg\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .lg\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .lg\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .lg\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .lg\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .lg\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .lg\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .lg\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .lg\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .lg\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .lg\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .lg\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .lg\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .lg\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .lg\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .lg\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .lg\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .lg\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .lg\:active\:mt-auto:active {
    margin-top: auto;
  }

  .lg\:active\:mr-auto:active {
    margin-right: auto;
  }

  .lg\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .lg\:active\:ml-auto:active {
    margin-left: auto;
  }

  .lg\:active\:mt-px:active {
    margin-top: 1px;
  }

  .lg\:active\:mr-px:active {
    margin-right: 1px;
  }

  .lg\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .lg\:active\:ml-px:active {
    margin-left: 1px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .lg\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .lg\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .lg\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .lg\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .lg\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .lg\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .lg\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .lg\:active\:max-h-full:active {
    max-height: 100%;
  }

  .lg\:active\:max-h-screen:active {
    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%;
  }

  .group:hover .lg\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .lg\:group-hover\:max-w-sm {
    max-width: 30rem;
  }

  .group:hover .lg\:group-hover\:max-w-md {
    max-width: 40rem;
  }

  .group:hover .lg\:group-hover\:max-w-lg {
    max-width: 50rem;
  }

  .group:hover .lg\:group-hover\:max-w-xl {
    max-width: 60rem;
  }

  .group:hover .lg\:group-hover\:max-w-2xl {
    max-width: 70rem;
  }

  .group:hover .lg\:group-hover\:max-w-3xl {
    max-width: 80rem;
  }

  .group:hover .lg\:group-hover\:max-w-4xl {
    max-width: 90rem;
  }

  .group:hover .lg\:group-hover\:max-w-5xl {
    max-width: 100rem;
  }

  .group:hover .lg\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .lg\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .lg\:hover\:max-w-sm:hover {
    max-width: 30rem;
  }

  .lg\:hover\:max-w-md:hover {
    max-width: 40rem;
  }

  .lg\:hover\:max-w-lg:hover {
    max-width: 50rem;
  }

  .lg\:hover\:max-w-xl:hover {
    max-width: 60rem;
  }

  .lg\:hover\:max-w-2xl:hover {
    max-width: 70rem;
  }

  .lg\:hover\:max-w-3xl:hover {
    max-width: 80rem;
  }

  .lg\:hover\:max-w-4xl:hover {
    max-width: 90rem;
  }

  .lg\:hover\:max-w-5xl:hover {
    max-width: 100rem;
  }

  .lg\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .lg\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .lg\:focus-within\:max-w-sm:focus-within {
    max-width: 30rem;
  }

  .lg\:focus-within\:max-w-md:focus-within {
    max-width: 40rem;
  }

  .lg\:focus-within\:max-w-lg:focus-within {
    max-width: 50rem;
  }

  .lg\:focus-within\:max-w-xl:focus-within {
    max-width: 60rem;
  }

  .lg\:focus-within\:max-w-2xl:focus-within {
    max-width: 70rem;
  }

  .lg\:focus-within\:max-w-3xl:focus-within {
    max-width: 80rem;
  }

  .lg\:focus-within\:max-w-4xl:focus-within {
    max-width: 90rem;
  }

  .lg\:focus-within\:max-w-5xl:focus-within {
    max-width: 100rem;
  }

  .lg\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .lg\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .lg\:focus\:max-w-sm:focus {
    max-width: 30rem;
  }

  .lg\:focus\:max-w-md:focus {
    max-width: 40rem;
  }

  .lg\:focus\:max-w-lg:focus {
    max-width: 50rem;
  }

  .lg\:focus\:max-w-xl:focus {
    max-width: 60rem;
  }

  .lg\:focus\:max-w-2xl:focus {
    max-width: 70rem;
  }

  .lg\:focus\:max-w-3xl:focus {
    max-width: 80rem;
  }

  .lg\:focus\:max-w-4xl:focus {
    max-width: 90rem;
  }

  .lg\:focus\:max-w-5xl:focus {
    max-width: 100rem;
  }

  .lg\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .lg\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .lg\:active\:max-w-sm:active {
    max-width: 30rem;
  }

  .lg\:active\:max-w-md:active {
    max-width: 40rem;
  }

  .lg\:active\:max-w-lg:active {
    max-width: 50rem;
  }

  .lg\:active\:max-w-xl:active {
    max-width: 60rem;
  }

  .lg\:active\:max-w-2xl:active {
    max-width: 70rem;
  }

  .lg\:active\:max-w-3xl:active {
    max-width: 80rem;
  }

  .lg\:active\:max-w-4xl:active {
    max-width: 90rem;
  }

  .lg\:active\:max-w-5xl:active {
    max-width: 100rem;
  }

  .lg\:active\:max-w-full:active {
    max-width: 100%;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .lg\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .lg\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .lg\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .lg\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .lg\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .lg\:focus-within\:min-h-0:focus-within {
    min-height: 0;
  }

  .lg\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .lg\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .lg\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .lg\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .lg\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .lg\:active\:min-h-0:active {
    min-height: 0;
  }

  .lg\:active\:min-h-full:active {
    min-height: 100%;
  }

  .lg\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .group:hover .lg\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .lg\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .lg\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .lg\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .lg\:focus-within\:min-w-0:focus-within {
    min-width: 0;
  }

  .lg\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .lg\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .lg\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .lg\:active\:min-w-0:active {
    min-width: 0;
  }

  .lg\:active\:min-w-full:active {
    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;
  }

  .group:hover .lg\:group-hover\:-m-0 {
    margin: 0;
  }

  .group:hover .lg\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-m-3 {
    margin: -0.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-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-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: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.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-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-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: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .lg\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .lg\:group-hover\:-ml-3 {
    margin-left: -0.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-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-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\:hover\:-m-0:hover {
    margin: 0;
  }

  .lg\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .lg\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .lg\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .lg\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .lg\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .lg\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .lg\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .lg\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .lg\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .lg\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .lg\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .lg\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .lg\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .lg\:hover\:-m-px:hover {
    margin: -1px;
  }

  .lg\:hover\:-my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:hover\:-mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:hover\:-mt-0:hover {
    margin-top: 0;
  }

  .lg\:hover\:-mr-0:hover {
    margin-right: 0;
  }

  .lg\:hover\:-mb-0:hover {
    margin-bottom: 0;
  }

  .lg\:hover\:-ml-0:hover {
    margin-left: 0;
  }

  .lg\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .lg\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .lg\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .lg\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .lg\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .lg\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .lg\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .lg\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .lg\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .lg\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .lg\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .lg\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .lg\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .lg\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .lg\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .lg\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .lg\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .lg\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .lg\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .lg\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .lg\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .lg\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .lg\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .lg\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .lg\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .lg\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .lg\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .lg\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .lg\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .lg\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .lg\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .lg\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .lg\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .lg\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .lg\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .lg\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .lg\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .lg\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .lg\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .lg\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .lg\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .lg\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .lg\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .lg\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .lg\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .lg\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .lg\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .lg\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .lg\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .lg\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .lg\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .lg\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .lg\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .lg\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .lg\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .lg\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .lg\:focus-within\:-m-0:focus-within {
    margin: 0;
  }

  .lg\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .lg\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .lg\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .lg\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .lg\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .lg\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .lg\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .lg\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .lg\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .lg\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .lg\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .lg\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .lg\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .lg\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .lg\:focus-within\:-my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:focus-within\:-mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:focus-within\:-mt-0:focus-within {
    margin-top: 0;
  }

  .lg\:focus-within\:-mr-0:focus-within {
    margin-right: 0;
  }

  .lg\:focus-within\:-mb-0:focus-within {
    margin-bottom: 0;
  }

  .lg\:focus-within\:-ml-0:focus-within {
    margin-left: 0;
  }

  .lg\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .lg\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .lg\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .lg\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .lg\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .lg\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .lg\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .lg\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .lg\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .lg\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .lg\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .lg\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .lg\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .lg\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .lg\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .lg\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .lg\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .lg\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .lg\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .lg\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .lg\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .lg\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .lg\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .lg\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .lg\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .lg\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .lg\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .lg\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .lg\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .lg\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .lg\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .lg\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .lg\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .lg\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .lg\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .lg\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .lg\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .lg\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .lg\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .lg\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .lg\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .lg\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .lg\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .lg\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .lg\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .lg\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .lg\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .lg\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .lg\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .lg\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .lg\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .lg\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .lg\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .lg\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .lg\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .lg\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .lg\:focus\:-m-0:focus {
    margin: 0;
  }

  .lg\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .lg\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .lg\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .lg\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .lg\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .lg\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .lg\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .lg\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .lg\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .lg\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .lg\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .lg\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .lg\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .lg\:focus\:-m-px:focus {
    margin: -1px;
  }

  .lg\:focus\:-my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:focus\:-mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:focus\:-mt-0:focus {
    margin-top: 0;
  }

  .lg\:focus\:-mr-0:focus {
    margin-right: 0;
  }

  .lg\:focus\:-mb-0:focus {
    margin-bottom: 0;
  }

  .lg\:focus\:-ml-0:focus {
    margin-left: 0;
  }

  .lg\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .lg\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .lg\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .lg\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .lg\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .lg\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .lg\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .lg\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .lg\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .lg\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .lg\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .lg\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .lg\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .lg\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .lg\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .lg\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .lg\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .lg\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .lg\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .lg\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .lg\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .lg\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .lg\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .lg\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .lg\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .lg\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .lg\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .lg\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .lg\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .lg\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .lg\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .lg\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .lg\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .lg\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .lg\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .lg\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .lg\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .lg\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .lg\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .lg\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .lg\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .lg\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .lg\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .lg\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .lg\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .lg\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .lg\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .lg\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .lg\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .lg\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .lg\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .lg\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .lg\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .lg\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .lg\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .lg\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .lg\:active\:-m-0:active {
    margin: 0;
  }

  .lg\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .lg\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .lg\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .lg\:active\:-m-4:active {
    margin: -1rem;
  }

  .lg\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .lg\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .lg\:active\:-m-8:active {
    margin: -2rem;
  }

  .lg\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .lg\:active\:-m-12:active {
    margin: -3rem;
  }

  .lg\:active\:-m-16:active {
    margin: -4rem;
  }

  .lg\:active\:-m-20:active {
    margin: -5rem;
  }

  .lg\:active\:-m-24:active {
    margin: -6rem;
  }

  .lg\:active\:-m-32:active {
    margin: -8rem;
  }

  .lg\:active\:-m-px:active {
    margin: -1px;
  }

  .lg\:active\:-my-0:active {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:active\:-mx-0:active {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:active\:-mt-0:active {
    margin-top: 0;
  }

  .lg\:active\:-mr-0:active {
    margin-right: 0;
  }

  .lg\:active\:-mb-0:active {
    margin-bottom: 0;
  }

  .lg\:active\:-ml-0:active {
    margin-left: 0;
  }

  .lg\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .lg\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .lg\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .lg\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .lg\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .lg\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .lg\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .lg\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .lg\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .lg\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .lg\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .lg\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .lg\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .lg\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .lg\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .lg\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .lg\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .lg\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .lg\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .lg\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .lg\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .lg\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .lg\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .lg\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .lg\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .lg\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .lg\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .lg\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .lg\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .lg\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .lg\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .lg\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .lg\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .lg\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .lg\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .lg\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .lg\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .lg\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .lg\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .lg\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .lg\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .lg\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .lg\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .lg\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .lg\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .lg\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .lg\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .lg\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .lg\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .lg\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .lg\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .lg\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .lg\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .lg\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .lg\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .lg\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .lg\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .lg\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .lg\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .lg\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .lg\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:focus-within\:object-contain:focus-within {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:focus-within\:object-cover:focus-within {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:focus-within\:object-fill:focus-within {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:focus-within\:object-none:focus-within {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:focus-within\:object-scale-down:focus-within {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:active\:object-contain:active {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:active\:object-cover:active {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:active\:object-fill:active {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:active\:object-none:active {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:active\:object-scale-down:active {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .lg\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .lg\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .lg\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .lg\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .lg\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .lg\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .lg\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .lg\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .lg\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:focus-within\:object-bottom:focus-within {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:focus-within\:object-center:focus-within {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:focus-within\:object-left:focus-within {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:focus-within\:object-left-bottom:focus-within {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:focus-within\:object-left-top:focus-within {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:focus-within\:object-right:focus-within {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:focus-within\:object-right-bottom:focus-within {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:focus-within\:object-right-top:focus-within {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:focus-within\:object-top:focus-within {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:active\:object-bottom:active {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:active\:object-center:active {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:active\:object-left:active {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:active\:object-left-bottom:active {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:active\:object-left-top:active {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:active\:object-right:active {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:active\:object-right-bottom:active {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:active\:object-right-top:active {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:active\:object-top:active {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: .25;
  }

  .lg\:opacity-50 {
    opacity: .5;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: .25;
  }

  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: .5;
  }

  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: .75;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .lg\:focus-within\:opacity-25:focus-within {
    opacity: .25;
  }

  .lg\:focus-within\:opacity-50:focus-within {
    opacity: .5;
  }

  .lg\:focus-within\:opacity-75:focus-within {
    opacity: .75;
  }

  .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:active\:opacity-0:active {
    opacity: 0;
  }

  .lg\:active\:opacity-25:active {
    opacity: .25;
  }

  .lg\:active\:opacity-50:active {
    opacity: .5;
  }

  .lg\:active\:opacity-75:active {
    opacity: .75;
  }

  .lg\:active\:opacity-100:active {
    opacity: 1;
  }

  .lg\:outline-none {
    outline: 0;
  }

  .group:hover .lg\:group-hover\:outline-none {
    outline: 0;
  }

  .lg\:hover\:outline-none:hover {
    outline: 0;
  }

  .lg\:focus-within\:outline-none:focus-within {
    outline: 0;
  }

  .lg\:focus\:outline-none:focus {
    outline: 0;
  }

  .lg\:active\:outline-none:active {
    outline: 0;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .lg\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .lg\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .lg\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .lg\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .lg\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .lg\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .lg\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .lg\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .lg\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .lg\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .lg\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .lg\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .lg\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .lg\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .lg\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .lg\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .lg\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .lg\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .lg\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .lg\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .lg\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .lg\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .lg\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .lg\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .lg\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .lg\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .lg\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .lg\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .lg\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .lg\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .lg\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .lg\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .lg\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .lg\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .lg\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .lg\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .lg\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .lg\:focus-within\:scrolling-touch:focus-within {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:focus-within\:scrolling-auto:focus-within {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .lg\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .lg\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .lg\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .lg\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .lg\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .lg\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .lg\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .lg\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .lg\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .lg\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .lg\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .lg\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:active\:overflow-auto:active {
    overflow: auto;
  }

  .lg\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .lg\:active\:overflow-visible:active {
    overflow: visible;
  }

  .lg\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .lg\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .lg\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .lg\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .lg\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .lg\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .lg\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .lg\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .lg\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .lg\:active\:scrolling-touch:active {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:active\:scrolling-auto:active {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: .25rem;
  }

  .lg\:p-2 {
    padding: .5rem;
  }

  .lg\:p-3 {
    padding: .75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .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-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-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-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-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;
  }

  .group:hover .lg\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .lg\:group-hover\:p-1 {
    padding: .25rem;
  }

  .group:hover .lg\:group-hover\:p-2 {
    padding: .5rem;
  }

  .group:hover .lg\:group-hover\:p-3 {
    padding: .75rem;
  }

  .group:hover .lg\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .lg\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .lg\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .lg\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .lg\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .lg\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .lg\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .lg\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .lg\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .lg\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .lg\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .lg\:group-hover\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:hover .lg\:group-hover\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:hover .lg\:group-hover\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .group:hover .lg\:group-hover\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .group:hover .lg\:group-hover\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .group:hover .lg\:group-hover\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .group:hover .lg\:group-hover\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .group:hover .lg\:group-hover\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .group:hover .lg\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .lg\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .lg\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .lg\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .lg\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .lg\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .lg\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .lg\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .lg\:group-hover\:pt-0 {
    padding-top: 0;
  }

  .group:hover .lg\:group-hover\:pr-0 {
    padding-right: 0;
  }

  .group:hover .lg\:group-hover\:pb-0 {
    padding-bottom: 0;
  }

  .group:hover .lg\:group-hover\:pl-0 {
    padding-left: 0;
  }

  .group:hover .lg\:group-hover\:pt-1 {
    padding-top: .25rem;
  }

  .group:hover .lg\:group-hover\:pr-1 {
    padding-right: .25rem;
  }

  .group:hover .lg\:group-hover\:pb-1 {
    padding-bottom: .25rem;
  }

  .group:hover .lg\:group-hover\:pl-1 {
    padding-left: .25rem;
  }

  .group:hover .lg\:group-hover\:pt-2 {
    padding-top: .5rem;
  }

  .group:hover .lg\:group-hover\:pr-2 {
    padding-right: .5rem;
  }

  .group:hover .lg\:group-hover\:pb-2 {
    padding-bottom: .5rem;
  }

  .group:hover .lg\:group-hover\:pl-2 {
    padding-left: .5rem;
  }

  .group:hover .lg\:group-hover\:pt-3 {
    padding-top: .75rem;
  }

  .group:hover .lg\:group-hover\:pr-3 {
    padding-right: .75rem;
  }

  .group:hover .lg\:group-hover\:pb-3 {
    padding-bottom: .75rem;
  }

  .group:hover .lg\:group-hover\:pl-3 {
    padding-left: .75rem;
  }

  .group:hover .lg\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .lg\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .lg\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .lg\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .lg\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .lg\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .lg\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .lg\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .lg\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .lg\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .lg\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .lg\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .lg\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .lg\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .lg\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .lg\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .lg\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .lg\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .lg\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .lg\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .lg\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .lg\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .lg\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .lg\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .lg\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .lg\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .lg\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .lg\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .lg\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .lg\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .lg\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .lg\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .lg\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .lg\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .lg\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .lg\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .lg\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .lg\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .lg\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .lg\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .lg\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .lg\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .lg\:hover\:p-0:hover {
    padding: 0;
  }

  .lg\:hover\:p-1:hover {
    padding: .25rem;
  }

  .lg\:hover\:p-2:hover {
    padding: .5rem;
  }

  .lg\:hover\:p-3:hover {
    padding: .75rem;
  }

  .lg\:hover\:p-4:hover {
    padding: 1rem;
  }

  .lg\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .lg\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .lg\:hover\:p-8:hover {
    padding: 2rem;
  }

  .lg\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .lg\:hover\:p-12:hover {
    padding: 3rem;
  }

  .lg\:hover\:p-16:hover {
    padding: 4rem;
  }

  .lg\:hover\:p-20:hover {
    padding: 5rem;
  }

  .lg\:hover\:p-24:hover {
    padding: 6rem;
  }

  .lg\:hover\:p-32:hover {
    padding: 8rem;
  }

  .lg\:hover\:p-px:hover {
    padding: 1px;
  }

  .lg\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:hover\:py-1:hover {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:hover\:px-1:hover {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:hover\:py-2:hover {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:hover\:px-2:hover {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:hover\:py-3:hover {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:hover\:px-3:hover {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .lg\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .lg\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .lg\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .lg\:hover\:pt-1:hover {
    padding-top: .25rem;
  }

  .lg\:hover\:pr-1:hover {
    padding-right: .25rem;
  }

  .lg\:hover\:pb-1:hover {
    padding-bottom: .25rem;
  }

  .lg\:hover\:pl-1:hover {
    padding-left: .25rem;
  }

  .lg\:hover\:pt-2:hover {
    padding-top: .5rem;
  }

  .lg\:hover\:pr-2:hover {
    padding-right: .5rem;
  }

  .lg\:hover\:pb-2:hover {
    padding-bottom: .5rem;
  }

  .lg\:hover\:pl-2:hover {
    padding-left: .5rem;
  }

  .lg\:hover\:pt-3:hover {
    padding-top: .75rem;
  }

  .lg\:hover\:pr-3:hover {
    padding-right: .75rem;
  }

  .lg\:hover\:pb-3:hover {
    padding-bottom: .75rem;
  }

  .lg\:hover\:pl-3:hover {
    padding-left: .75rem;
  }

  .lg\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .lg\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .lg\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .lg\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .lg\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .lg\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .lg\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .lg\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .lg\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .lg\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .lg\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .lg\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .lg\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .lg\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .lg\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .lg\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .lg\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .lg\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .lg\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .lg\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .lg\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .lg\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .lg\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .lg\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .lg\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .lg\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .lg\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .lg\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .lg\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .lg\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .lg\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .lg\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .lg\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .lg\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .lg\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .lg\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .lg\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .lg\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .lg\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .lg\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .lg\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .lg\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .lg\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .lg\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .lg\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .lg\:focus-within\:p-1:focus-within {
    padding: .25rem;
  }

  .lg\:focus-within\:p-2:focus-within {
    padding: .5rem;
  }

  .lg\:focus-within\:p-3:focus-within {
    padding: .75rem;
  }

  .lg\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .lg\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .lg\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .lg\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .lg\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .lg\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .lg\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .lg\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .lg\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .lg\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .lg\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .lg\:focus-within\:py-0:focus-within {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:focus-within\:px-0:focus-within {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:focus-within\:py-1:focus-within {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:focus-within\:px-1:focus-within {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:focus-within\:py-2:focus-within {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:focus-within\:px-2:focus-within {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:focus-within\:py-3:focus-within {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:focus-within\:px-3:focus-within {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:focus-within\:pt-0:focus-within {
    padding-top: 0;
  }

  .lg\:focus-within\:pr-0:focus-within {
    padding-right: 0;
  }

  .lg\:focus-within\:pb-0:focus-within {
    padding-bottom: 0;
  }

  .lg\:focus-within\:pl-0:focus-within {
    padding-left: 0;
  }

  .lg\:focus-within\:pt-1:focus-within {
    padding-top: .25rem;
  }

  .lg\:focus-within\:pr-1:focus-within {
    padding-right: .25rem;
  }

  .lg\:focus-within\:pb-1:focus-within {
    padding-bottom: .25rem;
  }

  .lg\:focus-within\:pl-1:focus-within {
    padding-left: .25rem;
  }

  .lg\:focus-within\:pt-2:focus-within {
    padding-top: .5rem;
  }

  .lg\:focus-within\:pr-2:focus-within {
    padding-right: .5rem;
  }

  .lg\:focus-within\:pb-2:focus-within {
    padding-bottom: .5rem;
  }

  .lg\:focus-within\:pl-2:focus-within {
    padding-left: .5rem;
  }

  .lg\:focus-within\:pt-3:focus-within {
    padding-top: .75rem;
  }

  .lg\:focus-within\:pr-3:focus-within {
    padding-right: .75rem;
  }

  .lg\:focus-within\:pb-3:focus-within {
    padding-bottom: .75rem;
  }

  .lg\:focus-within\:pl-3:focus-within {
    padding-left: .75rem;
  }

  .lg\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .lg\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .lg\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .lg\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .lg\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .lg\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .lg\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .lg\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .lg\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .lg\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .lg\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .lg\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .lg\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .lg\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .lg\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .lg\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .lg\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .lg\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .lg\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .lg\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .lg\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .lg\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .lg\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .lg\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .lg\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .lg\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .lg\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .lg\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .lg\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .lg\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .lg\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .lg\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .lg\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .lg\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .lg\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .lg\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .lg\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .lg\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .lg\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .lg\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .lg\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .lg\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .lg\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .lg\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .lg\:focus\:p-0:focus {
    padding: 0;
  }

  .lg\:focus\:p-1:focus {
    padding: .25rem;
  }

  .lg\:focus\:p-2:focus {
    padding: .5rem;
  }

  .lg\:focus\:p-3:focus {
    padding: .75rem;
  }

  .lg\:focus\:p-4:focus {
    padding: 1rem;
  }

  .lg\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .lg\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .lg\:focus\:p-8:focus {
    padding: 2rem;
  }

  .lg\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .lg\:focus\:p-12:focus {
    padding: 3rem;
  }

  .lg\:focus\:p-16:focus {
    padding: 4rem;
  }

  .lg\:focus\:p-20:focus {
    padding: 5rem;
  }

  .lg\:focus\:p-24:focus {
    padding: 6rem;
  }

  .lg\:focus\:p-32:focus {
    padding: 8rem;
  }

  .lg\:focus\:p-px:focus {
    padding: 1px;
  }

  .lg\:focus\:py-0:focus {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:focus\:px-0:focus {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:focus\:py-1:focus {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:focus\:px-1:focus {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:focus\:py-2:focus {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:focus\:px-2:focus {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:focus\:py-3:focus {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:focus\:px-3:focus {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:focus\:pt-0:focus {
    padding-top: 0;
  }

  .lg\:focus\:pr-0:focus {
    padding-right: 0;
  }

  .lg\:focus\:pb-0:focus {
    padding-bottom: 0;
  }

  .lg\:focus\:pl-0:focus {
    padding-left: 0;
  }

  .lg\:focus\:pt-1:focus {
    padding-top: .25rem;
  }

  .lg\:focus\:pr-1:focus {
    padding-right: .25rem;
  }

  .lg\:focus\:pb-1:focus {
    padding-bottom: .25rem;
  }

  .lg\:focus\:pl-1:focus {
    padding-left: .25rem;
  }

  .lg\:focus\:pt-2:focus {
    padding-top: .5rem;
  }

  .lg\:focus\:pr-2:focus {
    padding-right: .5rem;
  }

  .lg\:focus\:pb-2:focus {
    padding-bottom: .5rem;
  }

  .lg\:focus\:pl-2:focus {
    padding-left: .5rem;
  }

  .lg\:focus\:pt-3:focus {
    padding-top: .75rem;
  }

  .lg\:focus\:pr-3:focus {
    padding-right: .75rem;
  }

  .lg\:focus\:pb-3:focus {
    padding-bottom: .75rem;
  }

  .lg\:focus\:pl-3:focus {
    padding-left: .75rem;
  }

  .lg\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .lg\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .lg\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .lg\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .lg\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .lg\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .lg\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .lg\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .lg\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .lg\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .lg\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .lg\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .lg\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .lg\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .lg\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .lg\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .lg\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .lg\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .lg\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .lg\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .lg\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .lg\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .lg\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .lg\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .lg\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .lg\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .lg\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .lg\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .lg\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .lg\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .lg\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .lg\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .lg\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .lg\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .lg\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .lg\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .lg\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .lg\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .lg\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .lg\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .lg\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .lg\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .lg\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .lg\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .lg\:active\:p-0:active {
    padding: 0;
  }

  .lg\:active\:p-1:active {
    padding: .25rem;
  }

  .lg\:active\:p-2:active {
    padding: .5rem;
  }

  .lg\:active\:p-3:active {
    padding: .75rem;
  }

  .lg\:active\:p-4:active {
    padding: 1rem;
  }

  .lg\:active\:p-5:active {
    padding: 1.25rem;
  }

  .lg\:active\:p-6:active {
    padding: 1.5rem;
  }

  .lg\:active\:p-8:active {
    padding: 2rem;
  }

  .lg\:active\:p-10:active {
    padding: 2.5rem;
  }

  .lg\:active\:p-12:active {
    padding: 3rem;
  }

  .lg\:active\:p-16:active {
    padding: 4rem;
  }

  .lg\:active\:p-20:active {
    padding: 5rem;
  }

  .lg\:active\:p-24:active {
    padding: 6rem;
  }

  .lg\:active\:p-32:active {
    padding: 8rem;
  }

  .lg\:active\:p-px:active {
    padding: 1px;
  }

  .lg\:active\:py-0:active {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:active\:px-0:active {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:active\:py-1:active {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:active\:px-1:active {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:active\:py-2:active {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .lg\:active\:px-2:active {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .lg\:active\:py-3:active {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:active\:px-3:active {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:active\:pt-0:active {
    padding-top: 0;
  }

  .lg\:active\:pr-0:active {
    padding-right: 0;
  }

  .lg\:active\:pb-0:active {
    padding-bottom: 0;
  }

  .lg\:active\:pl-0:active {
    padding-left: 0;
  }

  .lg\:active\:pt-1:active {
    padding-top: .25rem;
  }

  .lg\:active\:pr-1:active {
    padding-right: .25rem;
  }

  .lg\:active\:pb-1:active {
    padding-bottom: .25rem;
  }

  .lg\:active\:pl-1:active {
    padding-left: .25rem;
  }

  .lg\:active\:pt-2:active {
    padding-top: .5rem;
  }

  .lg\:active\:pr-2:active {
    padding-right: .5rem;
  }

  .lg\:active\:pb-2:active {
    padding-bottom: .5rem;
  }

  .lg\:active\:pl-2:active {
    padding-left: .5rem;
  }

  .lg\:active\:pt-3:active {
    padding-top: .75rem;
  }

  .lg\:active\:pr-3:active {
    padding-right: .75rem;
  }

  .lg\:active\:pb-3:active {
    padding-bottom: .75rem;
  }

  .lg\:active\:pl-3:active {
    padding-left: .75rem;
  }

  .lg\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .lg\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .lg\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .lg\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .lg\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .lg\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .lg\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .lg\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .lg\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .lg\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .lg\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .lg\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .lg\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .lg\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .lg\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .lg\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .lg\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .lg\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .lg\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .lg\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .lg\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .lg\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .lg\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .lg\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .lg\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .lg\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .lg\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .lg\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .lg\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .lg\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .lg\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .lg\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .lg\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .lg\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .lg\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .lg\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .lg\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .lg\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .lg\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .lg\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .lg\:active\:pt-px:active {
    padding-top: 1px;
  }

  .lg\:active\:pr-px:active {
    padding-right: 1px;
  }

  .lg\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .lg\:active\:pl-px:active {
    padding-left: 1px;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .lg\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .lg\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .lg\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .lg\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .lg\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .lg\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .lg\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .lg\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .lg\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .group:hover .lg\:group-hover\:static {
    position: static;
  }

  .group:hover .lg\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .lg\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .lg\:group-hover\:relative {
    position: relative;
  }

  .group:hover .lg\:group-hover\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .group:hover .lg\:group-hover\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .lg\:group-hover\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .lg\:group-hover\:pin-y {
    top: 0;
    bottom: 0;
  }

  .group:hover .lg\:group-hover\:pin-x {
    right: 0;
    left: 0;
  }

  .group:hover .lg\:group-hover\:pin-t {
    top: 0;
  }

  .group:hover .lg\:group-hover\:pin-r {
    right: 0;
  }

  .group:hover .lg\:group-hover\:pin-b {
    bottom: 0;
  }

  .group:hover .lg\:group-hover\:pin-l {
    left: 0;
  }

  .lg\:hover\:static:hover {
    position: static;
  }

  .lg\:hover\:fixed:hover {
    position: fixed;
  }

  .lg\:hover\:absolute:hover {
    position: absolute;
  }

  .lg\:hover\:relative:hover {
    position: relative;
  }

  .lg\:hover\:sticky:hover {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:hover\:pin-none:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:hover\:pin:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:hover\:pin-y:hover {
    top: 0;
    bottom: 0;
  }

  .lg\:hover\:pin-x:hover {
    right: 0;
    left: 0;
  }

  .lg\:hover\:pin-t:hover {
    top: 0;
  }

  .lg\:hover\:pin-r:hover {
    right: 0;
  }

  .lg\:hover\:pin-b:hover {
    bottom: 0;
  }

  .lg\:hover\:pin-l:hover {
    left: 0;
  }

  .lg\:focus-within\:static:focus-within {
    position: static;
  }

  .lg\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .lg\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .lg\:focus-within\:relative:focus-within {
    position: relative;
  }

  .lg\:focus-within\:sticky:focus-within {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:focus-within\:pin-none:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:focus-within\:pin:focus-within {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:focus-within\:pin-y:focus-within {
    top: 0;
    bottom: 0;
  }

  .lg\:focus-within\:pin-x:focus-within {
    right: 0;
    left: 0;
  }

  .lg\:focus-within\:pin-t:focus-within {
    top: 0;
  }

  .lg\:focus-within\:pin-r:focus-within {
    right: 0;
  }

  .lg\:focus-within\:pin-b:focus-within {
    bottom: 0;
  }

  .lg\:focus-within\:pin-l:focus-within {
    left: 0;
  }

  .lg\:focus\:static:focus {
    position: static;
  }

  .lg\:focus\:fixed:focus {
    position: fixed;
  }

  .lg\:focus\:absolute:focus {
    position: absolute;
  }

  .lg\:focus\:relative:focus {
    position: relative;
  }

  .lg\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:focus\:pin-none:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:focus\:pin:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:focus\:pin-y:focus {
    top: 0;
    bottom: 0;
  }

  .lg\:focus\:pin-x:focus {
    right: 0;
    left: 0;
  }

  .lg\:focus\:pin-t:focus {
    top: 0;
  }

  .lg\:focus\:pin-r:focus {
    right: 0;
  }

  .lg\:focus\:pin-b:focus {
    bottom: 0;
  }

  .lg\:focus\:pin-l:focus {
    left: 0;
  }

  .lg\:active\:static:active {
    position: static;
  }

  .lg\:active\:fixed:active {
    position: fixed;
  }

  .lg\:active\:absolute:active {
    position: absolute;
  }

  .lg\:active\:relative:active {
    position: relative;
  }

  .lg\:active\:sticky:active {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:active\:pin-none:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:active\:pin:active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:active\:pin-y:active {
    top: 0;
    bottom: 0;
  }

  .lg\:active\:pin-x:active {
    right: 0;
    left: 0;
  }

  .lg\:active\:pin-t:active {
    top: 0;
  }

  .lg\:active\:pin-r:active {
    right: 0;
  }

  .lg\:active\:pin-b:active {
    bottom: 0;
  }

  .lg\:active\:pin-l:active {
    left: 0;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .group:hover .lg\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .lg\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .lg\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .lg\:group-hover\:resize {
    resize: both;
  }

  .lg\:hover\:resize-none:hover {
    resize: none;
  }

  .lg\:hover\:resize-y:hover {
    resize: vertical;
  }

  .lg\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .lg\:hover\:resize:hover {
    resize: both;
  }

  .lg\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .lg\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .lg\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .lg\:focus-within\:resize:focus-within {
    resize: both;
  }

  .lg\:focus\:resize-none:focus {
    resize: none;
  }

  .lg\:focus\:resize-y:focus {
    resize: vertical;
  }

  .lg\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .lg\:focus\:resize:focus {
    resize: both;
  }

  .lg\:active\:resize-none:active {
    resize: none;
  }

  .lg\:active\:resize-y:active {
    resize: vertical;
  }

  .lg\:active\:resize-x:active {
    resize: horizontal;
  }

  .lg\:active\:resize:active {
    resize: both;
  }

  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .lg\:shadow-none {
    box-shadow: none;
  }

  .group:hover .lg\:group-hover\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .group:hover .lg\:group-hover\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .lg\:group-hover\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .lg\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .group:hover .lg\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .group:hover .lg\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .lg\:focus-within\:shadow:focus-within {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:focus-within\:shadow-md:focus-within {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus-within\:shadow-lg:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus-within\:shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:focus-within\:shadow-outline:focus-within {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .lg\:focus-within\:shadow-none:focus-within {
    box-shadow: none;
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .lg\:active\:shadow:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\:active\:shadow-md:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .lg\:active\:shadow-lg:active {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:active\:shadow-outline:active {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .lg\:active\:shadow-none:active {
    box-shadow: none;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:fill-transparent {
    fill: transparent;
  }

  .lg\:fill-black {
    fill: #22292f;
  }

  .lg\:fill-grey-darkest {
    fill: #3d4852;
  }

  .lg\:fill-grey-darker {
    fill: #606f7b;
  }

  .lg\:fill-grey-dark {
    fill: #8795a1;
  }

  .lg\:fill-grey {
    fill: #b8c2cc;
  }

  .lg\:fill-grey-light {
    fill: #dae1e7;
  }

  .lg\:fill-grey-lighter {
    fill: #f1f5f8;
  }

  .lg\:fill-grey-lightest {
    fill: #f8fafc;
  }

  .lg\:fill-white {
    fill: #fff;
  }

  .lg\:fill-red-darkest {
    fill: #3b0d0c;
  }

  .lg\:fill-red-darker {
    fill: #621b18;
  }

  .lg\:fill-red-dark {
    fill: #cc1f1a;
  }

  .lg\:fill-red {
    fill: #e3342f;
  }

  .lg\:fill-red-light {
    fill: #ef5753;
  }

  .lg\:fill-red-lighter {
    fill: #f9acaa;
  }

  .lg\:fill-red-lightest {
    fill: #fcebea;
  }

  .lg\:fill-orange-darkest {
    fill: #462a16;
  }

  .lg\:fill-orange-darker {
    fill: #613b1f;
  }

  .lg\:fill-orange-dark {
    fill: #de751f;
  }

  .lg\:fill-orange {
    fill: #f6993f;
  }

  .lg\:fill-orange-light {
    fill: #faad63;
  }

  .lg\:fill-orange-lighter {
    fill: #fcd9b6;
  }

  .lg\:fill-orange-lightest {
    fill: #fff5eb;
  }

  .lg\:fill-yellow-darkest {
    fill: #453411;
  }

  .lg\:fill-yellow-darker {
    fill: #684f1d;
  }

  .lg\:fill-yellow-dark {
    fill: #f2d024;
  }

  .lg\:fill-yellow {
    fill: #ffed4a;
  }

  .lg\:fill-yellow-light {
    fill: #fff382;
  }

  .lg\:fill-yellow-lighter {
    fill: #fff9c2;
  }

  .lg\:fill-yellow-lightest {
    fill: #fcfbeb;
  }

  .lg\:fill-green-darkest {
    fill: #0f2f21;
  }

  .lg\:fill-green-darker {
    fill: #1a4731;
  }

  .lg\:fill-green-dark {
    fill: #1f9d55;
  }

  .lg\:fill-green {
    fill: #38c172;
  }

  .lg\:fill-green-light {
    fill: #51d88a;
  }

  .lg\:fill-green-lighter {
    fill: #a2f5bf;
  }

  .lg\:fill-green-lightest {
    fill: #e3fcec;
  }

  .lg\:fill-teal-darkest {
    fill: #0d3331;
  }

  .lg\:fill-teal-darker {
    fill: #20504f;
  }

  .lg\:fill-teal-dark {
    fill: #38a89d;
  }

  .lg\:fill-teal {
    fill: #4dc0b5;
  }

  .lg\:fill-teal-light {
    fill: #64d5ca;
  }

  .lg\:fill-teal-lighter {
    fill: #a0f0ed;
  }

  .lg\:fill-teal-lightest {
    fill: #e8fffe;
  }

  .lg\:fill-blue-darkest {
    fill: #12283a;
  }

  .lg\:fill-blue-darker {
    fill: #1c3d5a;
  }

  .lg\:fill-blue-dark {
    fill: #2779bd;
  }

  .lg\:fill-blue {
    fill: #3490dc;
  }

  .lg\:fill-blue-light {
    fill: #6cb2eb;
  }

  .lg\:fill-blue-lighter {
    fill: #bcdefa;
  }

  .lg\:fill-blue-lightest {
    fill: #eff8ff;
  }

  .lg\:fill-indigo-darkest {
    fill: #191e38;
  }

  .lg\:fill-indigo-darker {
    fill: #2f365f;
  }

  .lg\:fill-indigo-dark {
    fill: #5661b3;
  }

  .lg\:fill-indigo {
    fill: #6574cd;
  }

  .lg\:fill-indigo-light {
    fill: #7886d7;
  }

  .lg\:fill-indigo-lighter {
    fill: #b2b7ff;
  }

  .lg\:fill-indigo-lightest {
    fill: #e6e8ff;
  }

  .lg\:fill-purple-darkest {
    fill: #21183c;
  }

  .lg\:fill-purple-darker {
    fill: #382b5f;
  }

  .lg\:fill-purple-dark {
    fill: #794acf;
  }

  .lg\:fill-purple {
    fill: #9561e2;
  }

  .lg\:fill-purple-light {
    fill: #a779e9;
  }

  .lg\:fill-purple-lighter {
    fill: #d6bbfc;
  }

  .lg\:fill-purple-lightest {
    fill: #f3ebff;
  }

  .lg\:fill-pink-darkest {
    fill: #451225;
  }

  .lg\:fill-pink-darker {
    fill: #6f213f;
  }

  .lg\:fill-pink-dark {
    fill: #eb5286;
  }

  .lg\:fill-pink {
    fill: #f66d9b;
  }

  .lg\:fill-pink-light {
    fill: #fa7ea8;
  }

  .lg\:fill-pink-lighter {
    fill: #ffbbca;
  }

  .lg\:fill-pink-lightest {
    fill: #ffebef;
  }

  .group:hover .lg\:group-hover\:fill-current {
    fill: currentColor;
  }

  .group:hover .lg\:group-hover\:fill-transparent {
    fill: transparent;
  }

  .group:hover .lg\:group-hover\:fill-black {
    fill: #22292f;
  }

  .group:hover .lg\:group-hover\:fill-grey-darkest {
    fill: #3d4852;
  }

  .group:hover .lg\:group-hover\:fill-grey-darker {
    fill: #606f7b;
  }

  .group:hover .lg\:group-hover\:fill-grey-dark {
    fill: #8795a1;
  }

  .group:hover .lg\:group-hover\:fill-grey {
    fill: #b8c2cc;
  }

  .group:hover .lg\:group-hover\:fill-grey-light {
    fill: #dae1e7;
  }

  .group:hover .lg\:group-hover\:fill-grey-lighter {
    fill: #f1f5f8;
  }

  .group:hover .lg\:group-hover\:fill-grey-lightest {
    fill: #f8fafc;
  }

  .group:hover .lg\:group-hover\:fill-white {
    fill: #fff;
  }

  .group:hover .lg\:group-hover\:fill-red-darkest {
    fill: #3b0d0c;
  }

  .group:hover .lg\:group-hover\:fill-red-darker {
    fill: #621b18;
  }

  .group:hover .lg\:group-hover\:fill-red-dark {
    fill: #cc1f1a;
  }

  .group:hover .lg\:group-hover\:fill-red {
    fill: #e3342f;
  }

  .group:hover .lg\:group-hover\:fill-red-light {
    fill: #ef5753;
  }

  .group:hover .lg\:group-hover\:fill-red-lighter {
    fill: #f9acaa;
  }

  .group:hover .lg\:group-hover\:fill-red-lightest {
    fill: #fcebea;
  }

  .group:hover .lg\:group-hover\:fill-orange-darkest {
    fill: #462a16;
  }

  .group:hover .lg\:group-hover\:fill-orange-darker {
    fill: #613b1f;
  }

  .group:hover .lg\:group-hover\:fill-orange-dark {
    fill: #de751f;
  }

  .group:hover .lg\:group-hover\:fill-orange {
    fill: #f6993f;
  }

  .group:hover .lg\:group-hover\:fill-orange-light {
    fill: #faad63;
  }

  .group:hover .lg\:group-hover\:fill-orange-lighter {
    fill: #fcd9b6;
  }

  .group:hover .lg\:group-hover\:fill-orange-lightest {
    fill: #fff5eb;
  }

  .group:hover .lg\:group-hover\:fill-yellow-darkest {
    fill: #453411;
  }

  .group:hover .lg\:group-hover\:fill-yellow-darker {
    fill: #684f1d;
  }

  .group:hover .lg\:group-hover\:fill-yellow-dark {
    fill: #f2d024;
  }

  .group:hover .lg\:group-hover\:fill-yellow {
    fill: #ffed4a;
  }

  .group:hover .lg\:group-hover\:fill-yellow-light {
    fill: #fff382;
  }

  .group:hover .lg\:group-hover\:fill-yellow-lighter {
    fill: #fff9c2;
  }

  .group:hover .lg\:group-hover\:fill-yellow-lightest {
    fill: #fcfbeb;
  }

  .group:hover .lg\:group-hover\:fill-green-darkest {
    fill: #0f2f21;
  }

  .group:hover .lg\:group-hover\:fill-green-darker {
    fill: #1a4731;
  }

  .group:hover .lg\:group-hover\:fill-green-dark {
    fill: #1f9d55;
  }

  .group:hover .lg\:group-hover\:fill-green {
    fill: #38c172;
  }

  .group:hover .lg\:group-hover\:fill-green-light {
    fill: #51d88a;
  }

  .group:hover .lg\:group-hover\:fill-green-lighter {
    fill: #a2f5bf;
  }

  .group:hover .lg\:group-hover\:fill-green-lightest {
    fill: #e3fcec;
  }

  .group:hover .lg\:group-hover\:fill-teal-darkest {
    fill: #0d3331;
  }

  .group:hover .lg\:group-hover\:fill-teal-darker {
    fill: #20504f;
  }

  .group:hover .lg\:group-hover\:fill-teal-dark {
    fill: #38a89d;
  }

  .group:hover .lg\:group-hover\:fill-teal {
    fill: #4dc0b5;
  }

  .group:hover .lg\:group-hover\:fill-teal-light {
    fill: #64d5ca;
  }

  .group:hover .lg\:group-hover\:fill-teal-lighter {
    fill: #a0f0ed;
  }

  .group:hover .lg\:group-hover\:fill-teal-lightest {
    fill: #e8fffe;
  }

  .group:hover .lg\:group-hover\:fill-blue-darkest {
    fill: #12283a;
  }

  .group:hover .lg\:group-hover\:fill-blue-darker {
    fill: #1c3d5a;
  }

  .group:hover .lg\:group-hover\:fill-blue-dark {
    fill: #2779bd;
  }

  .group:hover .lg\:group-hover\:fill-blue {
    fill: #3490dc;
  }

  .group:hover .lg\:group-hover\:fill-blue-light {
    fill: #6cb2eb;
  }

  .group:hover .lg\:group-hover\:fill-blue-lighter {
    fill: #bcdefa;
  }

  .group:hover .lg\:group-hover\:fill-blue-lightest {
    fill: #eff8ff;
  }

  .group:hover .lg\:group-hover\:fill-indigo-darkest {
    fill: #191e38;
  }

  .group:hover .lg\:group-hover\:fill-indigo-darker {
    fill: #2f365f;
  }

  .group:hover .lg\:group-hover\:fill-indigo-dark {
    fill: #5661b3;
  }

  .group:hover .lg\:group-hover\:fill-indigo {
    fill: #6574cd;
  }

  .group:hover .lg\:group-hover\:fill-indigo-light {
    fill: #7886d7;
  }

  .group:hover .lg\:group-hover\:fill-indigo-lighter {
    fill: #b2b7ff;
  }

  .group:hover .lg\:group-hover\:fill-indigo-lightest {
    fill: #e6e8ff;
  }

  .group:hover .lg\:group-hover\:fill-purple-darkest {
    fill: #21183c;
  }

  .group:hover .lg\:group-hover\:fill-purple-darker {
    fill: #382b5f;
  }

  .group:hover .lg\:group-hover\:fill-purple-dark {
    fill: #794acf;
  }

  .group:hover .lg\:group-hover\:fill-purple {
    fill: #9561e2;
  }

  .group:hover .lg\:group-hover\:fill-purple-light {
    fill: #a779e9;
  }

  .group:hover .lg\:group-hover\:fill-purple-lighter {
    fill: #d6bbfc;
  }

  .group:hover .lg\:group-hover\:fill-purple-lightest {
    fill: #f3ebff;
  }

  .group:hover .lg\:group-hover\:fill-pink-darkest {
    fill: #451225;
  }

  .group:hover .lg\:group-hover\:fill-pink-darker {
    fill: #6f213f;
  }

  .group:hover .lg\:group-hover\:fill-pink-dark {
    fill: #eb5286;
  }

  .group:hover .lg\:group-hover\:fill-pink {
    fill: #f66d9b;
  }

  .group:hover .lg\:group-hover\:fill-pink-light {
    fill: #fa7ea8;
  }

  .group:hover .lg\:group-hover\:fill-pink-lighter {
    fill: #ffbbca;
  }

  .group:hover .lg\:group-hover\:fill-pink-lightest {
    fill: #ffebef;
  }

  .lg\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .lg\:hover\:fill-transparent:hover {
    fill: transparent;
  }

  .lg\:hover\:fill-black:hover {
    fill: #22292f;
  }

  .lg\:hover\:fill-grey-darkest:hover {
    fill: #3d4852;
  }

  .lg\:hover\:fill-grey-darker:hover {
    fill: #606f7b;
  }

  .lg\:hover\:fill-grey-dark:hover {
    fill: #8795a1;
  }

  .lg\:hover\:fill-grey:hover {
    fill: #b8c2cc;
  }

  .lg\:hover\:fill-grey-light:hover {
    fill: #dae1e7;
  }

  .lg\:hover\:fill-grey-lighter:hover {
    fill: #f1f5f8;
  }

  .lg\:hover\:fill-grey-lightest:hover {
    fill: #f8fafc;
  }

  .lg\:hover\:fill-white:hover {
    fill: #fff;
  }

  .lg\:hover\:fill-red-darkest:hover {
    fill: #3b0d0c;
  }

  .lg\:hover\:fill-red-darker:hover {
    fill: #621b18;
  }

  .lg\:hover\:fill-red-dark:hover {
    fill: #cc1f1a;
  }

  .lg\:hover\:fill-red:hover {
    fill: #e3342f;
  }

  .lg\:hover\:fill-red-light:hover {
    fill: #ef5753;
  }

  .lg\:hover\:fill-red-lighter:hover {
    fill: #f9acaa;
  }

  .lg\:hover\:fill-red-lightest:hover {
    fill: #fcebea;
  }

  .lg\:hover\:fill-orange-darkest:hover {
    fill: #462a16;
  }

  .lg\:hover\:fill-orange-darker:hover {
    fill: #613b1f;
  }

  .lg\:hover\:fill-orange-dark:hover {
    fill: #de751f;
  }

  .lg\:hover\:fill-orange:hover {
    fill: #f6993f;
  }

  .lg\:hover\:fill-orange-light:hover {
    fill: #faad63;
  }

  .lg\:hover\:fill-orange-lighter:hover {
    fill: #fcd9b6;
  }

  .lg\:hover\:fill-orange-lightest:hover {
    fill: #fff5eb;
  }

  .lg\:hover\:fill-yellow-darkest:hover {
    fill: #453411;
  }

  .lg\:hover\:fill-yellow-darker:hover {
    fill: #684f1d;
  }

  .lg\:hover\:fill-yellow-dark:hover {
    fill: #f2d024;
  }

  .lg\:hover\:fill-yellow:hover {
    fill: #ffed4a;
  }

  .lg\:hover\:fill-yellow-light:hover {
    fill: #fff382;
  }

  .lg\:hover\:fill-yellow-lighter:hover {
    fill: #fff9c2;
  }

  .lg\:hover\:fill-yellow-lightest:hover {
    fill: #fcfbeb;
  }

  .lg\:hover\:fill-green-darkest:hover {
    fill: #0f2f21;
  }

  .lg\:hover\:fill-green-darker:hover {
    fill: #1a4731;
  }

  .lg\:hover\:fill-green-dark:hover {
    fill: #1f9d55;
  }

  .lg\:hover\:fill-green:hover {
    fill: #38c172;
  }

  .lg\:hover\:fill-green-light:hover {
    fill: #51d88a;
  }

  .lg\:hover\:fill-green-lighter:hover {
    fill: #a2f5bf;
  }

  .lg\:hover\:fill-green-lightest:hover {
    fill: #e3fcec;
  }

  .lg\:hover\:fill-teal-darkest:hover {
    fill: #0d3331;
  }

  .lg\:hover\:fill-teal-darker:hover {
    fill: #20504f;
  }

  .lg\:hover\:fill-teal-dark:hover {
    fill: #38a89d;
  }

  .lg\:hover\:fill-teal:hover {
    fill: #4dc0b5;
  }

  .lg\:hover\:fill-teal-light:hover {
    fill: #64d5ca;
  }

  .lg\:hover\:fill-teal-lighter:hover {
    fill: #a0f0ed;
  }

  .lg\:hover\:fill-teal-lightest:hover {
    fill: #e8fffe;
  }

  .lg\:hover\:fill-blue-darkest:hover {
    fill: #12283a;
  }

  .lg\:hover\:fill-blue-darker:hover {
    fill: #1c3d5a;
  }

  .lg\:hover\:fill-blue-dark:hover {
    fill: #2779bd;
  }

  .lg\:hover\:fill-blue:hover {
    fill: #3490dc;
  }

  .lg\:hover\:fill-blue-light:hover {
    fill: #6cb2eb;
  }

  .lg\:hover\:fill-blue-lighter:hover {
    fill: #bcdefa;
  }

  .lg\:hover\:fill-blue-lightest:hover {
    fill: #eff8ff;
  }

  .lg\:hover\:fill-indigo-darkest:hover {
    fill: #191e38;
  }

  .lg\:hover\:fill-indigo-darker:hover {
    fill: #2f365f;
  }

  .lg\:hover\:fill-indigo-dark:hover {
    fill: #5661b3;
  }

  .lg\:hover\:fill-indigo:hover {
    fill: #6574cd;
  }

  .lg\:hover\:fill-indigo-light:hover {
    fill: #7886d7;
  }

  .lg\:hover\:fill-indigo-lighter:hover {
    fill: #b2b7ff;
  }

  .lg\:hover\:fill-indigo-lightest:hover {
    fill: #e6e8ff;
  }

  .lg\:hover\:fill-purple-darkest:hover {
    fill: #21183c;
  }

  .lg\:hover\:fill-purple-darker:hover {
    fill: #382b5f;
  }

  .lg\:hover\:fill-purple-dark:hover {
    fill: #794acf;
  }

  .lg\:hover\:fill-purple:hover {
    fill: #9561e2;
  }

  .lg\:hover\:fill-purple-light:hover {
    fill: #a779e9;
  }

  .lg\:hover\:fill-purple-lighter:hover {
    fill: #d6bbfc;
  }

  .lg\:hover\:fill-purple-lightest:hover {
    fill: #f3ebff;
  }

  .lg\:hover\:fill-pink-darkest:hover {
    fill: #451225;
  }

  .lg\:hover\:fill-pink-darker:hover {
    fill: #6f213f;
  }

  .lg\:hover\:fill-pink-dark:hover {
    fill: #eb5286;
  }

  .lg\:hover\:fill-pink:hover {
    fill: #f66d9b;
  }

  .lg\:hover\:fill-pink-light:hover {
    fill: #fa7ea8;
  }

  .lg\:hover\:fill-pink-lighter:hover {
    fill: #ffbbca;
  }

  .lg\:hover\:fill-pink-lightest:hover {
    fill: #ffebef;
  }

  .lg\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .lg\:focus-within\:fill-transparent:focus-within {
    fill: transparent;
  }

  .lg\:focus-within\:fill-black:focus-within {
    fill: #22292f;
  }

  .lg\:focus-within\:fill-grey-darkest:focus-within {
    fill: #3d4852;
  }

  .lg\:focus-within\:fill-grey-darker:focus-within {
    fill: #606f7b;
  }

  .lg\:focus-within\:fill-grey-dark:focus-within {
    fill: #8795a1;
  }

  .lg\:focus-within\:fill-grey:focus-within {
    fill: #b8c2cc;
  }

  .lg\:focus-within\:fill-grey-light:focus-within {
    fill: #dae1e7;
  }

  .lg\:focus-within\:fill-grey-lighter:focus-within {
    fill: #f1f5f8;
  }

  .lg\:focus-within\:fill-grey-lightest:focus-within {
    fill: #f8fafc;
  }

  .lg\:focus-within\:fill-white:focus-within {
    fill: #fff;
  }

  .lg\:focus-within\:fill-red-darkest:focus-within {
    fill: #3b0d0c;
  }

  .lg\:focus-within\:fill-red-darker:focus-within {
    fill: #621b18;
  }

  .lg\:focus-within\:fill-red-dark:focus-within {
    fill: #cc1f1a;
  }

  .lg\:focus-within\:fill-red:focus-within {
    fill: #e3342f;
  }

  .lg\:focus-within\:fill-red-light:focus-within {
    fill: #ef5753;
  }

  .lg\:focus-within\:fill-red-lighter:focus-within {
    fill: #f9acaa;
  }

  .lg\:focus-within\:fill-red-lightest:focus-within {
    fill: #fcebea;
  }

  .lg\:focus-within\:fill-orange-darkest:focus-within {
    fill: #462a16;
  }

  .lg\:focus-within\:fill-orange-darker:focus-within {
    fill: #613b1f;
  }

  .lg\:focus-within\:fill-orange-dark:focus-within {
    fill: #de751f;
  }

  .lg\:focus-within\:fill-orange:focus-within {
    fill: #f6993f;
  }

  .lg\:focus-within\:fill-orange-light:focus-within {
    fill: #faad63;
  }

  .lg\:focus-within\:fill-orange-lighter:focus-within {
    fill: #fcd9b6;
  }

  .lg\:focus-within\:fill-orange-lightest:focus-within {
    fill: #fff5eb;
  }

  .lg\:focus-within\:fill-yellow-darkest:focus-within {
    fill: #453411;
  }

  .lg\:focus-within\:fill-yellow-darker:focus-within {
    fill: #684f1d;
  }

  .lg\:focus-within\:fill-yellow-dark:focus-within {
    fill: #f2d024;
  }

  .lg\:focus-within\:fill-yellow:focus-within {
    fill: #ffed4a;
  }

  .lg\:focus-within\:fill-yellow-light:focus-within {
    fill: #fff382;
  }

  .lg\:focus-within\:fill-yellow-lighter:focus-within {
    fill: #fff9c2;
  }

  .lg\:focus-within\:fill-yellow-lightest:focus-within {
    fill: #fcfbeb;
  }

  .lg\:focus-within\:fill-green-darkest:focus-within {
    fill: #0f2f21;
  }

  .lg\:focus-within\:fill-green-darker:focus-within {
    fill: #1a4731;
  }

  .lg\:focus-within\:fill-green-dark:focus-within {
    fill: #1f9d55;
  }

  .lg\:focus-within\:fill-green:focus-within {
    fill: #38c172;
  }

  .lg\:focus-within\:fill-green-light:focus-within {
    fill: #51d88a;
  }

  .lg\:focus-within\:fill-green-lighter:focus-within {
    fill: #a2f5bf;
  }

  .lg\:focus-within\:fill-green-lightest:focus-within {
    fill: #e3fcec;
  }

  .lg\:focus-within\:fill-teal-darkest:focus-within {
    fill: #0d3331;
  }

  .lg\:focus-within\:fill-teal-darker:focus-within {
    fill: #20504f;
  }

  .lg\:focus-within\:fill-teal-dark:focus-within {
    fill: #38a89d;
  }

  .lg\:focus-within\:fill-teal:focus-within {
    fill: #4dc0b5;
  }

  .lg\:focus-within\:fill-teal-light:focus-within {
    fill: #64d5ca;
  }

  .lg\:focus-within\:fill-teal-lighter:focus-within {
    fill: #a0f0ed;
  }

  .lg\:focus-within\:fill-teal-lightest:focus-within {
    fill: #e8fffe;
  }

  .lg\:focus-within\:fill-blue-darkest:focus-within {
    fill: #12283a;
  }

  .lg\:focus-within\:fill-blue-darker:focus-within {
    fill: #1c3d5a;
  }

  .lg\:focus-within\:fill-blue-dark:focus-within {
    fill: #2779bd;
  }

  .lg\:focus-within\:fill-blue:focus-within {
    fill: #3490dc;
  }

  .lg\:focus-within\:fill-blue-light:focus-within {
    fill: #6cb2eb;
  }

  .lg\:focus-within\:fill-blue-lighter:focus-within {
    fill: #bcdefa;
  }

  .lg\:focus-within\:fill-blue-lightest:focus-within {
    fill: #eff8ff;
  }

  .lg\:focus-within\:fill-indigo-darkest:focus-within {
    fill: #191e38;
  }

  .lg\:focus-within\:fill-indigo-darker:focus-within {
    fill: #2f365f;
  }

  .lg\:focus-within\:fill-indigo-dark:focus-within {
    fill: #5661b3;
  }

  .lg\:focus-within\:fill-indigo:focus-within {
    fill: #6574cd;
  }

  .lg\:focus-within\:fill-indigo-light:focus-within {
    fill: #7886d7;
  }

  .lg\:focus-within\:fill-indigo-lighter:focus-within {
    fill: #b2b7ff;
  }

  .lg\:focus-within\:fill-indigo-lightest:focus-within {
    fill: #e6e8ff;
  }

  .lg\:focus-within\:fill-purple-darkest:focus-within {
    fill: #21183c;
  }

  .lg\:focus-within\:fill-purple-darker:focus-within {
    fill: #382b5f;
  }

  .lg\:focus-within\:fill-purple-dark:focus-within {
    fill: #794acf;
  }

  .lg\:focus-within\:fill-purple:focus-within {
    fill: #9561e2;
  }

  .lg\:focus-within\:fill-purple-light:focus-within {
    fill: #a779e9;
  }

  .lg\:focus-within\:fill-purple-lighter:focus-within {
    fill: #d6bbfc;
  }

  .lg\:focus-within\:fill-purple-lightest:focus-within {
    fill: #f3ebff;
  }

  .lg\:focus-within\:fill-pink-darkest:focus-within {
    fill: #451225;
  }

  .lg\:focus-within\:fill-pink-darker:focus-within {
    fill: #6f213f;
  }

  .lg\:focus-within\:fill-pink-dark:focus-within {
    fill: #eb5286;
  }

  .lg\:focus-within\:fill-pink:focus-within {
    fill: #f66d9b;
  }

  .lg\:focus-within\:fill-pink-light:focus-within {
    fill: #fa7ea8;
  }

  .lg\:focus-within\:fill-pink-lighter:focus-within {
    fill: #ffbbca;
  }

  .lg\:focus-within\:fill-pink-lightest:focus-within {
    fill: #ffebef;
  }

  .lg\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .lg\:focus\:fill-transparent:focus {
    fill: transparent;
  }

  .lg\:focus\:fill-black:focus {
    fill: #22292f;
  }

  .lg\:focus\:fill-grey-darkest:focus {
    fill: #3d4852;
  }

  .lg\:focus\:fill-grey-darker:focus {
    fill: #606f7b;
  }

  .lg\:focus\:fill-grey-dark:focus {
    fill: #8795a1;
  }

  .lg\:focus\:fill-grey:focus {
    fill: #b8c2cc;
  }

  .lg\:focus\:fill-grey-light:focus {
    fill: #dae1e7;
  }

  .lg\:focus\:fill-grey-lighter:focus {
    fill: #f1f5f8;
  }

  .lg\:focus\:fill-grey-lightest:focus {
    fill: #f8fafc;
  }

  .lg\:focus\:fill-white:focus {
    fill: #fff;
  }

  .lg\:focus\:fill-red-darkest:focus {
    fill: #3b0d0c;
  }

  .lg\:focus\:fill-red-darker:focus {
    fill: #621b18;
  }

  .lg\:focus\:fill-red-dark:focus {
    fill: #cc1f1a;
  }

  .lg\:focus\:fill-red:focus {
    fill: #e3342f;
  }

  .lg\:focus\:fill-red-light:focus {
    fill: #ef5753;
  }

  .lg\:focus\:fill-red-lighter:focus {
    fill: #f9acaa;
  }

  .lg\:focus\:fill-red-lightest:focus {
    fill: #fcebea;
  }

  .lg\:focus\:fill-orange-darkest:focus {
    fill: #462a16;
  }

  .lg\:focus\:fill-orange-darker:focus {
    fill: #613b1f;
  }

  .lg\:focus\:fill-orange-dark:focus {
    fill: #de751f;
  }

  .lg\:focus\:fill-orange:focus {
    fill: #f6993f;
  }

  .lg\:focus\:fill-orange-light:focus {
    fill: #faad63;
  }

  .lg\:focus\:fill-orange-lighter:focus {
    fill: #fcd9b6;
  }

  .lg\:focus\:fill-orange-lightest:focus {
    fill: #fff5eb;
  }

  .lg\:focus\:fill-yellow-darkest:focus {
    fill: #453411;
  }

  .lg\:focus\:fill-yellow-darker:focus {
    fill: #684f1d;
  }

  .lg\:focus\:fill-yellow-dark:focus {
    fill: #f2d024;
  }

  .lg\:focus\:fill-yellow:focus {
    fill: #ffed4a;
  }

  .lg\:focus\:fill-yellow-light:focus {
    fill: #fff382;
  }

  .lg\:focus\:fill-yellow-lighter:focus {
    fill: #fff9c2;
  }

  .lg\:focus\:fill-yellow-lightest:focus {
    fill: #fcfbeb;
  }

  .lg\:focus\:fill-green-darkest:focus {
    fill: #0f2f21;
  }

  .lg\:focus\:fill-green-darker:focus {
    fill: #1a4731;
  }

  .lg\:focus\:fill-green-dark:focus {
    fill: #1f9d55;
  }

  .lg\:focus\:fill-green:focus {
    fill: #38c172;
  }

  .lg\:focus\:fill-green-light:focus {
    fill: #51d88a;
  }

  .lg\:focus\:fill-green-lighter:focus {
    fill: #a2f5bf;
  }

  .lg\:focus\:fill-green-lightest:focus {
    fill: #e3fcec;
  }

  .lg\:focus\:fill-teal-darkest:focus {
    fill: #0d3331;
  }

  .lg\:focus\:fill-teal-darker:focus {
    fill: #20504f;
  }

  .lg\:focus\:fill-teal-dark:focus {
    fill: #38a89d;
  }

  .lg\:focus\:fill-teal:focus {
    fill: #4dc0b5;
  }

  .lg\:focus\:fill-teal-light:focus {
    fill: #64d5ca;
  }

  .lg\:focus\:fill-teal-lighter:focus {
    fill: #a0f0ed;
  }

  .lg\:focus\:fill-teal-lightest:focus {
    fill: #e8fffe;
  }

  .lg\:focus\:fill-blue-darkest:focus {
    fill: #12283a;
  }

  .lg\:focus\:fill-blue-darker:focus {
    fill: #1c3d5a;
  }

  .lg\:focus\:fill-blue-dark:focus {
    fill: #2779bd;
  }

  .lg\:focus\:fill-blue:focus {
    fill: #3490dc;
  }

  .lg\:focus\:fill-blue-light:focus {
    fill: #6cb2eb;
  }

  .lg\:focus\:fill-blue-lighter:focus {
    fill: #bcdefa;
  }

  .lg\:focus\:fill-blue-lightest:focus {
    fill: #eff8ff;
  }

  .lg\:focus\:fill-indigo-darkest:focus {
    fill: #191e38;
  }

  .lg\:focus\:fill-indigo-darker:focus {
    fill: #2f365f;
  }

  .lg\:focus\:fill-indigo-dark:focus {
    fill: #5661b3;
  }

  .lg\:focus\:fill-indigo:focus {
    fill: #6574cd;
  }

  .lg\:focus\:fill-indigo-light:focus {
    fill: #7886d7;
  }

  .lg\:focus\:fill-indigo-lighter:focus {
    fill: #b2b7ff;
  }

  .lg\:focus\:fill-indigo-lightest:focus {
    fill: #e6e8ff;
  }

  .lg\:focus\:fill-purple-darkest:focus {
    fill: #21183c;
  }

  .lg\:focus\:fill-purple-darker:focus {
    fill: #382b5f;
  }

  .lg\:focus\:fill-purple-dark:focus {
    fill: #794acf;
  }

  .lg\:focus\:fill-purple:focus {
    fill: #9561e2;
  }

  .lg\:focus\:fill-purple-light:focus {
    fill: #a779e9;
  }

  .lg\:focus\:fill-purple-lighter:focus {
    fill: #d6bbfc;
  }

  .lg\:focus\:fill-purple-lightest:focus {
    fill: #f3ebff;
  }

  .lg\:focus\:fill-pink-darkest:focus {
    fill: #451225;
  }

  .lg\:focus\:fill-pink-darker:focus {
    fill: #6f213f;
  }

  .lg\:focus\:fill-pink-dark:focus {
    fill: #eb5286;
  }

  .lg\:focus\:fill-pink:focus {
    fill: #f66d9b;
  }

  .lg\:focus\:fill-pink-light:focus {
    fill: #fa7ea8;
  }

  .lg\:focus\:fill-pink-lighter:focus {
    fill: #ffbbca;
  }

  .lg\:focus\:fill-pink-lightest:focus {
    fill: #ffebef;
  }

  .lg\:active\:fill-current:active {
    fill: currentColor;
  }

  .lg\:active\:fill-transparent:active {
    fill: transparent;
  }

  .lg\:active\:fill-black:active {
    fill: #22292f;
  }

  .lg\:active\:fill-grey-darkest:active {
    fill: #3d4852;
  }

  .lg\:active\:fill-grey-darker:active {
    fill: #606f7b;
  }

  .lg\:active\:fill-grey-dark:active {
    fill: #8795a1;
  }

  .lg\:active\:fill-grey:active {
    fill: #b8c2cc;
  }

  .lg\:active\:fill-grey-light:active {
    fill: #dae1e7;
  }

  .lg\:active\:fill-grey-lighter:active {
    fill: #f1f5f8;
  }

  .lg\:active\:fill-grey-lightest:active {
    fill: #f8fafc;
  }

  .lg\:active\:fill-white:active {
    fill: #fff;
  }

  .lg\:active\:fill-red-darkest:active {
    fill: #3b0d0c;
  }

  .lg\:active\:fill-red-darker:active {
    fill: #621b18;
  }

  .lg\:active\:fill-red-dark:active {
    fill: #cc1f1a;
  }

  .lg\:active\:fill-red:active {
    fill: #e3342f;
  }

  .lg\:active\:fill-red-light:active {
    fill: #ef5753;
  }

  .lg\:active\:fill-red-lighter:active {
    fill: #f9acaa;
  }

  .lg\:active\:fill-red-lightest:active {
    fill: #fcebea;
  }

  .lg\:active\:fill-orange-darkest:active {
    fill: #462a16;
  }

  .lg\:active\:fill-orange-darker:active {
    fill: #613b1f;
  }

  .lg\:active\:fill-orange-dark:active {
    fill: #de751f;
  }

  .lg\:active\:fill-orange:active {
    fill: #f6993f;
  }

  .lg\:active\:fill-orange-light:active {
    fill: #faad63;
  }

  .lg\:active\:fill-orange-lighter:active {
    fill: #fcd9b6;
  }

  .lg\:active\:fill-orange-lightest:active {
    fill: #fff5eb;
  }

  .lg\:active\:fill-yellow-darkest:active {
    fill: #453411;
  }

  .lg\:active\:fill-yellow-darker:active {
    fill: #684f1d;
  }

  .lg\:active\:fill-yellow-dark:active {
    fill: #f2d024;
  }

  .lg\:active\:fill-yellow:active {
    fill: #ffed4a;
  }

  .lg\:active\:fill-yellow-light:active {
    fill: #fff382;
  }

  .lg\:active\:fill-yellow-lighter:active {
    fill: #fff9c2;
  }

  .lg\:active\:fill-yellow-lightest:active {
    fill: #fcfbeb;
  }

  .lg\:active\:fill-green-darkest:active {
    fill: #0f2f21;
  }

  .lg\:active\:fill-green-darker:active {
    fill: #1a4731;
  }

  .lg\:active\:fill-green-dark:active {
    fill: #1f9d55;
  }

  .lg\:active\:fill-green:active {
    fill: #38c172;
  }

  .lg\:active\:fill-green-light:active {
    fill: #51d88a;
  }

  .lg\:active\:fill-green-lighter:active {
    fill: #a2f5bf;
  }

  .lg\:active\:fill-green-lightest:active {
    fill: #e3fcec;
  }

  .lg\:active\:fill-teal-darkest:active {
    fill: #0d3331;
  }

  .lg\:active\:fill-teal-darker:active {
    fill: #20504f;
  }

  .lg\:active\:fill-teal-dark:active {
    fill: #38a89d;
  }

  .lg\:active\:fill-teal:active {
    fill: #4dc0b5;
  }

  .lg\:active\:fill-teal-light:active {
    fill: #64d5ca;
  }

  .lg\:active\:fill-teal-lighter:active {
    fill: #a0f0ed;
  }

  .lg\:active\:fill-teal-lightest:active {
    fill: #e8fffe;
  }

  .lg\:active\:fill-blue-darkest:active {
    fill: #12283a;
  }

  .lg\:active\:fill-blue-darker:active {
    fill: #1c3d5a;
  }

  .lg\:active\:fill-blue-dark:active {
    fill: #2779bd;
  }

  .lg\:active\:fill-blue:active {
    fill: #3490dc;
  }

  .lg\:active\:fill-blue-light:active {
    fill: #6cb2eb;
  }

  .lg\:active\:fill-blue-lighter:active {
    fill: #bcdefa;
  }

  .lg\:active\:fill-blue-lightest:active {
    fill: #eff8ff;
  }

  .lg\:active\:fill-indigo-darkest:active {
    fill: #191e38;
  }

  .lg\:active\:fill-indigo-darker:active {
    fill: #2f365f;
  }

  .lg\:active\:fill-indigo-dark:active {
    fill: #5661b3;
  }

  .lg\:active\:fill-indigo:active {
    fill: #6574cd;
  }

  .lg\:active\:fill-indigo-light:active {
    fill: #7886d7;
  }

  .lg\:active\:fill-indigo-lighter:active {
    fill: #b2b7ff;
  }

  .lg\:active\:fill-indigo-lightest:active {
    fill: #e6e8ff;
  }

  .lg\:active\:fill-purple-darkest:active {
    fill: #21183c;
  }

  .lg\:active\:fill-purple-darker:active {
    fill: #382b5f;
  }

  .lg\:active\:fill-purple-dark:active {
    fill: #794acf;
  }

  .lg\:active\:fill-purple:active {
    fill: #9561e2;
  }

  .lg\:active\:fill-purple-light:active {
    fill: #a779e9;
  }

  .lg\:active\:fill-purple-lighter:active {
    fill: #d6bbfc;
  }

  .lg\:active\:fill-purple-lightest:active {
    fill: #f3ebff;
  }

  .lg\:active\:fill-pink-darkest:active {
    fill: #451225;
  }

  .lg\:active\:fill-pink-darker:active {
    fill: #6f213f;
  }

  .lg\:active\:fill-pink-dark:active {
    fill: #eb5286;
  }

  .lg\:active\:fill-pink:active {
    fill: #f66d9b;
  }

  .lg\:active\:fill-pink-light:active {
    fill: #fa7ea8;
  }

  .lg\:active\:fill-pink-lighter:active {
    fill: #ffbbca;
  }

  .lg\:active\:fill-pink-lightest:active {
    fill: #ffebef;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .lg\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .lg\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .lg\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .lg\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .lg\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .lg\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .lg\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .lg\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .lg\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .lg\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .lg\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .lg\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .lg\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .lg\:active\:table-auto:active {
    table-layout: auto;
  }

  .lg\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .group:hover .lg\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .lg\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .lg\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .lg\:group-hover\:text-justify {
    text-align: justify;
  }

  .lg\:hover\:text-left:hover {
    text-align: left;
  }

  .lg\:hover\:text-center:hover {
    text-align: center;
  }

  .lg\:hover\:text-right:hover {
    text-align: right;
  }

  .lg\:hover\:text-justify:hover {
    text-align: justify;
  }

  .lg\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .lg\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .lg\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .lg\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .lg\:focus\:text-left:focus {
    text-align: left;
  }

  .lg\:focus\:text-center:focus {
    text-align: center;
  }

  .lg\:focus\:text-right:focus {
    text-align: right;
  }

  .lg\:focus\:text-justify:focus {
    text-align: justify;
  }

  .lg\:active\:text-left:active {
    text-align: left;
  }

  .lg\:active\:text-center:active {
    text-align: center;
  }

  .lg\:active\:text-right:active {
    text-align: right;
  }

  .lg\:active\:text-justify:active {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    color: #22292f;
  }

  .lg\:text-grey-darkest {
    color: #3d4852;
  }

  .lg\:text-grey-darker {
    color: #606f7b;
  }

  .lg\:text-grey-dark {
    color: #8795a1;
  }

  .lg\:text-grey {
    color: #b8c2cc;
  }

  .lg\:text-grey-light {
    color: #dae1e7;
  }

  .lg\:text-grey-lighter {
    color: #f1f5f8;
  }

  .lg\:text-grey-lightest {
    color: #f8fafc;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-red-darkest {
    color: #3b0d0c;
  }

  .lg\:text-red-darker {
    color: #621b18;
  }

  .lg\:text-red-dark {
    color: #cc1f1a;
  }

  .lg\:text-red {
    color: #e3342f;
  }

  .lg\:text-red-light {
    color: #ef5753;
  }

  .lg\:text-red-lighter {
    color: #f9acaa;
  }

  .lg\:text-red-lightest {
    color: #fcebea;
  }

  .lg\:text-orange-darkest {
    color: #462a16;
  }

  .lg\:text-orange-darker {
    color: #613b1f;
  }

  .lg\:text-orange-dark {
    color: #de751f;
  }

  .lg\:text-orange {
    color: #f6993f;
  }

  .lg\:text-orange-light {
    color: #faad63;
  }

  .lg\:text-orange-lighter {
    color: #fcd9b6;
  }

  .lg\:text-orange-lightest {
    color: #fff5eb;
  }

  .lg\:text-yellow-darkest {
    color: #453411;
  }

  .lg\:text-yellow-darker {
    color: #684f1d;
  }

  .lg\:text-yellow-dark {
    color: #f2d024;
  }

  .lg\:text-yellow {
    color: #ffed4a;
  }

  .lg\:text-yellow-light {
    color: #fff382;
  }

  .lg\:text-yellow-lighter {
    color: #fff9c2;
  }

  .lg\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .lg\:text-green-darkest {
    color: #0f2f21;
  }

  .lg\:text-green-darker {
    color: #1a4731;
  }

  .lg\:text-green-dark {
    color: #1f9d55;
  }

  .lg\:text-green {
    color: #38c172;
  }

  .lg\:text-green-light {
    color: #51d88a;
  }

  .lg\:text-green-lighter {
    color: #a2f5bf;
  }

  .lg\:text-green-lightest {
    color: #e3fcec;
  }

  .lg\:text-teal-darkest {
    color: #0d3331;
  }

  .lg\:text-teal-darker {
    color: #20504f;
  }

  .lg\:text-teal-dark {
    color: #38a89d;
  }

  .lg\:text-teal {
    color: #4dc0b5;
  }

  .lg\:text-teal-light {
    color: #64d5ca;
  }

  .lg\:text-teal-lighter {
    color: #a0f0ed;
  }

  .lg\:text-teal-lightest {
    color: #e8fffe;
  }

  .lg\:text-blue-darkest {
    color: #12283a;
  }

  .lg\:text-blue-darker {
    color: #1c3d5a;
  }

  .lg\:text-blue-dark {
    color: #2779bd;
  }

  .lg\:text-blue {
    color: #3490dc;
  }

  .lg\:text-blue-light {
    color: #6cb2eb;
  }

  .lg\:text-blue-lighter {
    color: #bcdefa;
  }

  .lg\:text-blue-lightest {
    color: #eff8ff;
  }

  .lg\:text-indigo-darkest {
    color: #191e38;
  }

  .lg\:text-indigo-darker {
    color: #2f365f;
  }

  .lg\:text-indigo-dark {
    color: #5661b3;
  }

  .lg\:text-indigo {
    color: #6574cd;
  }

  .lg\:text-indigo-light {
    color: #7886d7;
  }

  .lg\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .lg\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .lg\:text-purple-darkest {
    color: #21183c;
  }

  .lg\:text-purple-darker {
    color: #382b5f;
  }

  .lg\:text-purple-dark {
    color: #794acf;
  }

  .lg\:text-purple {
    color: #9561e2;
  }

  .lg\:text-purple-light {
    color: #a779e9;
  }

  .lg\:text-purple-lighter {
    color: #d6bbfc;
  }

  .lg\:text-purple-lightest {
    color: #f3ebff;
  }

  .lg\:text-pink-darkest {
    color: #451225;
  }

  .lg\:text-pink-darker {
    color: #6f213f;
  }

  .lg\:text-pink-dark {
    color: #eb5286;
  }

  .lg\:text-pink {
    color: #f66d9b;
  }

  .lg\:text-pink-light {
    color: #fa7ea8;
  }

  .lg\:text-pink-lighter {
    color: #ffbbca;
  }

  .lg\:text-pink-lightest {
    color: #ffebef;
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-black {
    color: #22292f;
  }

  .group:hover .lg\:group-hover\:text-grey-darkest {
    color: #3d4852;
  }

  .group:hover .lg\:group-hover\:text-grey-darker {
    color: #606f7b;
  }

  .group:hover .lg\:group-hover\:text-grey-dark {
    color: #8795a1;
  }

  .group:hover .lg\:group-hover\:text-grey {
    color: #b8c2cc;
  }

  .group:hover .lg\:group-hover\:text-grey-light {
    color: #dae1e7;
  }

  .group:hover .lg\:group-hover\:text-grey-lighter {
    color: #f1f5f8;
  }

  .group:hover .lg\:group-hover\:text-grey-lightest {
    color: #f8fafc;
  }

  .group:hover .lg\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .lg\:group-hover\:text-red-darkest {
    color: #3b0d0c;
  }

  .group:hover .lg\:group-hover\:text-red-darker {
    color: #621b18;
  }

  .group:hover .lg\:group-hover\:text-red-dark {
    color: #cc1f1a;
  }

  .group:hover .lg\:group-hover\:text-red {
    color: #e3342f;
  }

  .group:hover .lg\:group-hover\:text-red-light {
    color: #ef5753;
  }

  .group:hover .lg\:group-hover\:text-red-lighter {
    color: #f9acaa;
  }

  .group:hover .lg\:group-hover\:text-red-lightest {
    color: #fcebea;
  }

  .group:hover .lg\:group-hover\:text-orange-darkest {
    color: #462a16;
  }

  .group:hover .lg\:group-hover\:text-orange-darker {
    color: #613b1f;
  }

  .group:hover .lg\:group-hover\:text-orange-dark {
    color: #de751f;
  }

  .group:hover .lg\:group-hover\:text-orange {
    color: #f6993f;
  }

  .group:hover .lg\:group-hover\:text-orange-light {
    color: #faad63;
  }

  .group:hover .lg\:group-hover\:text-orange-lighter {
    color: #fcd9b6;
  }

  .group:hover .lg\:group-hover\:text-orange-lightest {
    color: #fff5eb;
  }

  .group:hover .lg\:group-hover\:text-yellow-darkest {
    color: #453411;
  }

  .group:hover .lg\:group-hover\:text-yellow-darker {
    color: #684f1d;
  }

  .group:hover .lg\:group-hover\:text-yellow-dark {
    color: #f2d024;
  }

  .group:hover .lg\:group-hover\:text-yellow {
    color: #ffed4a;
  }

  .group:hover .lg\:group-hover\:text-yellow-light {
    color: #fff382;
  }

  .group:hover .lg\:group-hover\:text-yellow-lighter {
    color: #fff9c2;
  }

  .group:hover .lg\:group-hover\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .group:hover .lg\:group-hover\:text-green-darkest {
    color: #0f2f21;
  }

  .group:hover .lg\:group-hover\:text-green-darker {
    color: #1a4731;
  }

  .group:hover .lg\:group-hover\:text-green-dark {
    color: #1f9d55;
  }

  .group:hover .lg\:group-hover\:text-green {
    color: #38c172;
  }

  .group:hover .lg\:group-hover\:text-green-light {
    color: #51d88a;
  }

  .group:hover .lg\:group-hover\:text-green-lighter {
    color: #a2f5bf;
  }

  .group:hover .lg\:group-hover\:text-green-lightest {
    color: #e3fcec;
  }

  .group:hover .lg\:group-hover\:text-teal-darkest {
    color: #0d3331;
  }

  .group:hover .lg\:group-hover\:text-teal-darker {
    color: #20504f;
  }

  .group:hover .lg\:group-hover\:text-teal-dark {
    color: #38a89d;
  }

  .group:hover .lg\:group-hover\:text-teal {
    color: #4dc0b5;
  }

  .group:hover .lg\:group-hover\:text-teal-light {
    color: #64d5ca;
  }

  .group:hover .lg\:group-hover\:text-teal-lighter {
    color: #a0f0ed;
  }

  .group:hover .lg\:group-hover\:text-teal-lightest {
    color: #e8fffe;
  }

  .group:hover .lg\:group-hover\:text-blue-darkest {
    color: #12283a;
  }

  .group:hover .lg\:group-hover\:text-blue-darker {
    color: #1c3d5a;
  }

  .group:hover .lg\:group-hover\:text-blue-dark {
    color: #2779bd;
  }

  .group:hover .lg\:group-hover\:text-blue {
    color: #3490dc;
  }

  .group:hover .lg\:group-hover\:text-blue-light {
    color: #6cb2eb;
  }

  .group:hover .lg\:group-hover\:text-blue-lighter {
    color: #bcdefa;
  }

  .group:hover .lg\:group-hover\:text-blue-lightest {
    color: #eff8ff;
  }

  .group:hover .lg\:group-hover\:text-indigo-darkest {
    color: #191e38;
  }

  .group:hover .lg\:group-hover\:text-indigo-darker {
    color: #2f365f;
  }

  .group:hover .lg\:group-hover\:text-indigo-dark {
    color: #5661b3;
  }

  .group:hover .lg\:group-hover\:text-indigo {
    color: #6574cd;
  }

  .group:hover .lg\:group-hover\:text-indigo-light {
    color: #7886d7;
  }

  .group:hover .lg\:group-hover\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .group:hover .lg\:group-hover\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .group:hover .lg\:group-hover\:text-purple-darkest {
    color: #21183c;
  }

  .group:hover .lg\:group-hover\:text-purple-darker {
    color: #382b5f;
  }

  .group:hover .lg\:group-hover\:text-purple-dark {
    color: #794acf;
  }

  .group:hover .lg\:group-hover\:text-purple {
    color: #9561e2;
  }

  .group:hover .lg\:group-hover\:text-purple-light {
    color: #a779e9;
  }

  .group:hover .lg\:group-hover\:text-purple-lighter {
    color: #d6bbfc;
  }

  .group:hover .lg\:group-hover\:text-purple-lightest {
    color: #f3ebff;
  }

  .group:hover .lg\:group-hover\:text-pink-darkest {
    color: #451225;
  }

  .group:hover .lg\:group-hover\:text-pink-darker {
    color: #6f213f;
  }

  .group:hover .lg\:group-hover\:text-pink-dark {
    color: #eb5286;
  }

  .group:hover .lg\:group-hover\:text-pink {
    color: #f66d9b;
  }

  .group:hover .lg\:group-hover\:text-pink-light {
    color: #fa7ea8;
  }

  .group:hover .lg\:group-hover\:text-pink-lighter {
    color: #ffbbca;
  }

  .group:hover .lg\:group-hover\:text-pink-lightest {
    color: #ffebef;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    color: #22292f;
  }

  .lg\:hover\:text-grey-darkest:hover {
    color: #3d4852;
  }

  .lg\:hover\:text-grey-darker:hover {
    color: #606f7b;
  }

  .lg\:hover\:text-grey-dark:hover {
    color: #8795a1;
  }

  .lg\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .lg\:hover\:text-grey-light:hover {
    color: #dae1e7;
  }

  .lg\:hover\:text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .lg\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }

  .lg\:hover\:text-red-darker:hover {
    color: #621b18;
  }

  .lg\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }

  .lg\:hover\:text-red:hover {
    color: #e3342f;
  }

  .lg\:hover\:text-red-light:hover {
    color: #ef5753;
  }

  .lg\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }

  .lg\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }

  .lg\:hover\:text-orange-darkest:hover {
    color: #462a16;
  }

  .lg\:hover\:text-orange-darker:hover {
    color: #613b1f;
  }

  .lg\:hover\:text-orange-dark:hover {
    color: #de751f;
  }

  .lg\:hover\:text-orange:hover {
    color: #f6993f;
  }

  .lg\:hover\:text-orange-light:hover {
    color: #faad63;
  }

  .lg\:hover\:text-orange-lighter:hover {
    color: #fcd9b6;
  }

  .lg\:hover\:text-orange-lightest:hover {
    color: #fff5eb;
  }

  .lg\:hover\:text-yellow-darkest:hover {
    color: #453411;
  }

  .lg\:hover\:text-yellow-darker:hover {
    color: #684f1d;
  }

  .lg\:hover\:text-yellow-dark:hover {
    color: #f2d024;
  }

  .lg\:hover\:text-yellow:hover {
    color: #ffed4a;
  }

  .lg\:hover\:text-yellow-light:hover {
    color: #fff382;
  }

  .lg\:hover\:text-yellow-lighter:hover {
    color: #fff9c2;
  }

  .lg\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb;
  }

  .lg\:hover\:text-green-darkest:hover {
    color: #0f2f21;
  }

  .lg\:hover\:text-green-darker:hover {
    color: #1a4731;
  }

  .lg\:hover\:text-green-dark:hover {
    color: #1f9d55;
  }

  .lg\:hover\:text-green:hover {
    color: #38c172;
  }

  .lg\:hover\:text-green-light:hover {
    color: #51d88a;
  }

  .lg\:hover\:text-green-lighter:hover {
    color: #a2f5bf;
  }

  .lg\:hover\:text-green-lightest:hover {
    color: #e3fcec;
  }

  .lg\:hover\:text-teal-darkest:hover {
    color: #0d3331;
  }

  .lg\:hover\:text-teal-darker:hover {
    color: #20504f;
  }

  .lg\:hover\:text-teal-dark:hover {
    color: #38a89d;
  }

  .lg\:hover\:text-teal:hover {
    color: #4dc0b5;
  }

  .lg\:hover\:text-teal-light:hover {
    color: #64d5ca;
  }

  .lg\:hover\:text-teal-lighter:hover {
    color: #a0f0ed;
  }

  .lg\:hover\:text-teal-lightest:hover {
    color: #e8fffe;
  }

  .lg\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }

  .lg\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }

  .lg\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }

  .lg\:hover\:text-blue:hover {
    color: #3490dc;
  }

  .lg\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }

  .lg\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }

  .lg\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }

  .lg\:hover\:text-indigo-darkest:hover {
    color: #191e38;
  }

  .lg\:hover\:text-indigo-darker:hover {
    color: #2f365f;
  }

  .lg\:hover\:text-indigo-dark:hover {
    color: #5661b3;
  }

  .lg\:hover\:text-indigo:hover {
    color: #6574cd;
  }

  .lg\:hover\:text-indigo-light:hover {
    color: #7886d7;
  }

  .lg\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff;
  }

  .lg\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff;
  }

  .lg\:hover\:text-purple-darkest:hover {
    color: #21183c;
  }

  .lg\:hover\:text-purple-darker:hover {
    color: #382b5f;
  }

  .lg\:hover\:text-purple-dark:hover {
    color: #794acf;
  }

  .lg\:hover\:text-purple:hover {
    color: #9561e2;
  }

  .lg\:hover\:text-purple-light:hover {
    color: #a779e9;
  }

  .lg\:hover\:text-purple-lighter:hover {
    color: #d6bbfc;
  }

  .lg\:hover\:text-purple-lightest:hover {
    color: #f3ebff;
  }

  .lg\:hover\:text-pink-darkest:hover {
    color: #451225;
  }

  .lg\:hover\:text-pink-darker:hover {
    color: #6f213f;
  }

  .lg\:hover\:text-pink-dark:hover {
    color: #eb5286;
  }

  .lg\:hover\:text-pink:hover {
    color: #f66d9b;
  }

  .lg\:hover\:text-pink-light:hover {
    color: #fa7ea8;
  }

  .lg\:hover\:text-pink-lighter:hover {
    color: #ffbbca;
  }

  .lg\:hover\:text-pink-lightest:hover {
    color: #ffebef;
  }

  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .lg\:focus-within\:text-black:focus-within {
    color: #22292f;
  }

  .lg\:focus-within\:text-grey-darkest:focus-within {
    color: #3d4852;
  }

  .lg\:focus-within\:text-grey-darker:focus-within {
    color: #606f7b;
  }

  .lg\:focus-within\:text-grey-dark:focus-within {
    color: #8795a1;
  }

  .lg\:focus-within\:text-grey:focus-within {
    color: #b8c2cc;
  }

  .lg\:focus-within\:text-grey-light:focus-within {
    color: #dae1e7;
  }

  .lg\:focus-within\:text-grey-lighter:focus-within {
    color: #f1f5f8;
  }

  .lg\:focus-within\:text-grey-lightest:focus-within {
    color: #f8fafc;
  }

  .lg\:focus-within\:text-white:focus-within {
    color: #fff;
  }

  .lg\:focus-within\:text-red-darkest:focus-within {
    color: #3b0d0c;
  }

  .lg\:focus-within\:text-red-darker:focus-within {
    color: #621b18;
  }

  .lg\:focus-within\:text-red-dark:focus-within {
    color: #cc1f1a;
  }

  .lg\:focus-within\:text-red:focus-within {
    color: #e3342f;
  }

  .lg\:focus-within\:text-red-light:focus-within {
    color: #ef5753;
  }

  .lg\:focus-within\:text-red-lighter:focus-within {
    color: #f9acaa;
  }

  .lg\:focus-within\:text-red-lightest:focus-within {
    color: #fcebea;
  }

  .lg\:focus-within\:text-orange-darkest:focus-within {
    color: #462a16;
  }

  .lg\:focus-within\:text-orange-darker:focus-within {
    color: #613b1f;
  }

  .lg\:focus-within\:text-orange-dark:focus-within {
    color: #de751f;
  }

  .lg\:focus-within\:text-orange:focus-within {
    color: #f6993f;
  }

  .lg\:focus-within\:text-orange-light:focus-within {
    color: #faad63;
  }

  .lg\:focus-within\:text-orange-lighter:focus-within {
    color: #fcd9b6;
  }

  .lg\:focus-within\:text-orange-lightest:focus-within {
    color: #fff5eb;
  }

  .lg\:focus-within\:text-yellow-darkest:focus-within {
    color: #453411;
  }

  .lg\:focus-within\:text-yellow-darker:focus-within {
    color: #684f1d;
  }

  .lg\:focus-within\:text-yellow-dark:focus-within {
    color: #f2d024;
  }

  .lg\:focus-within\:text-yellow:focus-within {
    color: #ffed4a;
  }

  .lg\:focus-within\:text-yellow-light:focus-within {
    color: #fff382;
  }

  .lg\:focus-within\:text-yellow-lighter:focus-within {
    color: #fff9c2;
  }

  .lg\:focus-within\:text-yellow-lightest:focus-within {
    color: #fcfbeb;
  }

  .lg\:focus-within\:text-green-darkest:focus-within {
    color: #0f2f21;
  }

  .lg\:focus-within\:text-green-darker:focus-within {
    color: #1a4731;
  }

  .lg\:focus-within\:text-green-dark:focus-within {
    color: #1f9d55;
  }

  .lg\:focus-within\:text-green:focus-within {
    color: #38c172;
  }

  .lg\:focus-within\:text-green-light:focus-within {
    color: #51d88a;
  }

  .lg\:focus-within\:text-green-lighter:focus-within {
    color: #a2f5bf;
  }

  .lg\:focus-within\:text-green-lightest:focus-within {
    color: #e3fcec;
  }

  .lg\:focus-within\:text-teal-darkest:focus-within {
    color: #0d3331;
  }

  .lg\:focus-within\:text-teal-darker:focus-within {
    color: #20504f;
  }

  .lg\:focus-within\:text-teal-dark:focus-within {
    color: #38a89d;
  }

  .lg\:focus-within\:text-teal:focus-within {
    color: #4dc0b5;
  }

  .lg\:focus-within\:text-teal-light:focus-within {
    color: #64d5ca;
  }

  .lg\:focus-within\:text-teal-lighter:focus-within {
    color: #a0f0ed;
  }

  .lg\:focus-within\:text-teal-lightest:focus-within {
    color: #e8fffe;
  }

  .lg\:focus-within\:text-blue-darkest:focus-within {
    color: #12283a;
  }

  .lg\:focus-within\:text-blue-darker:focus-within {
    color: #1c3d5a;
  }

  .lg\:focus-within\:text-blue-dark:focus-within {
    color: #2779bd;
  }

  .lg\:focus-within\:text-blue:focus-within {
    color: #3490dc;
  }

  .lg\:focus-within\:text-blue-light:focus-within {
    color: #6cb2eb;
  }

  .lg\:focus-within\:text-blue-lighter:focus-within {
    color: #bcdefa;
  }

  .lg\:focus-within\:text-blue-lightest:focus-within {
    color: #eff8ff;
  }

  .lg\:focus-within\:text-indigo-darkest:focus-within {
    color: #191e38;
  }

  .lg\:focus-within\:text-indigo-darker:focus-within {
    color: #2f365f;
  }

  .lg\:focus-within\:text-indigo-dark:focus-within {
    color: #5661b3;
  }

  .lg\:focus-within\:text-indigo:focus-within {
    color: #6574cd;
  }

  .lg\:focus-within\:text-indigo-light:focus-within {
    color: #7886d7;
  }

  .lg\:focus-within\:text-indigo-lighter:focus-within {
    color: #b2b7ff;
  }

  .lg\:focus-within\:text-indigo-lightest:focus-within {
    color: #e6e8ff;
  }

  .lg\:focus-within\:text-purple-darkest:focus-within {
    color: #21183c;
  }

  .lg\:focus-within\:text-purple-darker:focus-within {
    color: #382b5f;
  }

  .lg\:focus-within\:text-purple-dark:focus-within {
    color: #794acf;
  }

  .lg\:focus-within\:text-purple:focus-within {
    color: #9561e2;
  }

  .lg\:focus-within\:text-purple-light:focus-within {
    color: #a779e9;
  }

  .lg\:focus-within\:text-purple-lighter:focus-within {
    color: #d6bbfc;
  }

  .lg\:focus-within\:text-purple-lightest:focus-within {
    color: #f3ebff;
  }

  .lg\:focus-within\:text-pink-darkest:focus-within {
    color: #451225;
  }

  .lg\:focus-within\:text-pink-darker:focus-within {
    color: #6f213f;
  }

  .lg\:focus-within\:text-pink-dark:focus-within {
    color: #eb5286;
  }

  .lg\:focus-within\:text-pink:focus-within {
    color: #f66d9b;
  }

  .lg\:focus-within\:text-pink-light:focus-within {
    color: #fa7ea8;
  }

  .lg\:focus-within\:text-pink-lighter:focus-within {
    color: #ffbbca;
  }

  .lg\:focus-within\:text-pink-lightest:focus-within {
    color: #ffebef;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-black:focus {
    color: #22292f;
  }

  .lg\:focus\:text-grey-darkest:focus {
    color: #3d4852;
  }

  .lg\:focus\:text-grey-darker:focus {
    color: #606f7b;
  }

  .lg\:focus\:text-grey-dark:focus {
    color: #8795a1;
  }

  .lg\:focus\:text-grey:focus {
    color: #b8c2cc;
  }

  .lg\:focus\:text-grey-light:focus {
    color: #dae1e7;
  }

  .lg\:focus\:text-grey-lighter:focus {
    color: #f1f5f8;
  }

  .lg\:focus\:text-grey-lightest:focus {
    color: #f8fafc;
  }

  .lg\:focus\:text-white:focus {
    color: #fff;
  }

  .lg\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }

  .lg\:focus\:text-red-darker:focus {
    color: #621b18;
  }

  .lg\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }

  .lg\:focus\:text-red:focus {
    color: #e3342f;
  }

  .lg\:focus\:text-red-light:focus {
    color: #ef5753;
  }

  .lg\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }

  .lg\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }

  .lg\:focus\:text-orange-darkest:focus {
    color: #462a16;
  }

  .lg\:focus\:text-orange-darker:focus {
    color: #613b1f;
  }

  .lg\:focus\:text-orange-dark:focus {
    color: #de751f;
  }

  .lg\:focus\:text-orange:focus {
    color: #f6993f;
  }

  .lg\:focus\:text-orange-light:focus {
    color: #faad63;
  }

  .lg\:focus\:text-orange-lighter:focus {
    color: #fcd9b6;
  }

  .lg\:focus\:text-orange-lightest:focus {
    color: #fff5eb;
  }

  .lg\:focus\:text-yellow-darkest:focus {
    color: #453411;
  }

  .lg\:focus\:text-yellow-darker:focus {
    color: #684f1d;
  }

  .lg\:focus\:text-yellow-dark:focus {
    color: #f2d024;
  }

  .lg\:focus\:text-yellow:focus {
    color: #ffed4a;
  }

  .lg\:focus\:text-yellow-light:focus {
    color: #fff382;
  }

  .lg\:focus\:text-yellow-lighter:focus {
    color: #fff9c2;
  }

  .lg\:focus\:text-yellow-lightest:focus {
    color: #fcfbeb;
  }

  .lg\:focus\:text-green-darkest:focus {
    color: #0f2f21;
  }

  .lg\:focus\:text-green-darker:focus {
    color: #1a4731;
  }

  .lg\:focus\:text-green-dark:focus {
    color: #1f9d55;
  }

  .lg\:focus\:text-green:focus {
    color: #38c172;
  }

  .lg\:focus\:text-green-light:focus {
    color: #51d88a;
  }

  .lg\:focus\:text-green-lighter:focus {
    color: #a2f5bf;
  }

  .lg\:focus\:text-green-lightest:focus {
    color: #e3fcec;
  }

  .lg\:focus\:text-teal-darkest:focus {
    color: #0d3331;
  }

  .lg\:focus\:text-teal-darker:focus {
    color: #20504f;
  }

  .lg\:focus\:text-teal-dark:focus {
    color: #38a89d;
  }

  .lg\:focus\:text-teal:focus {
    color: #4dc0b5;
  }

  .lg\:focus\:text-teal-light:focus {
    color: #64d5ca;
  }

  .lg\:focus\:text-teal-lighter:focus {
    color: #a0f0ed;
  }

  .lg\:focus\:text-teal-lightest:focus {
    color: #e8fffe;
  }

  .lg\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }

  .lg\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }

  .lg\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }

  .lg\:focus\:text-blue:focus {
    color: #3490dc;
  }

  .lg\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }

  .lg\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }

  .lg\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }

  .lg\:focus\:text-indigo-darkest:focus {
    color: #191e38;
  }

  .lg\:focus\:text-indigo-darker:focus {
    color: #2f365f;
  }

  .lg\:focus\:text-indigo-dark:focus {
    color: #5661b3;
  }

  .lg\:focus\:text-indigo:focus {
    color: #6574cd;
  }

  .lg\:focus\:text-indigo-light:focus {
    color: #7886d7;
  }

  .lg\:focus\:text-indigo-lighter:focus {
    color: #b2b7ff;
  }

  .lg\:focus\:text-indigo-lightest:focus {
    color: #e6e8ff;
  }

  .lg\:focus\:text-purple-darkest:focus {
    color: #21183c;
  }

  .lg\:focus\:text-purple-darker:focus {
    color: #382b5f;
  }

  .lg\:focus\:text-purple-dark:focus {
    color: #794acf;
  }

  .lg\:focus\:text-purple:focus {
    color: #9561e2;
  }

  .lg\:focus\:text-purple-light:focus {
    color: #a779e9;
  }

  .lg\:focus\:text-purple-lighter:focus {
    color: #d6bbfc;
  }

  .lg\:focus\:text-purple-lightest:focus {
    color: #f3ebff;
  }

  .lg\:focus\:text-pink-darkest:focus {
    color: #451225;
  }

  .lg\:focus\:text-pink-darker:focus {
    color: #6f213f;
  }

  .lg\:focus\:text-pink-dark:focus {
    color: #eb5286;
  }

  .lg\:focus\:text-pink:focus {
    color: #f66d9b;
  }

  .lg\:focus\:text-pink-light:focus {
    color: #fa7ea8;
  }

  .lg\:focus\:text-pink-lighter:focus {
    color: #ffbbca;
  }

  .lg\:focus\:text-pink-lightest:focus {
    color: #ffebef;
  }

  .lg\:active\:text-transparent:active {
    color: transparent;
  }

  .lg\:active\:text-black:active {
    color: #22292f;
  }

  .lg\:active\:text-grey-darkest:active {
    color: #3d4852;
  }

  .lg\:active\:text-grey-darker:active {
    color: #606f7b;
  }

  .lg\:active\:text-grey-dark:active {
    color: #8795a1;
  }

  .lg\:active\:text-grey:active {
    color: #b8c2cc;
  }

  .lg\:active\:text-grey-light:active {
    color: #dae1e7;
  }

  .lg\:active\:text-grey-lighter:active {
    color: #f1f5f8;
  }

  .lg\:active\:text-grey-lightest:active {
    color: #f8fafc;
  }

  .lg\:active\:text-white:active {
    color: #fff;
  }

  .lg\:active\:text-red-darkest:active {
    color: #3b0d0c;
  }

  .lg\:active\:text-red-darker:active {
    color: #621b18;
  }

  .lg\:active\:text-red-dark:active {
    color: #cc1f1a;
  }

  .lg\:active\:text-red:active {
    color: #e3342f;
  }

  .lg\:active\:text-red-light:active {
    color: #ef5753;
  }

  .lg\:active\:text-red-lighter:active {
    color: #f9acaa;
  }

  .lg\:active\:text-red-lightest:active {
    color: #fcebea;
  }

  .lg\:active\:text-orange-darkest:active {
    color: #462a16;
  }

  .lg\:active\:text-orange-darker:active {
    color: #613b1f;
  }

  .lg\:active\:text-orange-dark:active {
    color: #de751f;
  }

  .lg\:active\:text-orange:active {
    color: #f6993f;
  }

  .lg\:active\:text-orange-light:active {
    color: #faad63;
  }

  .lg\:active\:text-orange-lighter:active {
    color: #fcd9b6;
  }

  .lg\:active\:text-orange-lightest:active {
    color: #fff5eb;
  }

  .lg\:active\:text-yellow-darkest:active {
    color: #453411;
  }

  .lg\:active\:text-yellow-darker:active {
    color: #684f1d;
  }

  .lg\:active\:text-yellow-dark:active {
    color: #f2d024;
  }

  .lg\:active\:text-yellow:active {
    color: #ffed4a;
  }

  .lg\:active\:text-yellow-light:active {
    color: #fff382;
  }

  .lg\:active\:text-yellow-lighter:active {
    color: #fff9c2;
  }

  .lg\:active\:text-yellow-lightest:active {
    color: #fcfbeb;
  }

  .lg\:active\:text-green-darkest:active {
    color: #0f2f21;
  }

  .lg\:active\:text-green-darker:active {
    color: #1a4731;
  }

  .lg\:active\:text-green-dark:active {
    color: #1f9d55;
  }

  .lg\:active\:text-green:active {
    color: #38c172;
  }

  .lg\:active\:text-green-light:active {
    color: #51d88a;
  }

  .lg\:active\:text-green-lighter:active {
    color: #a2f5bf;
  }

  .lg\:active\:text-green-lightest:active {
    color: #e3fcec;
  }

  .lg\:active\:text-teal-darkest:active {
    color: #0d3331;
  }

  .lg\:active\:text-teal-darker:active {
    color: #20504f;
  }

  .lg\:active\:text-teal-dark:active {
    color: #38a89d;
  }

  .lg\:active\:text-teal:active {
    color: #4dc0b5;
  }

  .lg\:active\:text-teal-light:active {
    color: #64d5ca;
  }

  .lg\:active\:text-teal-lighter:active {
    color: #a0f0ed;
  }

  .lg\:active\:text-teal-lightest:active {
    color: #e8fffe;
  }

  .lg\:active\:text-blue-darkest:active {
    color: #12283a;
  }

  .lg\:active\:text-blue-darker:active {
    color: #1c3d5a;
  }

  .lg\:active\:text-blue-dark:active {
    color: #2779bd;
  }

  .lg\:active\:text-blue:active {
    color: #3490dc;
  }

  .lg\:active\:text-blue-light:active {
    color: #6cb2eb;
  }

  .lg\:active\:text-blue-lighter:active {
    color: #bcdefa;
  }

  .lg\:active\:text-blue-lightest:active {
    color: #eff8ff;
  }

  .lg\:active\:text-indigo-darkest:active {
    color: #191e38;
  }

  .lg\:active\:text-indigo-darker:active {
    color: #2f365f;
  }

  .lg\:active\:text-indigo-dark:active {
    color: #5661b3;
  }

  .lg\:active\:text-indigo:active {
    color: #6574cd;
  }

  .lg\:active\:text-indigo-light:active {
    color: #7886d7;
  }

  .lg\:active\:text-indigo-lighter:active {
    color: #b2b7ff;
  }

  .lg\:active\:text-indigo-lightest:active {
    color: #e6e8ff;
  }

  .lg\:active\:text-purple-darkest:active {
    color: #21183c;
  }

  .lg\:active\:text-purple-darker:active {
    color: #382b5f;
  }

  .lg\:active\:text-purple-dark:active {
    color: #794acf;
  }

  .lg\:active\:text-purple:active {
    color: #9561e2;
  }

  .lg\:active\:text-purple-light:active {
    color: #a779e9;
  }

  .lg\:active\:text-purple-lighter:active {
    color: #d6bbfc;
  }

  .lg\:active\:text-purple-lightest:active {
    color: #f3ebff;
  }

  .lg\:active\:text-pink-darkest:active {
    color: #451225;
  }

  .lg\:active\:text-pink-darker:active {
    color: #6f213f;
  }

  .lg\:active\:text-pink-dark:active {
    color: #eb5286;
  }

  .lg\:active\:text-pink:active {
    color: #f66d9b;
  }

  .lg\:active\:text-pink-light:active {
    color: #fa7ea8;
  }

  .lg\:active\:text-pink-lighter:active {
    color: #ffbbca;
  }

  .lg\:active\:text-pink-lightest:active {
    color: #ffebef;
  }

  .lg\:text-xs {
    font-size: .75rem;
  }

  .lg\:text-sm {
    font-size: .875rem;
  }

  .lg\:text-md {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .lg\:group-hover\:text-xs {
    font-size: .75rem;
  }

  .group:hover .lg\:group-hover\:text-sm {
    font-size: .875rem;
  }

  .group:hover .lg\:group-hover\:text-md {
    font-size: 1rem;
  }

  .group:hover .lg\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .lg\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .lg\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .lg\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .lg\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .lg\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .lg\:hover\:text-xs:hover {
    font-size: .75rem;
  }

  .lg\:hover\:text-sm:hover {
    font-size: .875rem;
  }

  .lg\:hover\:text-md:hover {
    font-size: 1rem;
  }

  .lg\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .lg\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .lg\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .lg\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .lg\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .lg\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .lg\:focus-within\:text-xs:focus-within {
    font-size: .75rem;
  }

  .lg\:focus-within\:text-sm:focus-within {
    font-size: .875rem;
  }

  .lg\:focus-within\:text-md:focus-within {
    font-size: 1rem;
  }

  .lg\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
  }

  .lg\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
  }

  .lg\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
  }

  .lg\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
  }

  .lg\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
  }

  .lg\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
  }

  .lg\:focus\:text-xs:focus {
    font-size: .75rem;
  }

  .lg\:focus\:text-sm:focus {
    font-size: .875rem;
  }

  .lg\:focus\:text-md:focus {
    font-size: 1rem;
  }

  .lg\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .lg\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .lg\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .lg\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .lg\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .lg\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .lg\:active\:text-xs:active {
    font-size: .75rem;
  }

  .lg\:active\:text-sm:active {
    font-size: .875rem;
  }

  .lg\:active\:text-md:active {
    font-size: 1rem;
  }

  .lg\:active\:text-lg:active {
    font-size: 1.125rem;
  }

  .lg\:active\:text-xl:active {
    font-size: 1.25rem;
  }

  .lg\:active\:text-2xl:active {
    font-size: 1.5rem;
  }

  .lg\:active\:text-3xl:active {
    font-size: 1.875rem;
  }

  .lg\:active\:text-4xl:active {
    font-size: 2.25rem;
  }

  .lg\:active\:text-5xl:active {
    font-size: 3rem;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:roman {
    font-style: normal;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .lg\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .lg\:group-hover\:roman {
    font-style: normal;
  }

  .group:hover .lg\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .lg\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .lg\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .lg\:group-hover\:normal-case {
    text-transform: none;
  }

  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none;
  }

  .group:hover .lg\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .lg\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:roman:hover {
    font-style: normal;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .lg\:focus-within\:roman:focus-within {
    font-style: normal;
  }

  .lg\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .lg\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .lg\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .lg\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .lg\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .lg\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:focus\:italic:focus {
    font-style: italic;
  }

  .lg\:focus\:roman:focus {
    font-style: normal;
  }

  .lg\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .lg\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .lg\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .lg\:focus\:normal-case:focus {
    text-transform: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:active\:italic:active {
    font-style: italic;
  }

  .lg\:active\:roman:active {
    font-style: normal;
  }

  .lg\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .lg\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .lg\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .lg\:active\:normal-case:active {
    text-transform: none;
  }

  .lg\:active\:underline:active {
    text-decoration: underline;
  }

  .lg\:active\:line-through:active {
    text-decoration: line-through;
  }

  .lg\:active\:no-underline:active {
    text-decoration: none;
  }

  .lg\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em;
  }

  .group:hover .lg\:group-hover\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .group:hover .lg\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .lg\:group-hover\:tracking-wide {
    letter-spacing: .05em;
  }

  .lg\:hover\:tracking-tight:hover {
    letter-spacing: -0.05em;
  }

  .lg\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .lg\:hover\:tracking-wide:hover {
    letter-spacing: .05em;
  }

  .lg\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.05em;
  }

  .lg\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0;
  }

  .lg\:focus-within\:tracking-wide:focus-within {
    letter-spacing: .05em;
  }

  .lg\:focus\:tracking-tight:focus {
    letter-spacing: -0.05em;
  }

  .lg\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .lg\:focus\:tracking-wide:focus {
    letter-spacing: .05em;
  }

  .lg\:active\:tracking-tight:active {
    letter-spacing: -0.05em;
  }

  .lg\:active\:tracking-normal:active {
    letter-spacing: 0;
  }

  .lg\:active\:tracking-wide:active {
    letter-spacing: .05em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .lg\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .lg\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .lg\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .lg\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .lg\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .lg\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .lg\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .lg\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .lg\:hover\:align-top:hover {
    vertical-align: top;
  }

  .lg\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .lg\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .lg\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .lg\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .lg\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .lg\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .lg\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .lg\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .lg\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .lg\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .lg\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .lg\:focus\:align-top:focus {
    vertical-align: top;
  }

  .lg\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .lg\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .lg\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .lg\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .lg\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .lg\:active\:align-top:active {
    vertical-align: top;
  }

  .lg\:active\:align-middle:active {
    vertical-align: middle;
  }

  .lg\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .lg\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .lg\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .group:hover .lg\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:invisible {
    visibility: hidden;
  }

  .lg\:hover\:visible:hover {
    visibility: visible;
  }

  .lg\:hover\:invisible:hover {
    visibility: hidden;
  }

  .lg\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .lg\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .lg\:focus\:visible:focus {
    visibility: visible;
  }

  .lg\:focus\:invisible:focus {
    visibility: hidden;
  }

  .lg\:active\:visible:active {
    visibility: visible;
  }

  .lg\:active\:invisible:active {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-words {
    word-wrap: break-word;
  }

  .lg\:break-normal {
    word-wrap: normal;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .lg\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .lg\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .lg\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .lg\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .lg\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .group:hover .lg\:group-hover\:break-words {
    word-wrap: break-word;
  }

  .group:hover .lg\:group-hover\:break-normal {
    word-wrap: normal;
  }

  .group:hover .lg\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .lg\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .lg\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .lg\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .lg\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .lg\:hover\:break-words:hover {
    word-wrap: break-word;
  }

  .lg\:hover\:break-normal:hover {
    word-wrap: normal;
  }

  .lg\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .lg\:focus-within\:whitespace-no-wrap:focus-within {
    white-space: nowrap;
  }

  .lg\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .lg\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .lg\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .lg\:focus-within\:break-words:focus-within {
    word-wrap: break-word;
  }

  .lg\:focus-within\:break-normal:focus-within {
    word-wrap: normal;
  }

  .lg\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .lg\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .lg\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .lg\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .lg\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .lg\:focus\:break-words:focus {
    word-wrap: break-word;
  }

  .lg\:focus\:break-normal:focus {
    word-wrap: normal;
  }

  .lg\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .lg\:active\:whitespace-no-wrap:active {
    white-space: nowrap;
  }

  .lg\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .lg\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .lg\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .lg\:active\:break-words:active {
    word-wrap: break-word;
  }

  .lg\:active\:break-normal:active {
    word-wrap: normal;
  }

  .lg\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-1 {
    width: .25rem;
  }

  .lg\:w-2 {
    width: .5rem;
  }

  .lg\:w-3 {
    width: .75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .group:hover .lg\:group-hover\:w-1 {
    width: .25rem;
  }

  .group:hover .lg\:group-hover\:w-2 {
    width: .5rem;
  }

  .group:hover .lg\:group-hover\:w-3 {
    width: .75rem;
  }

  .group:hover .lg\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .lg\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .lg\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .lg\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .lg\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .lg\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .lg\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .lg\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .lg\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .lg\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .lg\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .lg\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .lg\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .lg\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .lg\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-1\/3 {
    width: 33.33333%;
  }

  .group:hover .lg\:group-hover\:w-2\/3 {
    width: 66.66667%;
  }

  .group:hover .lg\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .lg\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .lg\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .lg\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .lg\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .lg\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .lg\:group-hover\:w-1\/6 {
    width: 16.66667%;
  }

  .group:hover .lg\:group-hover\:w-5\/6 {
    width: 83.33333%;
  }

  .group:hover .lg\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .lg\:group-hover\:w-screen {
    width: 100vw;
  }

  .lg\:hover\:w-1:hover {
    width: .25rem;
  }

  .lg\:hover\:w-2:hover {
    width: .5rem;
  }

  .lg\:hover\:w-3:hover {
    width: .75rem;
  }

  .lg\:hover\:w-4:hover {
    width: 1rem;
  }

  .lg\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .lg\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .lg\:hover\:w-8:hover {
    width: 2rem;
  }

  .lg\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .lg\:hover\:w-12:hover {
    width: 3rem;
  }

  .lg\:hover\:w-16:hover {
    width: 4rem;
  }

  .lg\:hover\:w-24:hover {
    width: 6rem;
  }

  .lg\:hover\:w-32:hover {
    width: 8rem;
  }

  .lg\:hover\:w-48:hover {
    width: 12rem;
  }

  .lg\:hover\:w-56:hover {
    width: 14rem;
  }

  .lg\:hover\:w-64:hover {
    width: 16rem;
  }

  .lg\:hover\:w-auto:hover {
    width: auto;
  }

  .lg\:hover\:w-px:hover {
    width: 1px;
  }

  .lg\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .lg\:hover\:w-1\/3:hover {
    width: 33.33333%;
  }

  .lg\:hover\:w-2\/3:hover {
    width: 66.66667%;
  }

  .lg\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .lg\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .lg\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .lg\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .lg\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .lg\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .lg\:hover\:w-1\/6:hover {
    width: 16.66667%;
  }

  .lg\:hover\:w-5\/6:hover {
    width: 83.33333%;
  }

  .lg\:hover\:w-full:hover {
    width: 100%;
  }

  .lg\:hover\:w-screen:hover {
    width: 100vw;
  }

  .lg\:focus-within\:w-1:focus-within {
    width: .25rem;
  }

  .lg\:focus-within\:w-2:focus-within {
    width: .5rem;
  }

  .lg\:focus-within\:w-3:focus-within {
    width: .75rem;
  }

  .lg\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .lg\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .lg\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .lg\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .lg\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .lg\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .lg\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .lg\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .lg\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .lg\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .lg\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .lg\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .lg\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .lg\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .lg\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-1\/3:focus-within {
    width: 33.33333%;
  }

  .lg\:focus-within\:w-2\/3:focus-within {
    width: 66.66667%;
  }

  .lg\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .lg\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .lg\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .lg\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .lg\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .lg\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .lg\:focus-within\:w-1\/6:focus-within {
    width: 16.66667%;
  }

  .lg\:focus-within\:w-5\/6:focus-within {
    width: 83.33333%;
  }

  .lg\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .lg\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .lg\:focus\:w-1:focus {
    width: .25rem;
  }

  .lg\:focus\:w-2:focus {
    width: .5rem;
  }

  .lg\:focus\:w-3:focus {
    width: .75rem;
  }

  .lg\:focus\:w-4:focus {
    width: 1rem;
  }

  .lg\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .lg\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .lg\:focus\:w-8:focus {
    width: 2rem;
  }

  .lg\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .lg\:focus\:w-12:focus {
    width: 3rem;
  }

  .lg\:focus\:w-16:focus {
    width: 4rem;
  }

  .lg\:focus\:w-24:focus {
    width: 6rem;
  }

  .lg\:focus\:w-32:focus {
    width: 8rem;
  }

  .lg\:focus\:w-48:focus {
    width: 12rem;
  }

  .lg\:focus\:w-56:focus {
    width: 14rem;
  }

  .lg\:focus\:w-64:focus {
    width: 16rem;
  }

  .lg\:focus\:w-auto:focus {
    width: auto;
  }

  .lg\:focus\:w-px:focus {
    width: 1px;
  }

  .lg\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .lg\:focus\:w-1\/3:focus {
    width: 33.33333%;
  }

  .lg\:focus\:w-2\/3:focus {
    width: 66.66667%;
  }

  .lg\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .lg\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .lg\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .lg\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .lg\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .lg\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .lg\:focus\:w-1\/6:focus {
    width: 16.66667%;
  }

  .lg\:focus\:w-5\/6:focus {
    width: 83.33333%;
  }

  .lg\:focus\:w-full:focus {
    width: 100%;
  }

  .lg\:focus\:w-screen:focus {
    width: 100vw;
  }

  .lg\:active\:w-1:active {
    width: .25rem;
  }

  .lg\:active\:w-2:active {
    width: .5rem;
  }

  .lg\:active\:w-3:active {
    width: .75rem;
  }

  .lg\:active\:w-4:active {
    width: 1rem;
  }

  .lg\:active\:w-5:active {
    width: 1.25rem;
  }

  .lg\:active\:w-6:active {
    width: 1.5rem;
  }

  .lg\:active\:w-8:active {
    width: 2rem;
  }

  .lg\:active\:w-10:active {
    width: 2.5rem;
  }

  .lg\:active\:w-12:active {
    width: 3rem;
  }

  .lg\:active\:w-16:active {
    width: 4rem;
  }

  .lg\:active\:w-24:active {
    width: 6rem;
  }

  .lg\:active\:w-32:active {
    width: 8rem;
  }

  .lg\:active\:w-48:active {
    width: 12rem;
  }

  .lg\:active\:w-56:active {
    width: 14rem;
  }

  .lg\:active\:w-64:active {
    width: 16rem;
  }

  .lg\:active\:w-auto:active {
    width: auto;
  }

  .lg\:active\:w-px:active {
    width: 1px;
  }

  .lg\:active\:w-1\/2:active {
    width: 50%;
  }

  .lg\:active\:w-1\/3:active {
    width: 33.33333%;
  }

  .lg\:active\:w-2\/3:active {
    width: 66.66667%;
  }

  .lg\:active\:w-1\/4:active {
    width: 25%;
  }

  .lg\:active\:w-3\/4:active {
    width: 75%;
  }

  .lg\:active\:w-1\/5:active {
    width: 20%;
  }

  .lg\:active\:w-2\/5:active {
    width: 40%;
  }

  .lg\:active\:w-3\/5:active {
    width: 60%;
  }

  .lg\:active\:w-4\/5:active {
    width: 80%;
  }

  .lg\:active\:w-1\/6:active {
    width: 16.66667%;
  }

  .lg\:active\:w-5\/6:active {
    width: 83.33333%;
  }

  .lg\:active\:w-full:active {
    width: 100%;
  }

  .lg\:active\:w-screen:active {
    width: 100vw;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .group:hover .lg\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .lg\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .lg\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .lg\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .lg\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .lg\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .lg\:group-hover\:z-auto {
    z-index: auto;
  }

  .lg\:hover\:z-0:hover {
    z-index: 0;
  }

  .lg\:hover\:z-10:hover {
    z-index: 10;
  }

  .lg\:hover\:z-20:hover {
    z-index: 20;
  }

  .lg\:hover\:z-30:hover {
    z-index: 30;
  }

  .lg\:hover\:z-40:hover {
    z-index: 40;
  }

  .lg\:hover\:z-50:hover {
    z-index: 50;
  }

  .lg\:hover\:z-auto:hover {
    z-index: auto;
  }

  .lg\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .lg\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .lg\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .lg\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .lg\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .lg\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .lg\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .lg\:focus\:z-0:focus {
    z-index: 0;
  }

  .lg\:focus\:z-10:focus {
    z-index: 10;
  }

  .lg\:focus\:z-20:focus {
    z-index: 20;
  }

  .lg\:focus\:z-30:focus {
    z-index: 30;
  }

  .lg\:focus\:z-40:focus {
    z-index: 40;
  }

  .lg\:focus\:z-50:focus {
    z-index: 50;
  }

  .lg\:focus\:z-auto:focus {
    z-index: auto;
  }

  .lg\:active\:z-0:active {
    z-index: 0;
  }

  .lg\:active\:z-10:active {
    z-index: 10;
  }

  .lg\:active\:z-20:active {
    z-index: 20;
  }

  .lg\:active\:z-30:active {
    z-index: 30;
  }

  .lg\:active\:z-40:active {
    z-index: 40;
  }

  .lg\:active\:z-50:active {
    z-index: 50;
  }

  .lg\:active\:z-auto:active {
    z-index: auto;
  }
}

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .group:hover .xl\:group-hover\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:hover\:list-reset:hover {
    list-style: none;
    padding: 0;
  }

  .xl\:focus-within\:list-reset:focus-within {
    list-style: none;
    padding: 0;
  }

  .xl\:focus\:list-reset:focus {
    list-style: none;
    padding: 0;
  }

  .xl\:active\:list-reset:active {
    list-style: none;
    padding: 0;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .group:hover .xl\:group-hover\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:hover\:appearance-none:hover {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:focus-within\:appearance-none:focus-within {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:focus\:appearance-none:focus {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:active\:appearance-none:active {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .group:hover .xl\:group-hover\:bg-fixed {
    background-attachment: fixed;
  }

  .group:hover .xl\:group-hover\:bg-local {
    background-attachment: local;
  }

  .group:hover .xl\:group-hover\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:hover\:bg-fixed:hover {
    background-attachment: fixed;
  }

  .xl\:hover\:bg-local:hover {
    background-attachment: local;
  }

  .xl\:hover\:bg-scroll:hover {
    background-attachment: scroll;
  }

  .xl\:focus-within\:bg-fixed:focus-within {
    background-attachment: fixed;
  }

  .xl\:focus-within\:bg-local:focus-within {
    background-attachment: local;
  }

  .xl\:focus-within\:bg-scroll:focus-within {
    background-attachment: scroll;
  }

  .xl\:focus\:bg-fixed:focus {
    background-attachment: fixed;
  }

  .xl\:focus\:bg-local:focus {
    background-attachment: local;
  }

  .xl\:focus\:bg-scroll:focus {
    background-attachment: scroll;
  }

  .xl\:active\:bg-fixed:active {
    background-attachment: fixed;
  }

  .xl\:active\:bg-local:active {
    background-attachment: local;
  }

  .xl\:active\:bg-scroll:active {
    background-attachment: scroll;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-black {
    background-color: #22292f;
  }

  .xl\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .xl\:bg-grey-darker {
    background-color: #606f7b;
  }

  .xl\:bg-grey-dark {
    background-color: #8795a1;
  }

  .xl\:bg-grey {
    background-color: #b8c2cc;
  }

  .xl\:bg-grey-light {
    background-color: #dae1e7;
  }

  .xl\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .xl\:bg-grey-lightest {
    background-color: #f8fafc;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .xl\:bg-red-darker {
    background-color: #621b18;
  }

  .xl\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .xl\:bg-red {
    background-color: #e3342f;
  }

  .xl\:bg-red-light {
    background-color: #ef5753;
  }

  .xl\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .xl\:bg-red-lightest {
    background-color: #fcebea;
  }

  .xl\:bg-orange-darkest {
    background-color: #462a16;
  }

  .xl\:bg-orange-darker {
    background-color: #613b1f;
  }

  .xl\:bg-orange-dark {
    background-color: #de751f;
  }

  .xl\:bg-orange {
    background-color: #f6993f;
  }

  .xl\:bg-orange-light {
    background-color: #faad63;
  }

  .xl\:bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .xl\:bg-orange-lightest {
    background-color: #fff5eb;
  }

  .xl\:bg-yellow-darkest {
    background-color: #453411;
  }

  .xl\:bg-yellow-darker {
    background-color: #684f1d;
  }

  .xl\:bg-yellow-dark {
    background-color: #f2d024;
  }

  .xl\:bg-yellow {
    background-color: #ffed4a;
  }

  .xl\:bg-yellow-light {
    background-color: #fff382;
  }

  .xl\:bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .xl\:bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .xl\:bg-green-darkest {
    background-color: #0f2f21;
  }

  .xl\:bg-green-darker {
    background-color: #1a4731;
  }

  .xl\:bg-green-dark {
    background-color: #1f9d55;
  }

  .xl\:bg-green {
    background-color: #38c172;
  }

  .xl\:bg-green-light {
    background-color: #51d88a;
  }

  .xl\:bg-green-lighter {
    background-color: #a2f5bf;
  }

  .xl\:bg-green-lightest {
    background-color: #e3fcec;
  }

  .xl\:bg-teal-darkest {
    background-color: #0d3331;
  }

  .xl\:bg-teal-darker {
    background-color: #20504f;
  }

  .xl\:bg-teal-dark {
    background-color: #38a89d;
  }

  .xl\:bg-teal {
    background-color: #4dc0b5;
  }

  .xl\:bg-teal-light {
    background-color: #64d5ca;
  }

  .xl\:bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .xl\:bg-teal-lightest {
    background-color: #e8fffe;
  }

  .xl\:bg-blue-darkest {
    background-color: #12283a;
  }

  .xl\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .xl\:bg-blue-dark {
    background-color: #2779bd;
  }

  .xl\:bg-blue {
    background-color: #3490dc;
  }

  .xl\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .xl\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .xl\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .xl\:bg-indigo-darkest {
    background-color: #191e38;
  }

  .xl\:bg-indigo-darker {
    background-color: #2f365f;
  }

  .xl\:bg-indigo-dark {
    background-color: #5661b3;
  }

  .xl\:bg-indigo {
    background-color: #6574cd;
  }

  .xl\:bg-indigo-light {
    background-color: #7886d7;
  }

  .xl\:bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .xl\:bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .xl\:bg-purple-darkest {
    background-color: #21183c;
  }

  .xl\:bg-purple-darker {
    background-color: #382b5f;
  }

  .xl\:bg-purple-dark {
    background-color: #794acf;
  }

  .xl\:bg-purple {
    background-color: #9561e2;
  }

  .xl\:bg-purple-light {
    background-color: #a779e9;
  }

  .xl\:bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .xl\:bg-purple-lightest {
    background-color: #f3ebff;
  }

  .xl\:bg-pink-darkest {
    background-color: #451225;
  }

  .xl\:bg-pink-darker {
    background-color: #6f213f;
  }

  .xl\:bg-pink-dark {
    background-color: #eb5286;
  }

  .xl\:bg-pink {
    background-color: #f66d9b;
  }

  .xl\:bg-pink-light {
    background-color: #fa7ea8;
  }

  .xl\:bg-pink-lighter {
    background-color: #ffbbca;
  }

  .xl\:bg-pink-lightest {
    background-color: #ffebef;
  }

  .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xl\:group-hover\:bg-black {
    background-color: #22292f;
  }

  .group:hover .xl\:group-hover\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .group:hover .xl\:group-hover\:bg-grey-darker {
    background-color: #606f7b;
  }

  .group:hover .xl\:group-hover\:bg-grey-dark {
    background-color: #8795a1;
  }

  .group:hover .xl\:group-hover\:bg-grey {
    background-color: #b8c2cc;
  }

  .group:hover .xl\:group-hover\:bg-grey-light {
    background-color: #dae1e7;
  }

  .group:hover .xl\:group-hover\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .group:hover .xl\:group-hover\:bg-grey-lightest {
    background-color: #f8fafc;
  }

  .group:hover .xl\:group-hover\:bg-white {
    background-color: #fff;
  }

  .group:hover .xl\:group-hover\:bg-red-darkest {
    background-color: #3b0d0c;
  }

  .group:hover .xl\:group-hover\:bg-red-darker {
    background-color: #621b18;
  }

  .group:hover .xl\:group-hover\:bg-red-dark {
    background-color: #cc1f1a;
  }

  .group:hover .xl\:group-hover\:bg-red {
    background-color: #e3342f;
  }

  .group:hover .xl\:group-hover\:bg-red-light {
    background-color: #ef5753;
  }

  .group:hover .xl\:group-hover\:bg-red-lighter {
    background-color: #f9acaa;
  }

  .group:hover .xl\:group-hover\:bg-red-lightest {
    background-color: #fcebea;
  }

  .group:hover .xl\:group-hover\:bg-orange-darkest {
    background-color: #462a16;
  }

  .group:hover .xl\:group-hover\:bg-orange-darker {
    background-color: #613b1f;
  }

  .group:hover .xl\:group-hover\:bg-orange-dark {
    background-color: #de751f;
  }

  .group:hover .xl\:group-hover\:bg-orange {
    background-color: #f6993f;
  }

  .group:hover .xl\:group-hover\:bg-orange-light {
    background-color: #faad63;
  }

  .group:hover .xl\:group-hover\:bg-orange-lighter {
    background-color: #fcd9b6;
  }

  .group:hover .xl\:group-hover\:bg-orange-lightest {
    background-color: #fff5eb;
  }

  .group:hover .xl\:group-hover\:bg-yellow-darkest {
    background-color: #453411;
  }

  .group:hover .xl\:group-hover\:bg-yellow-darker {
    background-color: #684f1d;
  }

  .group:hover .xl\:group-hover\:bg-yellow-dark {
    background-color: #f2d024;
  }

  .group:hover .xl\:group-hover\:bg-yellow {
    background-color: #ffed4a;
  }

  .group:hover .xl\:group-hover\:bg-yellow-light {
    background-color: #fff382;
  }

  .group:hover .xl\:group-hover\:bg-yellow-lighter {
    background-color: #fff9c2;
  }

  .group:hover .xl\:group-hover\:bg-yellow-lightest {
    background-color: #fcfbeb;
  }

  .group:hover .xl\:group-hover\:bg-green-darkest {
    background-color: #0f2f21;
  }

  .group:hover .xl\:group-hover\:bg-green-darker {
    background-color: #1a4731;
  }

  .group:hover .xl\:group-hover\:bg-green-dark {
    background-color: #1f9d55;
  }

  .group:hover .xl\:group-hover\:bg-green {
    background-color: #38c172;
  }

  .group:hover .xl\:group-hover\:bg-green-light {
    background-color: #51d88a;
  }

  .group:hover .xl\:group-hover\:bg-green-lighter {
    background-color: #a2f5bf;
  }

  .group:hover .xl\:group-hover\:bg-green-lightest {
    background-color: #e3fcec;
  }

  .group:hover .xl\:group-hover\:bg-teal-darkest {
    background-color: #0d3331;
  }

  .group:hover .xl\:group-hover\:bg-teal-darker {
    background-color: #20504f;
  }

  .group:hover .xl\:group-hover\:bg-teal-dark {
    background-color: #38a89d;
  }

  .group:hover .xl\:group-hover\:bg-teal {
    background-color: #4dc0b5;
  }

  .group:hover .xl\:group-hover\:bg-teal-light {
    background-color: #64d5ca;
  }

  .group:hover .xl\:group-hover\:bg-teal-lighter {
    background-color: #a0f0ed;
  }

  .group:hover .xl\:group-hover\:bg-teal-lightest {
    background-color: #e8fffe;
  }

  .group:hover .xl\:group-hover\:bg-blue-darkest {
    background-color: #12283a;
  }

  .group:hover .xl\:group-hover\:bg-blue-darker {
    background-color: #1c3d5a;
  }

  .group:hover .xl\:group-hover\:bg-blue-dark {
    background-color: #2779bd;
  }

  .group:hover .xl\:group-hover\:bg-blue {
    background-color: #3490dc;
  }

  .group:hover .xl\:group-hover\:bg-blue-light {
    background-color: #6cb2eb;
  }

  .group:hover .xl\:group-hover\:bg-blue-lighter {
    background-color: #bcdefa;
  }

  .group:hover .xl\:group-hover\:bg-blue-lightest {
    background-color: #eff8ff;
  }

  .group:hover .xl\:group-hover\:bg-indigo-darkest {
    background-color: #191e38;
  }

  .group:hover .xl\:group-hover\:bg-indigo-darker {
    background-color: #2f365f;
  }

  .group:hover .xl\:group-hover\:bg-indigo-dark {
    background-color: #5661b3;
  }

  .group:hover .xl\:group-hover\:bg-indigo {
    background-color: #6574cd;
  }

  .group:hover .xl\:group-hover\:bg-indigo-light {
    background-color: #7886d7;
  }

  .group:hover .xl\:group-hover\:bg-indigo-lighter {
    background-color: #b2b7ff;
  }

  .group:hover .xl\:group-hover\:bg-indigo-lightest {
    background-color: #e6e8ff;
  }

  .group:hover .xl\:group-hover\:bg-purple-darkest {
    background-color: #21183c;
  }

  .group:hover .xl\:group-hover\:bg-purple-darker {
    background-color: #382b5f;
  }

  .group:hover .xl\:group-hover\:bg-purple-dark {
    background-color: #794acf;
  }

  .group:hover .xl\:group-hover\:bg-purple {
    background-color: #9561e2;
  }

  .group:hover .xl\:group-hover\:bg-purple-light {
    background-color: #a779e9;
  }

  .group:hover .xl\:group-hover\:bg-purple-lighter {
    background-color: #d6bbfc;
  }

  .group:hover .xl\:group-hover\:bg-purple-lightest {
    background-color: #f3ebff;
  }

  .group:hover .xl\:group-hover\:bg-pink-darkest {
    background-color: #451225;
  }

  .group:hover .xl\:group-hover\:bg-pink-darker {
    background-color: #6f213f;
  }

  .group:hover .xl\:group-hover\:bg-pink-dark {
    background-color: #eb5286;
  }

  .group:hover .xl\:group-hover\:bg-pink {
    background-color: #f66d9b;
  }

  .group:hover .xl\:group-hover\:bg-pink-light {
    background-color: #fa7ea8;
  }

  .group:hover .xl\:group-hover\:bg-pink-lighter {
    background-color: #ffbbca;
  }

  .group:hover .xl\:group-hover\:bg-pink-lightest {
    background-color: #ffebef;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #22292f;
  }

  .xl\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852;
  }

  .xl\:hover\:bg-grey-darker:hover {
    background-color: #606f7b;
  }

  .xl\:hover\:bg-grey-dark:hover {
    background-color: #8795a1;
  }

  .xl\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .xl\:hover\:bg-grey-light:hover {
    background-color: #dae1e7;
  }

  .xl\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8;
  }

  .xl\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c;
  }

  .xl\:hover\:bg-red-darker:hover {
    background-color: #621b18;
  }

  .xl\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a;
  }

  .xl\:hover\:bg-red:hover {
    background-color: #e3342f;
  }

  .xl\:hover\:bg-red-light:hover {
    background-color: #ef5753;
  }

  .xl\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa;
  }

  .xl\:hover\:bg-red-lightest:hover {
    background-color: #fcebea;
  }

  .xl\:hover\:bg-orange-darkest:hover {
    background-color: #462a16;
  }

  .xl\:hover\:bg-orange-darker:hover {
    background-color: #613b1f;
  }

  .xl\:hover\:bg-orange-dark:hover {
    background-color: #de751f;
  }

  .xl\:hover\:bg-orange:hover {
    background-color: #f6993f;
  }

  .xl\:hover\:bg-orange-light:hover {
    background-color: #faad63;
  }

  .xl\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6;
  }

  .xl\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb;
  }

  .xl\:hover\:bg-yellow-darkest:hover {
    background-color: #453411;
  }

  .xl\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d;
  }

  .xl\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024;
  }

  .xl\:hover\:bg-yellow:hover {
    background-color: #ffed4a;
  }

  .xl\:hover\:bg-yellow-light:hover {
    background-color: #fff382;
  }

  .xl\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2;
  }

  .xl\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb;
  }

  .xl\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21;
  }

  .xl\:hover\:bg-green-darker:hover {
    background-color: #1a4731;
  }

  .xl\:hover\:bg-green-dark:hover {
    background-color: #1f9d55;
  }

  .xl\:hover\:bg-green:hover {
    background-color: #38c172;
  }

  .xl\:hover\:bg-green-light:hover {
    background-color: #51d88a;
  }

  .xl\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf;
  }

  .xl\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec;
  }

  .xl\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331;
  }

  .xl\:hover\:bg-teal-darker:hover {
    background-color: #20504f;
  }

  .xl\:hover\:bg-teal-dark:hover {
    background-color: #38a89d;
  }

  .xl\:hover\:bg-teal:hover {
    background-color: #4dc0b5;
  }

  .xl\:hover\:bg-teal-light:hover {
    background-color: #64d5ca;
  }

  .xl\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed;
  }

  .xl\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe;
  }

  .xl\:hover\:bg-blue-darkest:hover {
    background-color: #12283a;
  }

  .xl\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a;
  }

  .xl\:hover\:bg-blue-dark:hover {
    background-color: #2779bd;
  }

  .xl\:hover\:bg-blue:hover {
    background-color: #3490dc;
  }

  .xl\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb;
  }

  .xl\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa;
  }

  .xl\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff;
  }

  .xl\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38;
  }

  .xl\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f;
  }

  .xl\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3;
  }

  .xl\:hover\:bg-indigo:hover {
    background-color: #6574cd;
  }

  .xl\:hover\:bg-indigo-light:hover {
    background-color: #7886d7;
  }

  .xl\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff;
  }

  .xl\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff;
  }

  .xl\:hover\:bg-purple-darkest:hover {
    background-color: #21183c;
  }

  .xl\:hover\:bg-purple-darker:hover {
    background-color: #382b5f;
  }

  .xl\:hover\:bg-purple-dark:hover {
    background-color: #794acf;
  }

  .xl\:hover\:bg-purple:hover {
    background-color: #9561e2;
  }

  .xl\:hover\:bg-purple-light:hover {
    background-color: #a779e9;
  }

  .xl\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc;
  }

  .xl\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff;
  }

  .xl\:hover\:bg-pink-darkest:hover {
    background-color: #451225;
  }

  .xl\:hover\:bg-pink-darker:hover {
    background-color: #6f213f;
  }

  .xl\:hover\:bg-pink-dark:hover {
    background-color: #eb5286;
  }

  .xl\:hover\:bg-pink:hover {
    background-color: #f66d9b;
  }

  .xl\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8;
  }

  .xl\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca;
  }

  .xl\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef;
  }

  .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .xl\:focus-within\:bg-black:focus-within {
    background-color: #22292f;
  }

  .xl\:focus-within\:bg-grey-darkest:focus-within {
    background-color: #3d4852;
  }

  .xl\:focus-within\:bg-grey-darker:focus-within {
    background-color: #606f7b;
  }

  .xl\:focus-within\:bg-grey-dark:focus-within {
    background-color: #8795a1;
  }

  .xl\:focus-within\:bg-grey:focus-within {
    background-color: #b8c2cc;
  }

  .xl\:focus-within\:bg-grey-light:focus-within {
    background-color: #dae1e7;
  }

  .xl\:focus-within\:bg-grey-lighter:focus-within {
    background-color: #f1f5f8;
  }

  .xl\:focus-within\:bg-grey-lightest:focus-within {
    background-color: #f8fafc;
  }

  .xl\:focus-within\:bg-white:focus-within {
    background-color: #fff;
  }

  .xl\:focus-within\:bg-red-darkest:focus-within {
    background-color: #3b0d0c;
  }

  .xl\:focus-within\:bg-red-darker:focus-within {
    background-color: #621b18;
  }

  .xl\:focus-within\:bg-red-dark:focus-within {
    background-color: #cc1f1a;
  }

  .xl\:focus-within\:bg-red:focus-within {
    background-color: #e3342f;
  }

  .xl\:focus-within\:bg-red-light:focus-within {
    background-color: #ef5753;
  }

  .xl\:focus-within\:bg-red-lighter:focus-within {
    background-color: #f9acaa;
  }

  .xl\:focus-within\:bg-red-lightest:focus-within {
    background-color: #fcebea;
  }

  .xl\:focus-within\:bg-orange-darkest:focus-within {
    background-color: #462a16;
  }

  .xl\:focus-within\:bg-orange-darker:focus-within {
    background-color: #613b1f;
  }

  .xl\:focus-within\:bg-orange-dark:focus-within {
    background-color: #de751f;
  }

  .xl\:focus-within\:bg-orange:focus-within {
    background-color: #f6993f;
  }

  .xl\:focus-within\:bg-orange-light:focus-within {
    background-color: #faad63;
  }

  .xl\:focus-within\:bg-orange-lighter:focus-within {
    background-color: #fcd9b6;
  }

  .xl\:focus-within\:bg-orange-lightest:focus-within {
    background-color: #fff5eb;
  }

  .xl\:focus-within\:bg-yellow-darkest:focus-within {
    background-color: #453411;
  }

  .xl\:focus-within\:bg-yellow-darker:focus-within {
    background-color: #684f1d;
  }

  .xl\:focus-within\:bg-yellow-dark:focus-within {
    background-color: #f2d024;
  }

  .xl\:focus-within\:bg-yellow:focus-within {
    background-color: #ffed4a;
  }

  .xl\:focus-within\:bg-yellow-light:focus-within {
    background-color: #fff382;
  }

  .xl\:focus-within\:bg-yellow-lighter:focus-within {
    background-color: #fff9c2;
  }

  .xl\:focus-within\:bg-yellow-lightest:focus-within {
    background-color: #fcfbeb;
  }

  .xl\:focus-within\:bg-green-darkest:focus-within {
    background-color: #0f2f21;
  }

  .xl\:focus-within\:bg-green-darker:focus-within {
    background-color: #1a4731;
  }

  .xl\:focus-within\:bg-green-dark:focus-within {
    background-color: #1f9d55;
  }

  .xl\:focus-within\:bg-green:focus-within {
    background-color: #38c172;
  }

  .xl\:focus-within\:bg-green-light:focus-within {
    background-color: #51d88a;
  }

  .xl\:focus-within\:bg-green-lighter:focus-within {
    background-color: #a2f5bf;
  }

  .xl\:focus-within\:bg-green-lightest:focus-within {
    background-color: #e3fcec;
  }

  .xl\:focus-within\:bg-teal-darkest:focus-within {
    background-color: #0d3331;
  }

  .xl\:focus-within\:bg-teal-darker:focus-within {
    background-color: #20504f;
  }

  .xl\:focus-within\:bg-teal-dark:focus-within {
    background-color: #38a89d;
  }

  .xl\:focus-within\:bg-teal:focus-within {
    background-color: #4dc0b5;
  }

  .xl\:focus-within\:bg-teal-light:focus-within {
    background-color: #64d5ca;
  }

  .xl\:focus-within\:bg-teal-lighter:focus-within {
    background-color: #a0f0ed;
  }

  .xl\:focus-within\:bg-teal-lightest:focus-within {
    background-color: #e8fffe;
  }

  .xl\:focus-within\:bg-blue-darkest:focus-within {
    background-color: #12283a;
  }

  .xl\:focus-within\:bg-blue-darker:focus-within {
    background-color: #1c3d5a;
  }

  .xl\:focus-within\:bg-blue-dark:focus-within {
    background-color: #2779bd;
  }

  .xl\:focus-within\:bg-blue:focus-within {
    background-color: #3490dc;
  }

  .xl\:focus-within\:bg-blue-light:focus-within {
    background-color: #6cb2eb;
  }

  .xl\:focus-within\:bg-blue-lighter:focus-within {
    background-color: #bcdefa;
  }

  .xl\:focus-within\:bg-blue-lightest:focus-within {
    background-color: #eff8ff;
  }

  .xl\:focus-within\:bg-indigo-darkest:focus-within {
    background-color: #191e38;
  }

  .xl\:focus-within\:bg-indigo-darker:focus-within {
    background-color: #2f365f;
  }

  .xl\:focus-within\:bg-indigo-dark:focus-within {
    background-color: #5661b3;
  }

  .xl\:focus-within\:bg-indigo:focus-within {
    background-color: #6574cd;
  }

  .xl\:focus-within\:bg-indigo-light:focus-within {
    background-color: #7886d7;
  }

  .xl\:focus-within\:bg-indigo-lighter:focus-within {
    background-color: #b2b7ff;
  }

  .xl\:focus-within\:bg-indigo-lightest:focus-within {
    background-color: #e6e8ff;
  }

  .xl\:focus-within\:bg-purple-darkest:focus-within {
    background-color: #21183c;
  }

  .xl\:focus-within\:bg-purple-darker:focus-within {
    background-color: #382b5f;
  }

  .xl\:focus-within\:bg-purple-dark:focus-within {
    background-color: #794acf;
  }

  .xl\:focus-within\:bg-purple:focus-within {
    background-color: #9561e2;
  }

  .xl\:focus-within\:bg-purple-light:focus-within {
    background-color: #a779e9;
  }

  .xl\:focus-within\:bg-purple-lighter:focus-within {
    background-color: #d6bbfc;
  }

  .xl\:focus-within\:bg-purple-lightest:focus-within {
    background-color: #f3ebff;
  }

  .xl\:focus-within\:bg-pink-darkest:focus-within {
    background-color: #451225;
  }

  .xl\:focus-within\:bg-pink-darker:focus-within {
    background-color: #6f213f;
  }

  .xl\:focus-within\:bg-pink-dark:focus-within {
    background-color: #eb5286;
  }

  .xl\:focus-within\:bg-pink:focus-within {
    background-color: #f66d9b;
  }

  .xl\:focus-within\:bg-pink-light:focus-within {
    background-color: #fa7ea8;
  }

  .xl\:focus-within\:bg-pink-lighter:focus-within {
    background-color: #ffbbca;
  }

  .xl\:focus-within\:bg-pink-lightest:focus-within {
    background-color: #ffebef;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus {
    background-color: #22292f;
  }

  .xl\:focus\:bg-grey-darkest:focus {
    background-color: #3d4852;
  }

  .xl\:focus\:bg-grey-darker:focus {
    background-color: #606f7b;
  }

  .xl\:focus\:bg-grey-dark:focus {
    background-color: #8795a1;
  }

  .xl\:focus\:bg-grey:focus {
    background-color: #b8c2cc;
  }

  .xl\:focus\:bg-grey-light:focus {
    background-color: #dae1e7;
  }

  .xl\:focus\:bg-grey-lighter:focus {
    background-color: #f1f5f8;
  }

  .xl\:focus\:bg-grey-lightest:focus {
    background-color: #f8fafc;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #fff;
  }

  .xl\:focus\:bg-red-darkest:focus {
    background-color: #3b0d0c;
  }

  .xl\:focus\:bg-red-darker:focus {
    background-color: #621b18;
  }

  .xl\:focus\:bg-red-dark:focus {
    background-color: #cc1f1a;
  }

  .xl\:focus\:bg-red:focus {
    background-color: #e3342f;
  }

  .xl\:focus\:bg-red-light:focus {
    background-color: #ef5753;
  }

  .xl\:focus\:bg-red-lighter:focus {
    background-color: #f9acaa;
  }

  .xl\:focus\:bg-red-lightest:focus {
    background-color: #fcebea;
  }

  .xl\:focus\:bg-orange-darkest:focus {
    background-color: #462a16;
  }

  .xl\:focus\:bg-orange-darker:focus {
    background-color: #613b1f;
  }

  .xl\:focus\:bg-orange-dark:focus {
    background-color: #de751f;
  }

  .xl\:focus\:bg-orange:focus {
    background-color: #f6993f;
  }

  .xl\:focus\:bg-orange-light:focus {
    background-color: #faad63;
  }

  .xl\:focus\:bg-orange-lighter:focus {
    background-color: #fcd9b6;
  }

  .xl\:focus\:bg-orange-lightest:focus {
    background-color: #fff5eb;
  }

  .xl\:focus\:bg-yellow-darkest:focus {
    background-color: #453411;
  }

  .xl\:focus\:bg-yellow-darker:focus {
    background-color: #684f1d;
  }

  .xl\:focus\:bg-yellow-dark:focus {
    background-color: #f2d024;
  }

  .xl\:focus\:bg-yellow:focus {
    background-color: #ffed4a;
  }

  .xl\:focus\:bg-yellow-light:focus {
    background-color: #fff382;
  }

  .xl\:focus\:bg-yellow-lighter:focus {
    background-color: #fff9c2;
  }

  .xl\:focus\:bg-yellow-lightest:focus {
    background-color: #fcfbeb;
  }

  .xl\:focus\:bg-green-darkest:focus {
    background-color: #0f2f21;
  }

  .xl\:focus\:bg-green-darker:focus {
    background-color: #1a4731;
  }

  .xl\:focus\:bg-green-dark:focus {
    background-color: #1f9d55;
  }

  .xl\:focus\:bg-green:focus {
    background-color: #38c172;
  }

  .xl\:focus\:bg-green-light:focus {
    background-color: #51d88a;
  }

  .xl\:focus\:bg-green-lighter:focus {
    background-color: #a2f5bf;
  }

  .xl\:focus\:bg-green-lightest:focus {
    background-color: #e3fcec;
  }

  .xl\:focus\:bg-teal-darkest:focus {
    background-color: #0d3331;
  }

  .xl\:focus\:bg-teal-darker:focus {
    background-color: #20504f;
  }

  .xl\:focus\:bg-teal-dark:focus {
    background-color: #38a89d;
  }

  .xl\:focus\:bg-teal:focus {
    background-color: #4dc0b5;
  }

  .xl\:focus\:bg-teal-light:focus {
    background-color: #64d5ca;
  }

  .xl\:focus\:bg-teal-lighter:focus {
    background-color: #a0f0ed;
  }

  .xl\:focus\:bg-teal-lightest:focus {
    background-color: #e8fffe;
  }

  .xl\:focus\:bg-blue-darkest:focus {
    background-color: #12283a;
  }

  .xl\:focus\:bg-blue-darker:focus {
    background-color: #1c3d5a;
  }

  .xl\:focus\:bg-blue-dark:focus {
    background-color: #2779bd;
  }

  .xl\:focus\:bg-blue:focus {
    background-color: #3490dc;
  }

  .xl\:focus\:bg-blue-light:focus {
    background-color: #6cb2eb;
  }

  .xl\:focus\:bg-blue-lighter:focus {
    background-color: #bcdefa;
  }

  .xl\:focus\:bg-blue-lightest:focus {
    background-color: #eff8ff;
  }

  .xl\:focus\:bg-indigo-darkest:focus {
    background-color: #191e38;
  }

  .xl\:focus\:bg-indigo-darker:focus {
    background-color: #2f365f;
  }

  .xl\:focus\:bg-indigo-dark:focus {
    background-color: #5661b3;
  }

  .xl\:focus\:bg-indigo:focus {
    background-color: #6574cd;
  }

  .xl\:focus\:bg-indigo-light:focus {
    background-color: #7886d7;
  }

  .xl\:focus\:bg-indigo-lighter:focus {
    background-color: #b2b7ff;
  }

  .xl\:focus\:bg-indigo-lightest:focus {
    background-color: #e6e8ff;
  }

  .xl\:focus\:bg-purple-darkest:focus {
    background-color: #21183c;
  }

  .xl\:focus\:bg-purple-darker:focus {
    background-color: #382b5f;
  }

  .xl\:focus\:bg-purple-dark:focus {
    background-color: #794acf;
  }

  .xl\:focus\:bg-purple:focus {
    background-color: #9561e2;
  }

  .xl\:focus\:bg-purple-light:focus {
    background-color: #a779e9;
  }

  .xl\:focus\:bg-purple-lighter:focus {
    background-color: #d6bbfc;
  }

  .xl\:focus\:bg-purple-lightest:focus {
    background-color: #f3ebff;
  }

  .xl\:focus\:bg-pink-darkest:focus {
    background-color: #451225;
  }

  .xl\:focus\:bg-pink-darker:focus {
    background-color: #6f213f;
  }

  .xl\:focus\:bg-pink-dark:focus {
    background-color: #eb5286;
  }

  .xl\:focus\:bg-pink:focus {
    background-color: #f66d9b;
  }

  .xl\:focus\:bg-pink-light:focus {
    background-color: #fa7ea8;
  }

  .xl\:focus\:bg-pink-lighter:focus {
    background-color: #ffbbca;
  }

  .xl\:focus\:bg-pink-lightest:focus {
    background-color: #ffebef;
  }

  .xl\:active\:bg-transparent:active {
    background-color: transparent;
  }

  .xl\:active\:bg-black:active {
    background-color: #22292f;
  }

  .xl\:active\:bg-grey-darkest:active {
    background-color: #3d4852;
  }

  .xl\:active\:bg-grey-darker:active {
    background-color: #606f7b;
  }

  .xl\:active\:bg-grey-dark:active {
    background-color: #8795a1;
  }

  .xl\:active\:bg-grey:active {
    background-color: #b8c2cc;
  }

  .xl\:active\:bg-grey-light:active {
    background-color: #dae1e7;
  }

  .xl\:active\:bg-grey-lighter:active {
    background-color: #f1f5f8;
  }

  .xl\:active\:bg-grey-lightest:active {
    background-color: #f8fafc;
  }

  .xl\:active\:bg-white:active {
    background-color: #fff;
  }

  .xl\:active\:bg-red-darkest:active {
    background-color: #3b0d0c;
  }

  .xl\:active\:bg-red-darker:active {
    background-color: #621b18;
  }

  .xl\:active\:bg-red-dark:active {
    background-color: #cc1f1a;
  }

  .xl\:active\:bg-red:active {
    background-color: #e3342f;
  }

  .xl\:active\:bg-red-light:active {
    background-color: #ef5753;
  }

  .xl\:active\:bg-red-lighter:active {
    background-color: #f9acaa;
  }

  .xl\:active\:bg-red-lightest:active {
    background-color: #fcebea;
  }

  .xl\:active\:bg-orange-darkest:active {
    background-color: #462a16;
  }

  .xl\:active\:bg-orange-darker:active {
    background-color: #613b1f;
  }

  .xl\:active\:bg-orange-dark:active {
    background-color: #de751f;
  }

  .xl\:active\:bg-orange:active {
    background-color: #f6993f;
  }

  .xl\:active\:bg-orange-light:active {
    background-color: #faad63;
  }

  .xl\:active\:bg-orange-lighter:active {
    background-color: #fcd9b6;
  }

  .xl\:active\:bg-orange-lightest:active {
    background-color: #fff5eb;
  }

  .xl\:active\:bg-yellow-darkest:active {
    background-color: #453411;
  }

  .xl\:active\:bg-yellow-darker:active {
    background-color: #684f1d;
  }

  .xl\:active\:bg-yellow-dark:active {
    background-color: #f2d024;
  }

  .xl\:active\:bg-yellow:active {
    background-color: #ffed4a;
  }

  .xl\:active\:bg-yellow-light:active {
    background-color: #fff382;
  }

  .xl\:active\:bg-yellow-lighter:active {
    background-color: #fff9c2;
  }

  .xl\:active\:bg-yellow-lightest:active {
    background-color: #fcfbeb;
  }

  .xl\:active\:bg-green-darkest:active {
    background-color: #0f2f21;
  }

  .xl\:active\:bg-green-darker:active {
    background-color: #1a4731;
  }

  .xl\:active\:bg-green-dark:active {
    background-color: #1f9d55;
  }

  .xl\:active\:bg-green:active {
    background-color: #38c172;
  }

  .xl\:active\:bg-green-light:active {
    background-color: #51d88a;
  }

  .xl\:active\:bg-green-lighter:active {
    background-color: #a2f5bf;
  }

  .xl\:active\:bg-green-lightest:active {
    background-color: #e3fcec;
  }

  .xl\:active\:bg-teal-darkest:active {
    background-color: #0d3331;
  }

  .xl\:active\:bg-teal-darker:active {
    background-color: #20504f;
  }

  .xl\:active\:bg-teal-dark:active {
    background-color: #38a89d;
  }

  .xl\:active\:bg-teal:active {
    background-color: #4dc0b5;
  }

  .xl\:active\:bg-teal-light:active {
    background-color: #64d5ca;
  }

  .xl\:active\:bg-teal-lighter:active {
    background-color: #a0f0ed;
  }

  .xl\:active\:bg-teal-lightest:active {
    background-color: #e8fffe;
  }

  .xl\:active\:bg-blue-darkest:active {
    background-color: #12283a;
  }

  .xl\:active\:bg-blue-darker:active {
    background-color: #1c3d5a;
  }

  .xl\:active\:bg-blue-dark:active {
    background-color: #2779bd;
  }

  .xl\:active\:bg-blue:active {
    background-color: #3490dc;
  }

  .xl\:active\:bg-blue-light:active {
    background-color: #6cb2eb;
  }

  .xl\:active\:bg-blue-lighter:active {
    background-color: #bcdefa;
  }

  .xl\:active\:bg-blue-lightest:active {
    background-color: #eff8ff;
  }

  .xl\:active\:bg-indigo-darkest:active {
    background-color: #191e38;
  }

  .xl\:active\:bg-indigo-darker:active {
    background-color: #2f365f;
  }

  .xl\:active\:bg-indigo-dark:active {
    background-color: #5661b3;
  }

  .xl\:active\:bg-indigo:active {
    background-color: #6574cd;
  }

  .xl\:active\:bg-indigo-light:active {
    background-color: #7886d7;
  }

  .xl\:active\:bg-indigo-lighter:active {
    background-color: #b2b7ff;
  }

  .xl\:active\:bg-indigo-lightest:active {
    background-color: #e6e8ff;
  }

  .xl\:active\:bg-purple-darkest:active {
    background-color: #21183c;
  }

  .xl\:active\:bg-purple-darker:active {
    background-color: #382b5f;
  }

  .xl\:active\:bg-purple-dark:active {
    background-color: #794acf;
  }

  .xl\:active\:bg-purple:active {
    background-color: #9561e2;
  }

  .xl\:active\:bg-purple-light:active {
    background-color: #a779e9;
  }

  .xl\:active\:bg-purple-lighter:active {
    background-color: #d6bbfc;
  }

  .xl\:active\:bg-purple-lightest:active {
    background-color: #f3ebff;
  }

  .xl\:active\:bg-pink-darkest:active {
    background-color: #451225;
  }

  .xl\:active\:bg-pink-darker:active {
    background-color: #6f213f;
  }

  .xl\:active\:bg-pink-dark:active {
    background-color: #eb5286;
  }

  .xl\:active\:bg-pink:active {
    background-color: #f66d9b;
  }

  .xl\:active\:bg-pink-light:active {
    background-color: #fa7ea8;
  }

  .xl\:active\:bg-pink-lighter:active {
    background-color: #ffbbca;
  }

  .xl\:active\:bg-pink-lightest:active {
    background-color: #ffebef;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .group:hover .xl\:group-hover\:bg-bottom {
    background-position: bottom;
  }

  .group:hover .xl\:group-hover\:bg-center {
    background-position: center;
  }

  .group:hover .xl\:group-hover\:bg-left {
    background-position: left;
  }

  .group:hover .xl\:group-hover\:bg-left-bottom {
    background-position: left bottom;
  }

  .group:hover .xl\:group-hover\:bg-left-top {
    background-position: left top;
  }

  .group:hover .xl\:group-hover\:bg-right {
    background-position: right;
  }

  .group:hover .xl\:group-hover\:bg-right-bottom {
    background-position: right bottom;
  }

  .group:hover .xl\:group-hover\:bg-right-top {
    background-position: right top;
  }

  .group:hover .xl\:group-hover\:bg-top {
    background-position: top;
  }

  .xl\:hover\:bg-bottom:hover {
    background-position: bottom;
  }

  .xl\:hover\:bg-center:hover {
    background-position: center;
  }

  .xl\:hover\:bg-left:hover {
    background-position: left;
  }

  .xl\:hover\:bg-left-bottom:hover {
    background-position: left bottom;
  }

  .xl\:hover\:bg-left-top:hover {
    background-position: left top;
  }

  .xl\:hover\:bg-right:hover {
    background-position: right;
  }

  .xl\:hover\:bg-right-bottom:hover {
    background-position: right bottom;
  }

  .xl\:hover\:bg-right-top:hover {
    background-position: right top;
  }

  .xl\:hover\:bg-top:hover {
    background-position: top;
  }

  .xl\:focus-within\:bg-bottom:focus-within {
    background-position: bottom;
  }

  .xl\:focus-within\:bg-center:focus-within {
    background-position: center;
  }

  .xl\:focus-within\:bg-left:focus-within {
    background-position: left;
  }

  .xl\:focus-within\:bg-left-bottom:focus-within {
    background-position: left bottom;
  }

  .xl\:focus-within\:bg-left-top:focus-within {
    background-position: left top;
  }

  .xl\:focus-within\:bg-right:focus-within {
    background-position: right;
  }

  .xl\:focus-within\:bg-right-bottom:focus-within {
    background-position: right bottom;
  }

  .xl\:focus-within\:bg-right-top:focus-within {
    background-position: right top;
  }

  .xl\:focus-within\:bg-top:focus-within {
    background-position: top;
  }

  .xl\:focus\:bg-bottom:focus {
    background-position: bottom;
  }

  .xl\:focus\:bg-center:focus {
    background-position: center;
  }

  .xl\:focus\:bg-left:focus {
    background-position: left;
  }

  .xl\:focus\:bg-left-bottom:focus {
    background-position: left bottom;
  }

  .xl\:focus\:bg-left-top:focus {
    background-position: left top;
  }

  .xl\:focus\:bg-right:focus {
    background-position: right;
  }

  .xl\:focus\:bg-right-bottom:focus {
    background-position: right bottom;
  }

  .xl\:focus\:bg-right-top:focus {
    background-position: right top;
  }

  .xl\:focus\:bg-top:focus {
    background-position: top;
  }

  .xl\:active\:bg-bottom:active {
    background-position: bottom;
  }

  .xl\:active\:bg-center:active {
    background-position: center;
  }

  .xl\:active\:bg-left:active {
    background-position: left;
  }

  .xl\:active\:bg-left-bottom:active {
    background-position: left bottom;
  }

  .xl\:active\:bg-left-top:active {
    background-position: left top;
  }

  .xl\:active\:bg-right:active {
    background-position: right;
  }

  .xl\:active\:bg-right-bottom:active {
    background-position: right bottom;
  }

  .xl\:active\:bg-right-top:active {
    background-position: right top;
  }

  .xl\:active\:bg-top:active {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .group:hover .xl\:group-hover\:bg-repeat {
    background-repeat: repeat;
  }

  .group:hover .xl\:group-hover\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .group:hover .xl\:group-hover\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .group:hover .xl\:group-hover\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:hover\:bg-repeat:hover {
    background-repeat: repeat;
  }

  .xl\:hover\:bg-no-repeat:hover {
    background-repeat: no-repeat;
  }

  .xl\:hover\:bg-repeat-x:hover {
    background-repeat: repeat-x;
  }

  .xl\:hover\:bg-repeat-y:hover {
    background-repeat: repeat-y;
  }

  .xl\:focus-within\:bg-repeat:focus-within {
    background-repeat: repeat;
  }

  .xl\:focus-within\:bg-no-repeat:focus-within {
    background-repeat: no-repeat;
  }

  .xl\:focus-within\:bg-repeat-x:focus-within {
    background-repeat: repeat-x;
  }

  .xl\:focus-within\:bg-repeat-y:focus-within {
    background-repeat: repeat-y;
  }

  .xl\:focus\:bg-repeat:focus {
    background-repeat: repeat;
  }

  .xl\:focus\:bg-no-repeat:focus {
    background-repeat: no-repeat;
  }

  .xl\:focus\:bg-repeat-x:focus {
    background-repeat: repeat-x;
  }

  .xl\:focus\:bg-repeat-y:focus {
    background-repeat: repeat-y;
  }

  .xl\:active\:bg-repeat:active {
    background-repeat: repeat;
  }

  .xl\:active\:bg-no-repeat:active {
    background-repeat: no-repeat;
  }

  .xl\:active\:bg-repeat-x:active {
    background-repeat: repeat-x;
  }

  .xl\:active\:bg-repeat-y:active {
    background-repeat: repeat-y;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .group:hover .xl\:group-hover\:bg-auto {
    background-size: auto;
  }

  .group:hover .xl\:group-hover\:bg-cover {
    background-size: cover;
  }

  .group:hover .xl\:group-hover\:bg-contain {
    background-size: contain;
  }

  .xl\:hover\:bg-auto:hover {
    background-size: auto;
  }

  .xl\:hover\:bg-cover:hover {
    background-size: cover;
  }

  .xl\:hover\:bg-contain:hover {
    background-size: contain;
  }

  .xl\:focus-within\:bg-auto:focus-within {
    background-size: auto;
  }

  .xl\:focus-within\:bg-cover:focus-within {
    background-size: cover;
  }

  .xl\:focus-within\:bg-contain:focus-within {
    background-size: contain;
  }

  .xl\:focus\:bg-auto:focus {
    background-size: auto;
  }

  .xl\:focus\:bg-cover:focus {
    background-size: cover;
  }

  .xl\:focus\:bg-contain:focus {
    background-size: contain;
  }

  .xl\:active\:bg-auto:active {
    background-size: auto;
  }

  .xl\:active\:bg-cover:active {
    background-size: cover;
  }

  .xl\:active\:bg-contain:active {
    background-size: contain;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .group:hover .xl\:group-hover\:border-collapse {
    border-collapse: collapse;
  }

  .group:hover .xl\:group-hover\:border-separate {
    border-collapse: separate;
  }

  .xl\:hover\:border-collapse:hover {
    border-collapse: collapse;
  }

  .xl\:hover\:border-separate:hover {
    border-collapse: separate;
  }

  .xl\:focus-within\:border-collapse:focus-within {
    border-collapse: collapse;
  }

  .xl\:focus-within\:border-separate:focus-within {
    border-collapse: separate;
  }

  .xl\:focus\:border-collapse:focus {
    border-collapse: collapse;
  }

  .xl\:focus\:border-separate:focus {
    border-collapse: separate;
  }

  .xl\:active\:border-collapse:active {
    border-collapse: collapse;
  }

  .xl\:active\:border-separate:active {
    border-collapse: separate;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-black {
    border-color: #22292f;
  }

  .xl\:border-grey-darkest {
    border-color: #3d4852;
  }

  .xl\:border-grey-darker {
    border-color: #606f7b;
  }

  .xl\:border-grey-dark {
    border-color: #8795a1;
  }

  .xl\:border-grey {
    border-color: #b8c2cc;
  }

  .xl\:border-grey-light {
    border-color: #dae1e7;
  }

  .xl\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .xl\:border-grey-lightest {
    border-color: #f8fafc;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .xl\:border-red-darker {
    border-color: #621b18;
  }

  .xl\:border-red-dark {
    border-color: #cc1f1a;
  }

  .xl\:border-red {
    border-color: #e3342f;
  }

  .xl\:border-red-light {
    border-color: #ef5753;
  }

  .xl\:border-red-lighter {
    border-color: #f9acaa;
  }

  .xl\:border-red-lightest {
    border-color: #fcebea;
  }

  .xl\:border-orange-darkest {
    border-color: #462a16;
  }

  .xl\:border-orange-darker {
    border-color: #613b1f;
  }

  .xl\:border-orange-dark {
    border-color: #de751f;
  }

  .xl\:border-orange {
    border-color: #f6993f;
  }

  .xl\:border-orange-light {
    border-color: #faad63;
  }

  .xl\:border-orange-lighter {
    border-color: #fcd9b6;
  }

  .xl\:border-orange-lightest {
    border-color: #fff5eb;
  }

  .xl\:border-yellow-darkest {
    border-color: #453411;
  }

  .xl\:border-yellow-darker {
    border-color: #684f1d;
  }

  .xl\:border-yellow-dark {
    border-color: #f2d024;
  }

  .xl\:border-yellow {
    border-color: #ffed4a;
  }

  .xl\:border-yellow-light {
    border-color: #fff382;
  }

  .xl\:border-yellow-lighter {
    border-color: #fff9c2;
  }

  .xl\:border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .xl\:border-green-darkest {
    border-color: #0f2f21;
  }

  .xl\:border-green-darker {
    border-color: #1a4731;
  }

  .xl\:border-green-dark {
    border-color: #1f9d55;
  }

  .xl\:border-green {
    border-color: #38c172;
  }

  .xl\:border-green-light {
    border-color: #51d88a;
  }

  .xl\:border-green-lighter {
    border-color: #a2f5bf;
  }

  .xl\:border-green-lightest {
    border-color: #e3fcec;
  }

  .xl\:border-teal-darkest {
    border-color: #0d3331;
  }

  .xl\:border-teal-darker {
    border-color: #20504f;
  }

  .xl\:border-teal-dark {
    border-color: #38a89d;
  }

  .xl\:border-teal {
    border-color: #4dc0b5;
  }

  .xl\:border-teal-light {
    border-color: #64d5ca;
  }

  .xl\:border-teal-lighter {
    border-color: #a0f0ed;
  }

  .xl\:border-teal-lightest {
    border-color: #e8fffe;
  }

  .xl\:border-blue-darkest {
    border-color: #12283a;
  }

  .xl\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .xl\:border-blue-dark {
    border-color: #2779bd;
  }

  .xl\:border-blue {
    border-color: #3490dc;
  }

  .xl\:border-blue-light {
    border-color: #6cb2eb;
  }

  .xl\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .xl\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .xl\:border-indigo-darkest {
    border-color: #191e38;
  }

  .xl\:border-indigo-darker {
    border-color: #2f365f;
  }

  .xl\:border-indigo-dark {
    border-color: #5661b3;
  }

  .xl\:border-indigo {
    border-color: #6574cd;
  }

  .xl\:border-indigo-light {
    border-color: #7886d7;
  }

  .xl\:border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .xl\:border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .xl\:border-purple-darkest {
    border-color: #21183c;
  }

  .xl\:border-purple-darker {
    border-color: #382b5f;
  }

  .xl\:border-purple-dark {
    border-color: #794acf;
  }

  .xl\:border-purple {
    border-color: #9561e2;
  }

  .xl\:border-purple-light {
    border-color: #a779e9;
  }

  .xl\:border-purple-lighter {
    border-color: #d6bbfc;
  }

  .xl\:border-purple-lightest {
    border-color: #f3ebff;
  }

  .xl\:border-pink-darkest {
    border-color: #451225;
  }

  .xl\:border-pink-darker {
    border-color: #6f213f;
  }

  .xl\:border-pink-dark {
    border-color: #eb5286;
  }

  .xl\:border-pink {
    border-color: #f66d9b;
  }

  .xl\:border-pink-light {
    border-color: #fa7ea8;
  }

  .xl\:border-pink-lighter {
    border-color: #ffbbca;
  }

  .xl\:border-pink-lightest {
    border-color: #ffebef;
  }

  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:border-black {
    border-color: #22292f;
  }

  .group:hover .xl\:group-hover\:border-grey-darkest {
    border-color: #3d4852;
  }

  .group:hover .xl\:group-hover\:border-grey-darker {
    border-color: #606f7b;
  }

  .group:hover .xl\:group-hover\:border-grey-dark {
    border-color: #8795a1;
  }

  .group:hover .xl\:group-hover\:border-grey {
    border-color: #b8c2cc;
  }

  .group:hover .xl\:group-hover\:border-grey-light {
    border-color: #dae1e7;
  }

  .group:hover .xl\:group-hover\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .group:hover .xl\:group-hover\:border-grey-lightest {
    border-color: #f8fafc;
  }

  .group:hover .xl\:group-hover\:border-white {
    border-color: #fff;
  }

  .group:hover .xl\:group-hover\:border-red-darkest {
    border-color: #3b0d0c;
  }

  .group:hover .xl\:group-hover\:border-red-darker {
    border-color: #621b18;
  }

  .group:hover .xl\:group-hover\:border-red-dark {
    border-color: #cc1f1a;
  }

  .group:hover .xl\:group-hover\:border-red {
    border-color: #e3342f;
  }

  .group:hover .xl\:group-hover\:border-red-light {
    border-color: #ef5753;
  }

  .group:hover .xl\:group-hover\:border-red-lighter {
    border-color: #f9acaa;
  }

  .group:hover .xl\:group-hover\:border-red-lightest {
    border-color: #fcebea;
  }

  .group:hover .xl\:group-hover\:border-orange-darkest {
    border-color: #462a16;
  }

  .group:hover .xl\:group-hover\:border-orange-darker {
    border-color: #613b1f;
  }

  .group:hover .xl\:group-hover\:border-orange-dark {
    border-color: #de751f;
  }

  .group:hover .xl\:group-hover\:border-orange {
    border-color: #f6993f;
  }

  .group:hover .xl\:group-hover\:border-orange-light {
    border-color: #faad63;
  }

  .group:hover .xl\:group-hover\:border-orange-lighter {
    border-color: #fcd9b6;
  }

  .group:hover .xl\:group-hover\:border-orange-lightest {
    border-color: #fff5eb;
  }

  .group:hover .xl\:group-hover\:border-yellow-darkest {
    border-color: #453411;
  }

  .group:hover .xl\:group-hover\:border-yellow-darker {
    border-color: #684f1d;
  }

  .group:hover .xl\:group-hover\:border-yellow-dark {
    border-color: #f2d024;
  }

  .group:hover .xl\:group-hover\:border-yellow {
    border-color: #ffed4a;
  }

  .group:hover .xl\:group-hover\:border-yellow-light {
    border-color: #fff382;
  }

  .group:hover .xl\:group-hover\:border-yellow-lighter {
    border-color: #fff9c2;
  }

  .group:hover .xl\:group-hover\:border-yellow-lightest {
    border-color: #fcfbeb;
  }

  .group:hover .xl\:group-hover\:border-green-darkest {
    border-color: #0f2f21;
  }

  .group:hover .xl\:group-hover\:border-green-darker {
    border-color: #1a4731;
  }

  .group:hover .xl\:group-hover\:border-green-dark {
    border-color: #1f9d55;
  }

  .group:hover .xl\:group-hover\:border-green {
    border-color: #38c172;
  }

  .group:hover .xl\:group-hover\:border-green-light {
    border-color: #51d88a;
  }

  .group:hover .xl\:group-hover\:border-green-lighter {
    border-color: #a2f5bf;
  }

  .group:hover .xl\:group-hover\:border-green-lightest {
    border-color: #e3fcec;
  }

  .group:hover .xl\:group-hover\:border-teal-darkest {
    border-color: #0d3331;
  }

  .group:hover .xl\:group-hover\:border-teal-darker {
    border-color: #20504f;
  }

  .group:hover .xl\:group-hover\:border-teal-dark {
    border-color: #38a89d;
  }

  .group:hover .xl\:group-hover\:border-teal {
    border-color: #4dc0b5;
  }

  .group:hover .xl\:group-hover\:border-teal-light {
    border-color: #64d5ca;
  }

  .group:hover .xl\:group-hover\:border-teal-lighter {
    border-color: #a0f0ed;
  }

  .group:hover .xl\:group-hover\:border-teal-lightest {
    border-color: #e8fffe;
  }

  .group:hover .xl\:group-hover\:border-blue-darkest {
    border-color: #12283a;
  }

  .group:hover .xl\:group-hover\:border-blue-darker {
    border-color: #1c3d5a;
  }

  .group:hover .xl\:group-hover\:border-blue-dark {
    border-color: #2779bd;
  }

  .group:hover .xl\:group-hover\:border-blue {
    border-color: #3490dc;
  }

  .group:hover .xl\:group-hover\:border-blue-light {
    border-color: #6cb2eb;
  }

  .group:hover .xl\:group-hover\:border-blue-lighter {
    border-color: #bcdefa;
  }

  .group:hover .xl\:group-hover\:border-blue-lightest {
    border-color: #eff8ff;
  }

  .group:hover .xl\:group-hover\:border-indigo-darkest {
    border-color: #191e38;
  }

  .group:hover .xl\:group-hover\:border-indigo-darker {
    border-color: #2f365f;
  }

  .group:hover .xl\:group-hover\:border-indigo-dark {
    border-color: #5661b3;
  }

  .group:hover .xl\:group-hover\:border-indigo {
    border-color: #6574cd;
  }

  .group:hover .xl\:group-hover\:border-indigo-light {
    border-color: #7886d7;
  }

  .group:hover .xl\:group-hover\:border-indigo-lighter {
    border-color: #b2b7ff;
  }

  .group:hover .xl\:group-hover\:border-indigo-lightest {
    border-color: #e6e8ff;
  }

  .group:hover .xl\:group-hover\:border-purple-darkest {
    border-color: #21183c;
  }

  .group:hover .xl\:group-hover\:border-purple-darker {
    border-color: #382b5f;
  }

  .group:hover .xl\:group-hover\:border-purple-dark {
    border-color: #794acf;
  }

  .group:hover .xl\:group-hover\:border-purple {
    border-color: #9561e2;
  }

  .group:hover .xl\:group-hover\:border-purple-light {
    border-color: #a779e9;
  }

  .group:hover .xl\:group-hover\:border-purple-lighter {
    border-color: #d6bbfc;
  }

  .group:hover .xl\:group-hover\:border-purple-lightest {
    border-color: #f3ebff;
  }

  .group:hover .xl\:group-hover\:border-pink-darkest {
    border-color: #451225;
  }

  .group:hover .xl\:group-hover\:border-pink-darker {
    border-color: #6f213f;
  }

  .group:hover .xl\:group-hover\:border-pink-dark {
    border-color: #eb5286;
  }

  .group:hover .xl\:group-hover\:border-pink {
    border-color: #f66d9b;
  }

  .group:hover .xl\:group-hover\:border-pink-light {
    border-color: #fa7ea8;
  }

  .group:hover .xl\:group-hover\:border-pink-lighter {
    border-color: #ffbbca;
  }

  .group:hover .xl\:group-hover\:border-pink-lightest {
    border-color: #ffebef;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover {
    border-color: #22292f;
  }

  .xl\:hover\:border-grey-darkest:hover {
    border-color: #3d4852;
  }

  .xl\:hover\:border-grey-darker:hover {
    border-color: #606f7b;
  }

  .xl\:hover\:border-grey-dark:hover {
    border-color: #8795a1;
  }

  .xl\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .xl\:hover\:border-grey-light:hover {
    border-color: #dae1e7;
  }

  .xl\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8;
  }

  .xl\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c;
  }

  .xl\:hover\:border-red-darker:hover {
    border-color: #621b18;
  }

  .xl\:hover\:border-red-dark:hover {
    border-color: #cc1f1a;
  }

  .xl\:hover\:border-red:hover {
    border-color: #e3342f;
  }

  .xl\:hover\:border-red-light:hover {
    border-color: #ef5753;
  }

  .xl\:hover\:border-red-lighter:hover {
    border-color: #f9acaa;
  }

  .xl\:hover\:border-red-lightest:hover {
    border-color: #fcebea;
  }

  .xl\:hover\:border-orange-darkest:hover {
    border-color: #462a16;
  }

  .xl\:hover\:border-orange-darker:hover {
    border-color: #613b1f;
  }

  .xl\:hover\:border-orange-dark:hover {
    border-color: #de751f;
  }

  .xl\:hover\:border-orange:hover {
    border-color: #f6993f;
  }

  .xl\:hover\:border-orange-light:hover {
    border-color: #faad63;
  }

  .xl\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6;
  }

  .xl\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb;
  }

  .xl\:hover\:border-yellow-darkest:hover {
    border-color: #453411;
  }

  .xl\:hover\:border-yellow-darker:hover {
    border-color: #684f1d;
  }

  .xl\:hover\:border-yellow-dark:hover {
    border-color: #f2d024;
  }

  .xl\:hover\:border-yellow:hover {
    border-color: #ffed4a;
  }

  .xl\:hover\:border-yellow-light:hover {
    border-color: #fff382;
  }

  .xl\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2;
  }

  .xl\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb;
  }

  .xl\:hover\:border-green-darkest:hover {
    border-color: #0f2f21;
  }

  .xl\:hover\:border-green-darker:hover {
    border-color: #1a4731;
  }

  .xl\:hover\:border-green-dark:hover {
    border-color: #1f9d55;
  }

  .xl\:hover\:border-green:hover {
    border-color: #38c172;
  }

  .xl\:hover\:border-green-light:hover {
    border-color: #51d88a;
  }

  .xl\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf;
  }

  .xl\:hover\:border-green-lightest:hover {
    border-color: #e3fcec;
  }

  .xl\:hover\:border-teal-darkest:hover {
    border-color: #0d3331;
  }

  .xl\:hover\:border-teal-darker:hover {
    border-color: #20504f;
  }

  .xl\:hover\:border-teal-dark:hover {
    border-color: #38a89d;
  }

  .xl\:hover\:border-teal:hover {
    border-color: #4dc0b5;
  }

  .xl\:hover\:border-teal-light:hover {
    border-color: #64d5ca;
  }

  .xl\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed;
  }

  .xl\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe;
  }

  .xl\:hover\:border-blue-darkest:hover {
    border-color: #12283a;
  }

  .xl\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a;
  }

  .xl\:hover\:border-blue-dark:hover {
    border-color: #2779bd;
  }

  .xl\:hover\:border-blue:hover {
    border-color: #3490dc;
  }

  .xl\:hover\:border-blue-light:hover {
    border-color: #6cb2eb;
  }

  .xl\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa;
  }

  .xl\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff;
  }

  .xl\:hover\:border-indigo-darkest:hover {
    border-color: #191e38;
  }

  .xl\:hover\:border-indigo-darker:hover {
    border-color: #2f365f;
  }

  .xl\:hover\:border-indigo-dark:hover {
    border-color: #5661b3;
  }

  .xl\:hover\:border-indigo:hover {
    border-color: #6574cd;
  }

  .xl\:hover\:border-indigo-light:hover {
    border-color: #7886d7;
  }

  .xl\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff;
  }

  .xl\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff;
  }

  .xl\:hover\:border-purple-darkest:hover {
    border-color: #21183c;
  }

  .xl\:hover\:border-purple-darker:hover {
    border-color: #382b5f;
  }

  .xl\:hover\:border-purple-dark:hover {
    border-color: #794acf;
  }

  .xl\:hover\:border-purple:hover {
    border-color: #9561e2;
  }

  .xl\:hover\:border-purple-light:hover {
    border-color: #a779e9;
  }

  .xl\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc;
  }

  .xl\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff;
  }

  .xl\:hover\:border-pink-darkest:hover {
    border-color: #451225;
  }

  .xl\:hover\:border-pink-darker:hover {
    border-color: #6f213f;
  }

  .xl\:hover\:border-pink-dark:hover {
    border-color: #eb5286;
  }

  .xl\:hover\:border-pink:hover {
    border-color: #f66d9b;
  }

  .xl\:hover\:border-pink-light:hover {
    border-color: #fa7ea8;
  }

  .xl\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca;
  }

  .xl\:hover\:border-pink-lightest:hover {
    border-color: #ffebef;
  }

  .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xl\:focus-within\:border-black:focus-within {
    border-color: #22292f;
  }

  .xl\:focus-within\:border-grey-darkest:focus-within {
    border-color: #3d4852;
  }

  .xl\:focus-within\:border-grey-darker:focus-within {
    border-color: #606f7b;
  }

  .xl\:focus-within\:border-grey-dark:focus-within {
    border-color: #8795a1;
  }

  .xl\:focus-within\:border-grey:focus-within {
    border-color: #b8c2cc;
  }

  .xl\:focus-within\:border-grey-light:focus-within {
    border-color: #dae1e7;
  }

  .xl\:focus-within\:border-grey-lighter:focus-within {
    border-color: #f1f5f8;
  }

  .xl\:focus-within\:border-grey-lightest:focus-within {
    border-color: #f8fafc;
  }

  .xl\:focus-within\:border-white:focus-within {
    border-color: #fff;
  }

  .xl\:focus-within\:border-red-darkest:focus-within {
    border-color: #3b0d0c;
  }

  .xl\:focus-within\:border-red-darker:focus-within {
    border-color: #621b18;
  }

  .xl\:focus-within\:border-red-dark:focus-within {
    border-color: #cc1f1a;
  }

  .xl\:focus-within\:border-red:focus-within {
    border-color: #e3342f;
  }

  .xl\:focus-within\:border-red-light:focus-within {
    border-color: #ef5753;
  }

  .xl\:focus-within\:border-red-lighter:focus-within {
    border-color: #f9acaa;
  }

  .xl\:focus-within\:border-red-lightest:focus-within {
    border-color: #fcebea;
  }

  .xl\:focus-within\:border-orange-darkest:focus-within {
    border-color: #462a16;
  }

  .xl\:focus-within\:border-orange-darker:focus-within {
    border-color: #613b1f;
  }

  .xl\:focus-within\:border-orange-dark:focus-within {
    border-color: #de751f;
  }

  .xl\:focus-within\:border-orange:focus-within {
    border-color: #f6993f;
  }

  .xl\:focus-within\:border-orange-light:focus-within {
    border-color: #faad63;
  }

  .xl\:focus-within\:border-orange-lighter:focus-within {
    border-color: #fcd9b6;
  }

  .xl\:focus-within\:border-orange-lightest:focus-within {
    border-color: #fff5eb;
  }

  .xl\:focus-within\:border-yellow-darkest:focus-within {
    border-color: #453411;
  }

  .xl\:focus-within\:border-yellow-darker:focus-within {
    border-color: #684f1d;
  }

  .xl\:focus-within\:border-yellow-dark:focus-within {
    border-color: #f2d024;
  }

  .xl\:focus-within\:border-yellow:focus-within {
    border-color: #ffed4a;
  }

  .xl\:focus-within\:border-yellow-light:focus-within {
    border-color: #fff382;
  }

  .xl\:focus-within\:border-yellow-lighter:focus-within {
    border-color: #fff9c2;
  }

  .xl\:focus-within\:border-yellow-lightest:focus-within {
    border-color: #fcfbeb;
  }

  .xl\:focus-within\:border-green-darkest:focus-within {
    border-color: #0f2f21;
  }

  .xl\:focus-within\:border-green-darker:focus-within {
    border-color: #1a4731;
  }

  .xl\:focus-within\:border-green-dark:focus-within {
    border-color: #1f9d55;
  }

  .xl\:focus-within\:border-green:focus-within {
    border-color: #38c172;
  }

  .xl\:focus-within\:border-green-light:focus-within {
    border-color: #51d88a;
  }

  .xl\:focus-within\:border-green-lighter:focus-within {
    border-color: #a2f5bf;
  }

  .xl\:focus-within\:border-green-lightest:focus-within {
    border-color: #e3fcec;
  }

  .xl\:focus-within\:border-teal-darkest:focus-within {
    border-color: #0d3331;
  }

  .xl\:focus-within\:border-teal-darker:focus-within {
    border-color: #20504f;
  }

  .xl\:focus-within\:border-teal-dark:focus-within {
    border-color: #38a89d;
  }

  .xl\:focus-within\:border-teal:focus-within {
    border-color: #4dc0b5;
  }

  .xl\:focus-within\:border-teal-light:focus-within {
    border-color: #64d5ca;
  }

  .xl\:focus-within\:border-teal-lighter:focus-within {
    border-color: #a0f0ed;
  }

  .xl\:focus-within\:border-teal-lightest:focus-within {
    border-color: #e8fffe;
  }

  .xl\:focus-within\:border-blue-darkest:focus-within {
    border-color: #12283a;
  }

  .xl\:focus-within\:border-blue-darker:focus-within {
    border-color: #1c3d5a;
  }

  .xl\:focus-within\:border-blue-dark:focus-within {
    border-color: #2779bd;
  }

  .xl\:focus-within\:border-blue:focus-within {
    border-color: #3490dc;
  }

  .xl\:focus-within\:border-blue-light:focus-within {
    border-color: #6cb2eb;
  }

  .xl\:focus-within\:border-blue-lighter:focus-within {
    border-color: #bcdefa;
  }

  .xl\:focus-within\:border-blue-lightest:focus-within {
    border-color: #eff8ff;
  }

  .xl\:focus-within\:border-indigo-darkest:focus-within {
    border-color: #191e38;
  }

  .xl\:focus-within\:border-indigo-darker:focus-within {
    border-color: #2f365f;
  }

  .xl\:focus-within\:border-indigo-dark:focus-within {
    border-color: #5661b3;
  }

  .xl\:focus-within\:border-indigo:focus-within {
    border-color: #6574cd;
  }

  .xl\:focus-within\:border-indigo-light:focus-within {
    border-color: #7886d7;
  }

  .xl\:focus-within\:border-indigo-lighter:focus-within {
    border-color: #b2b7ff;
  }

  .xl\:focus-within\:border-indigo-lightest:focus-within {
    border-color: #e6e8ff;
  }

  .xl\:focus-within\:border-purple-darkest:focus-within {
    border-color: #21183c;
  }

  .xl\:focus-within\:border-purple-darker:focus-within {
    border-color: #382b5f;
  }

  .xl\:focus-within\:border-purple-dark:focus-within {
    border-color: #794acf;
  }

  .xl\:focus-within\:border-purple:focus-within {
    border-color: #9561e2;
  }

  .xl\:focus-within\:border-purple-light:focus-within {
    border-color: #a779e9;
  }

  .xl\:focus-within\:border-purple-lighter:focus-within {
    border-color: #d6bbfc;
  }

  .xl\:focus-within\:border-purple-lightest:focus-within {
    border-color: #f3ebff;
  }

  .xl\:focus-within\:border-pink-darkest:focus-within {
    border-color: #451225;
  }

  .xl\:focus-within\:border-pink-darker:focus-within {
    border-color: #6f213f;
  }

  .xl\:focus-within\:border-pink-dark:focus-within {
    border-color: #eb5286;
  }

  .xl\:focus-within\:border-pink:focus-within {
    border-color: #f66d9b;
  }

  .xl\:focus-within\:border-pink-light:focus-within {
    border-color: #fa7ea8;
  }

  .xl\:focus-within\:border-pink-lighter:focus-within {
    border-color: #ffbbca;
  }

  .xl\:focus-within\:border-pink-lightest:focus-within {
    border-color: #ffebef;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus {
    border-color: #22292f;
  }

  .xl\:focus\:border-grey-darkest:focus {
    border-color: #3d4852;
  }

  .xl\:focus\:border-grey-darker:focus {
    border-color: #606f7b;
  }

  .xl\:focus\:border-grey-dark:focus {
    border-color: #8795a1;
  }

  .xl\:focus\:border-grey:focus {
    border-color: #b8c2cc;
  }

  .xl\:focus\:border-grey-light:focus {
    border-color: #dae1e7;
  }

  .xl\:focus\:border-grey-lighter:focus {
    border-color: #f1f5f8;
  }

  .xl\:focus\:border-grey-lightest:focus {
    border-color: #f8fafc;
  }

  .xl\:focus\:border-white:focus {
    border-color: #fff;
  }

  .xl\:focus\:border-red-darkest:focus {
    border-color: #3b0d0c;
  }

  .xl\:focus\:border-red-darker:focus {
    border-color: #621b18;
  }

  .xl\:focus\:border-red-dark:focus {
    border-color: #cc1f1a;
  }

  .xl\:focus\:border-red:focus {
    border-color: #e3342f;
  }

  .xl\:focus\:border-red-light:focus {
    border-color: #ef5753;
  }

  .xl\:focus\:border-red-lighter:focus {
    border-color: #f9acaa;
  }

  .xl\:focus\:border-red-lightest:focus {
    border-color: #fcebea;
  }

  .xl\:focus\:border-orange-darkest:focus {
    border-color: #462a16;
  }

  .xl\:focus\:border-orange-darker:focus {
    border-color: #613b1f;
  }

  .xl\:focus\:border-orange-dark:focus {
    border-color: #de751f;
  }

  .xl\:focus\:border-orange:focus {
    border-color: #f6993f;
  }

  .xl\:focus\:border-orange-light:focus {
    border-color: #faad63;
  }

  .xl\:focus\:border-orange-lighter:focus {
    border-color: #fcd9b6;
  }

  .xl\:focus\:border-orange-lightest:focus {
    border-color: #fff5eb;
  }

  .xl\:focus\:border-yellow-darkest:focus {
    border-color: #453411;
  }

  .xl\:focus\:border-yellow-darker:focus {
    border-color: #684f1d;
  }

  .xl\:focus\:border-yellow-dark:focus {
    border-color: #f2d024;
  }

  .xl\:focus\:border-yellow:focus {
    border-color: #ffed4a;
  }

  .xl\:focus\:border-yellow-light:focus {
    border-color: #fff382;
  }

  .xl\:focus\:border-yellow-lighter:focus {
    border-color: #fff9c2;
  }

  .xl\:focus\:border-yellow-lightest:focus {
    border-color: #fcfbeb;
  }

  .xl\:focus\:border-green-darkest:focus {
    border-color: #0f2f21;
  }

  .xl\:focus\:border-green-darker:focus {
    border-color: #1a4731;
  }

  .xl\:focus\:border-green-dark:focus {
    border-color: #1f9d55;
  }

  .xl\:focus\:border-green:focus {
    border-color: #38c172;
  }

  .xl\:focus\:border-green-light:focus {
    border-color: #51d88a;
  }

  .xl\:focus\:border-green-lighter:focus {
    border-color: #a2f5bf;
  }

  .xl\:focus\:border-green-lightest:focus {
    border-color: #e3fcec;
  }

  .xl\:focus\:border-teal-darkest:focus {
    border-color: #0d3331;
  }

  .xl\:focus\:border-teal-darker:focus {
    border-color: #20504f;
  }

  .xl\:focus\:border-teal-dark:focus {
    border-color: #38a89d;
  }

  .xl\:focus\:border-teal:focus {
    border-color: #4dc0b5;
  }

  .xl\:focus\:border-teal-light:focus {
    border-color: #64d5ca;
  }

  .xl\:focus\:border-teal-lighter:focus {
    border-color: #a0f0ed;
  }

  .xl\:focus\:border-teal-lightest:focus {
    border-color: #e8fffe;
  }

  .xl\:focus\:border-blue-darkest:focus {
    border-color: #12283a;
  }

  .xl\:focus\:border-blue-darker:focus {
    border-color: #1c3d5a;
  }

  .xl\:focus\:border-blue-dark:focus {
    border-color: #2779bd;
  }

  .xl\:focus\:border-blue:focus {
    border-color: #3490dc;
  }

  .xl\:focus\:border-blue-light:focus {
    border-color: #6cb2eb;
  }

  .xl\:focus\:border-blue-lighter:focus {
    border-color: #bcdefa;
  }

  .xl\:focus\:border-blue-lightest:focus {
    border-color: #eff8ff;
  }

  .xl\:focus\:border-indigo-darkest:focus {
    border-color: #191e38;
  }

  .xl\:focus\:border-indigo-darker:focus {
    border-color: #2f365f;
  }

  .xl\:focus\:border-indigo-dark:focus {
    border-color: #5661b3;
  }

  .xl\:focus\:border-indigo:focus {
    border-color: #6574cd;
  }

  .xl\:focus\:border-indigo-light:focus {
    border-color: #7886d7;
  }

  .xl\:focus\:border-indigo-lighter:focus {
    border-color: #b2b7ff;
  }

  .xl\:focus\:border-indigo-lightest:focus {
    border-color: #e6e8ff;
  }

  .xl\:focus\:border-purple-darkest:focus {
    border-color: #21183c;
  }

  .xl\:focus\:border-purple-darker:focus {
    border-color: #382b5f;
  }

  .xl\:focus\:border-purple-dark:focus {
    border-color: #794acf;
  }

  .xl\:focus\:border-purple:focus {
    border-color: #9561e2;
  }

  .xl\:focus\:border-purple-light:focus {
    border-color: #a779e9;
  }

  .xl\:focus\:border-purple-lighter:focus {
    border-color: #d6bbfc;
  }

  .xl\:focus\:border-purple-lightest:focus {
    border-color: #f3ebff;
  }

  .xl\:focus\:border-pink-darkest:focus {
    border-color: #451225;
  }

  .xl\:focus\:border-pink-darker:focus {
    border-color: #6f213f;
  }

  .xl\:focus\:border-pink-dark:focus {
    border-color: #eb5286;
  }

  .xl\:focus\:border-pink:focus {
    border-color: #f66d9b;
  }

  .xl\:focus\:border-pink-light:focus {
    border-color: #fa7ea8;
  }

  .xl\:focus\:border-pink-lighter:focus {
    border-color: #ffbbca;
  }

  .xl\:focus\:border-pink-lightest:focus {
    border-color: #ffebef;
  }

  .xl\:active\:border-transparent:active {
    border-color: transparent;
  }

  .xl\:active\:border-black:active {
    border-color: #22292f;
  }

  .xl\:active\:border-grey-darkest:active {
    border-color: #3d4852;
  }

  .xl\:active\:border-grey-darker:active {
    border-color: #606f7b;
  }

  .xl\:active\:border-grey-dark:active {
    border-color: #8795a1;
  }

  .xl\:active\:border-grey:active {
    border-color: #b8c2cc;
  }

  .xl\:active\:border-grey-light:active {
    border-color: #dae1e7;
  }

  .xl\:active\:border-grey-lighter:active {
    border-color: #f1f5f8;
  }

  .xl\:active\:border-grey-lightest:active {
    border-color: #f8fafc;
  }

  .xl\:active\:border-white:active {
    border-color: #fff;
  }

  .xl\:active\:border-red-darkest:active {
    border-color: #3b0d0c;
  }

  .xl\:active\:border-red-darker:active {
    border-color: #621b18;
  }

  .xl\:active\:border-red-dark:active {
    border-color: #cc1f1a;
  }

  .xl\:active\:border-red:active {
    border-color: #e3342f;
  }

  .xl\:active\:border-red-light:active {
    border-color: #ef5753;
  }

  .xl\:active\:border-red-lighter:active {
    border-color: #f9acaa;
  }

  .xl\:active\:border-red-lightest:active {
    border-color: #fcebea;
  }

  .xl\:active\:border-orange-darkest:active {
    border-color: #462a16;
  }

  .xl\:active\:border-orange-darker:active {
    border-color: #613b1f;
  }

  .xl\:active\:border-orange-dark:active {
    border-color: #de751f;
  }

  .xl\:active\:border-orange:active {
    border-color: #f6993f;
  }

  .xl\:active\:border-orange-light:active {
    border-color: #faad63;
  }

  .xl\:active\:border-orange-lighter:active {
    border-color: #fcd9b6;
  }

  .xl\:active\:border-orange-lightest:active {
    border-color: #fff5eb;
  }

  .xl\:active\:border-yellow-darkest:active {
    border-color: #453411;
  }

  .xl\:active\:border-yellow-darker:active {
    border-color: #684f1d;
  }

  .xl\:active\:border-yellow-dark:active {
    border-color: #f2d024;
  }

  .xl\:active\:border-yellow:active {
    border-color: #ffed4a;
  }

  .xl\:active\:border-yellow-light:active {
    border-color: #fff382;
  }

  .xl\:active\:border-yellow-lighter:active {
    border-color: #fff9c2;
  }

  .xl\:active\:border-yellow-lightest:active {
    border-color: #fcfbeb;
  }

  .xl\:active\:border-green-darkest:active {
    border-color: #0f2f21;
  }

  .xl\:active\:border-green-darker:active {
    border-color: #1a4731;
  }

  .xl\:active\:border-green-dark:active {
    border-color: #1f9d55;
  }

  .xl\:active\:border-green:active {
    border-color: #38c172;
  }

  .xl\:active\:border-green-light:active {
    border-color: #51d88a;
  }

  .xl\:active\:border-green-lighter:active {
    border-color: #a2f5bf;
  }

  .xl\:active\:border-green-lightest:active {
    border-color: #e3fcec;
  }

  .xl\:active\:border-teal-darkest:active {
    border-color: #0d3331;
  }

  .xl\:active\:border-teal-darker:active {
    border-color: #20504f;
  }

  .xl\:active\:border-teal-dark:active {
    border-color: #38a89d;
  }

  .xl\:active\:border-teal:active {
    border-color: #4dc0b5;
  }

  .xl\:active\:border-teal-light:active {
    border-color: #64d5ca;
  }

  .xl\:active\:border-teal-lighter:active {
    border-color: #a0f0ed;
  }

  .xl\:active\:border-teal-lightest:active {
    border-color: #e8fffe;
  }

  .xl\:active\:border-blue-darkest:active {
    border-color: #12283a;
  }

  .xl\:active\:border-blue-darker:active {
    border-color: #1c3d5a;
  }

  .xl\:active\:border-blue-dark:active {
    border-color: #2779bd;
  }

  .xl\:active\:border-blue:active {
    border-color: #3490dc;
  }

  .xl\:active\:border-blue-light:active {
    border-color: #6cb2eb;
  }

  .xl\:active\:border-blue-lighter:active {
    border-color: #bcdefa;
  }

  .xl\:active\:border-blue-lightest:active {
    border-color: #eff8ff;
  }

  .xl\:active\:border-indigo-darkest:active {
    border-color: #191e38;
  }

  .xl\:active\:border-indigo-darker:active {
    border-color: #2f365f;
  }

  .xl\:active\:border-indigo-dark:active {
    border-color: #5661b3;
  }

  .xl\:active\:border-indigo:active {
    border-color: #6574cd;
  }

  .xl\:active\:border-indigo-light:active {
    border-color: #7886d7;
  }

  .xl\:active\:border-indigo-lighter:active {
    border-color: #b2b7ff;
  }

  .xl\:active\:border-indigo-lightest:active {
    border-color: #e6e8ff;
  }

  .xl\:active\:border-purple-darkest:active {
    border-color: #21183c;
  }

  .xl\:active\:border-purple-darker:active {
    border-color: #382b5f;
  }

  .xl\:active\:border-purple-dark:active {
    border-color: #794acf;
  }

  .xl\:active\:border-purple:active {
    border-color: #9561e2;
  }

  .xl\:active\:border-purple-light:active {
    border-color: #a779e9;
  }

  .xl\:active\:border-purple-lighter:active {
    border-color: #d6bbfc;
  }

  .xl\:active\:border-purple-lightest:active {
    border-color: #f3ebff;
  }

  .xl\:active\:border-pink-darkest:active {
    border-color: #451225;
  }

  .xl\:active\:border-pink-darker:active {
    border-color: #6f213f;
  }

  .xl\:active\:border-pink-dark:active {
    border-color: #eb5286;
  }

  .xl\:active\:border-pink:active {
    border-color: #f66d9b;
  }

  .xl\:active\:border-pink-light:active {
    border-color: #fa7ea8;
  }

  .xl\:active\:border-pink-lighter:active {
    border-color: #ffbbca;
  }

  .xl\:active\:border-pink-lightest:active {
    border-color: #ffebef;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-none {
    border-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-sm {
    border-radius: .125rem;
  }

  .group:hover .xl\:group-hover\:rounded {
    border-radius: .25rem;
  }

  .group:hover .xl\:group-hover\:rounded-lg {
    border-radius: .5rem;
  }

  .group:hover .xl\:group-hover\:rounded-full {
    border-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .group:hover .xl\:group-hover\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .group:hover .xl\:group-hover\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .group:hover .xl\:group-hover\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .group:hover .xl\:group-hover\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .group:hover .xl\:group-hover\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .group:hover .xl\:group-hover\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .group:hover .xl\:group-hover\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .group:hover .xl\:group-hover\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .group:hover .xl\:group-hover\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .group:hover .xl\:group-hover\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .group:hover .xl\:group-hover\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .group:hover .xl\:group-hover\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .group:hover .xl\:group-hover\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .group:hover .xl\:group-hover\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .group:hover .xl\:group-hover\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .group:hover .xl\:group-hover\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .group:hover .xl\:group-hover\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .group:hover .xl\:group-hover\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .group:hover .xl\:group-hover\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .group:hover .xl\:group-hover\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:hover\:rounded-none:hover {
    border-radius: 0;
  }

  .xl\:hover\:rounded-sm:hover {
    border-radius: .125rem;
  }

  .xl\:hover\:rounded:hover {
    border-radius: .25rem;
  }

  .xl\:hover\:rounded-lg:hover {
    border-radius: .5rem;
  }

  .xl\:hover\:rounded-full:hover {
    border-radius: 9999px;
  }

  .xl\:hover\:rounded-t-none:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:hover\:rounded-r-none:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:hover\:rounded-b-none:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:hover\:rounded-l-none:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:hover\:rounded-t-sm:hover {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:hover\:rounded-r-sm:hover {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:hover\:rounded-b-sm:hover {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:hover\:rounded-l-sm:hover {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:hover\:rounded-t:hover {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:hover\:rounded-r:hover {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:hover\:rounded-b:hover {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:hover\:rounded-l:hover {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:hover\:rounded-t-lg:hover {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:hover\:rounded-r-lg:hover {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:hover\:rounded-b-lg:hover {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:hover\:rounded-l-lg:hover {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:hover\:rounded-t-full:hover {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:hover\:rounded-r-full:hover {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:hover\:rounded-b-full:hover {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:hover\:rounded-l-full:hover {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:hover\:rounded-tl-none:hover {
    border-top-left-radius: 0;
  }

  .xl\:hover\:rounded-tr-none:hover {
    border-top-right-radius: 0;
  }

  .xl\:hover\:rounded-br-none:hover {
    border-bottom-right-radius: 0;
  }

  .xl\:hover\:rounded-bl-none:hover {
    border-bottom-left-radius: 0;
  }

  .xl\:hover\:rounded-tl-sm:hover {
    border-top-left-radius: .125rem;
  }

  .xl\:hover\:rounded-tr-sm:hover {
    border-top-right-radius: .125rem;
  }

  .xl\:hover\:rounded-br-sm:hover {
    border-bottom-right-radius: .125rem;
  }

  .xl\:hover\:rounded-bl-sm:hover {
    border-bottom-left-radius: .125rem;
  }

  .xl\:hover\:rounded-tl:hover {
    border-top-left-radius: .25rem;
  }

  .xl\:hover\:rounded-tr:hover {
    border-top-right-radius: .25rem;
  }

  .xl\:hover\:rounded-br:hover {
    border-bottom-right-radius: .25rem;
  }

  .xl\:hover\:rounded-bl:hover {
    border-bottom-left-radius: .25rem;
  }

  .xl\:hover\:rounded-tl-lg:hover {
    border-top-left-radius: .5rem;
  }

  .xl\:hover\:rounded-tr-lg:hover {
    border-top-right-radius: .5rem;
  }

  .xl\:hover\:rounded-br-lg:hover {
    border-bottom-right-radius: .5rem;
  }

  .xl\:hover\:rounded-bl-lg:hover {
    border-bottom-left-radius: .5rem;
  }

  .xl\:hover\:rounded-tl-full:hover {
    border-top-left-radius: 9999px;
  }

  .xl\:hover\:rounded-tr-full:hover {
    border-top-right-radius: 9999px;
  }

  .xl\:hover\:rounded-br-full:hover {
    border-bottom-right-radius: 9999px;
  }

  .xl\:hover\:rounded-bl-full:hover {
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus-within\:rounded-none:focus-within {
    border-radius: 0;
  }

  .xl\:focus-within\:rounded-sm:focus-within {
    border-radius: .125rem;
  }

  .xl\:focus-within\:rounded:focus-within {
    border-radius: .25rem;
  }

  .xl\:focus-within\:rounded-lg:focus-within {
    border-radius: .5rem;
  }

  .xl\:focus-within\:rounded-full:focus-within {
    border-radius: 9999px;
  }

  .xl\:focus-within\:rounded-t-none:focus-within {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:focus-within\:rounded-r-none:focus-within {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:focus-within\:rounded-b-none:focus-within {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:focus-within\:rounded-l-none:focus-within {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:focus-within\:rounded-t-sm:focus-within {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:focus-within\:rounded-r-sm:focus-within {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:focus-within\:rounded-b-sm:focus-within {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:focus-within\:rounded-l-sm:focus-within {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:focus-within\:rounded-t:focus-within {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:focus-within\:rounded-r:focus-within {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:focus-within\:rounded-b:focus-within {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:focus-within\:rounded-l:focus-within {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:focus-within\:rounded-t-lg:focus-within {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:focus-within\:rounded-r-lg:focus-within {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:focus-within\:rounded-b-lg:focus-within {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:focus-within\:rounded-l-lg:focus-within {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:focus-within\:rounded-t-full:focus-within {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:focus-within\:rounded-r-full:focus-within {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:focus-within\:rounded-b-full:focus-within {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus-within\:rounded-l-full:focus-within {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus-within\:rounded-tl-none:focus-within {
    border-top-left-radius: 0;
  }

  .xl\:focus-within\:rounded-tr-none:focus-within {
    border-top-right-radius: 0;
  }

  .xl\:focus-within\:rounded-br-none:focus-within {
    border-bottom-right-radius: 0;
  }

  .xl\:focus-within\:rounded-bl-none:focus-within {
    border-bottom-left-radius: 0;
  }

  .xl\:focus-within\:rounded-tl-sm:focus-within {
    border-top-left-radius: .125rem;
  }

  .xl\:focus-within\:rounded-tr-sm:focus-within {
    border-top-right-radius: .125rem;
  }

  .xl\:focus-within\:rounded-br-sm:focus-within {
    border-bottom-right-radius: .125rem;
  }

  .xl\:focus-within\:rounded-bl-sm:focus-within {
    border-bottom-left-radius: .125rem;
  }

  .xl\:focus-within\:rounded-tl:focus-within {
    border-top-left-radius: .25rem;
  }

  .xl\:focus-within\:rounded-tr:focus-within {
    border-top-right-radius: .25rem;
  }

  .xl\:focus-within\:rounded-br:focus-within {
    border-bottom-right-radius: .25rem;
  }

  .xl\:focus-within\:rounded-bl:focus-within {
    border-bottom-left-radius: .25rem;
  }

  .xl\:focus-within\:rounded-tl-lg:focus-within {
    border-top-left-radius: .5rem;
  }

  .xl\:focus-within\:rounded-tr-lg:focus-within {
    border-top-right-radius: .5rem;
  }

  .xl\:focus-within\:rounded-br-lg:focus-within {
    border-bottom-right-radius: .5rem;
  }

  .xl\:focus-within\:rounded-bl-lg:focus-within {
    border-bottom-left-radius: .5rem;
  }

  .xl\:focus-within\:rounded-tl-full:focus-within {
    border-top-left-radius: 9999px;
  }

  .xl\:focus-within\:rounded-tr-full:focus-within {
    border-top-right-radius: 9999px;
  }

  .xl\:focus-within\:rounded-br-full:focus-within {
    border-bottom-right-radius: 9999px;
  }

  .xl\:focus-within\:rounded-bl-full:focus-within {
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus\:rounded-none:focus {
    border-radius: 0;
  }

  .xl\:focus\:rounded-sm:focus {
    border-radius: .125rem;
  }

  .xl\:focus\:rounded:focus {
    border-radius: .25rem;
  }

  .xl\:focus\:rounded-lg:focus {
    border-radius: .5rem;
  }

  .xl\:focus\:rounded-full:focus {
    border-radius: 9999px;
  }

  .xl\:focus\:rounded-t-none:focus {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:focus\:rounded-r-none:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:focus\:rounded-b-none:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:focus\:rounded-l-none:focus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:focus\:rounded-t-sm:focus {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:focus\:rounded-r-sm:focus {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:focus\:rounded-b-sm:focus {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:focus\:rounded-l-sm:focus {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:focus\:rounded-t:focus {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:focus\:rounded-r:focus {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:focus\:rounded-b:focus {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:focus\:rounded-l:focus {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:focus\:rounded-t-lg:focus {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:focus\:rounded-r-lg:focus {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:focus\:rounded-b-lg:focus {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:focus\:rounded-l-lg:focus {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:focus\:rounded-t-full:focus {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:focus\:rounded-r-full:focus {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:focus\:rounded-b-full:focus {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus\:rounded-l-full:focus {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:focus\:rounded-tl-none:focus {
    border-top-left-radius: 0;
  }

  .xl\:focus\:rounded-tr-none:focus {
    border-top-right-radius: 0;
  }

  .xl\:focus\:rounded-br-none:focus {
    border-bottom-right-radius: 0;
  }

  .xl\:focus\:rounded-bl-none:focus {
    border-bottom-left-radius: 0;
  }

  .xl\:focus\:rounded-tl-sm:focus {
    border-top-left-radius: .125rem;
  }

  .xl\:focus\:rounded-tr-sm:focus {
    border-top-right-radius: .125rem;
  }

  .xl\:focus\:rounded-br-sm:focus {
    border-bottom-right-radius: .125rem;
  }

  .xl\:focus\:rounded-bl-sm:focus {
    border-bottom-left-radius: .125rem;
  }

  .xl\:focus\:rounded-tl:focus {
    border-top-left-radius: .25rem;
  }

  .xl\:focus\:rounded-tr:focus {
    border-top-right-radius: .25rem;
  }

  .xl\:focus\:rounded-br:focus {
    border-bottom-right-radius: .25rem;
  }

  .xl\:focus\:rounded-bl:focus {
    border-bottom-left-radius: .25rem;
  }

  .xl\:focus\:rounded-tl-lg:focus {
    border-top-left-radius: .5rem;
  }

  .xl\:focus\:rounded-tr-lg:focus {
    border-top-right-radius: .5rem;
  }

  .xl\:focus\:rounded-br-lg:focus {
    border-bottom-right-radius: .5rem;
  }

  .xl\:focus\:rounded-bl-lg:focus {
    border-bottom-left-radius: .5rem;
  }

  .xl\:focus\:rounded-tl-full:focus {
    border-top-left-radius: 9999px;
  }

  .xl\:focus\:rounded-tr-full:focus {
    border-top-right-radius: 9999px;
  }

  .xl\:focus\:rounded-br-full:focus {
    border-bottom-right-radius: 9999px;
  }

  .xl\:focus\:rounded-bl-full:focus {
    border-bottom-left-radius: 9999px;
  }

  .xl\:active\:rounded-none:active {
    border-radius: 0;
  }

  .xl\:active\:rounded-sm:active {
    border-radius: .125rem;
  }

  .xl\:active\:rounded:active {
    border-radius: .25rem;
  }

  .xl\:active\:rounded-lg:active {
    border-radius: .5rem;
  }

  .xl\:active\:rounded-full:active {
    border-radius: 9999px;
  }

  .xl\:active\:rounded-t-none:active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:active\:rounded-r-none:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:active\:rounded-b-none:active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:active\:rounded-l-none:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:active\:rounded-t-sm:active {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:active\:rounded-r-sm:active {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:active\:rounded-b-sm:active {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:active\:rounded-l-sm:active {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:active\:rounded-t:active {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:active\:rounded-r:active {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:active\:rounded-b:active {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:active\:rounded-l:active {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:active\:rounded-t-lg:active {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:active\:rounded-r-lg:active {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:active\:rounded-b-lg:active {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:active\:rounded-l-lg:active {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:active\:rounded-t-full:active {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:active\:rounded-r-full:active {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:active\:rounded-b-full:active {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:active\:rounded-l-full:active {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:active\:rounded-tl-none:active {
    border-top-left-radius: 0;
  }

  .xl\:active\:rounded-tr-none:active {
    border-top-right-radius: 0;
  }

  .xl\:active\:rounded-br-none:active {
    border-bottom-right-radius: 0;
  }

  .xl\:active\:rounded-bl-none:active {
    border-bottom-left-radius: 0;
  }

  .xl\:active\:rounded-tl-sm:active {
    border-top-left-radius: .125rem;
  }

  .xl\:active\:rounded-tr-sm:active {
    border-top-right-radius: .125rem;
  }

  .xl\:active\:rounded-br-sm:active {
    border-bottom-right-radius: .125rem;
  }

  .xl\:active\:rounded-bl-sm:active {
    border-bottom-left-radius: .125rem;
  }

  .xl\:active\:rounded-tl:active {
    border-top-left-radius: .25rem;
  }

  .xl\:active\:rounded-tr:active {
    border-top-right-radius: .25rem;
  }

  .xl\:active\:rounded-br:active {
    border-bottom-right-radius: .25rem;
  }

  .xl\:active\:rounded-bl:active {
    border-bottom-left-radius: .25rem;
  }

  .xl\:active\:rounded-tl-lg:active {
    border-top-left-radius: .5rem;
  }

  .xl\:active\:rounded-tr-lg:active {
    border-top-right-radius: .5rem;
  }

  .xl\:active\:rounded-br-lg:active {
    border-bottom-right-radius: .5rem;
  }

  .xl\:active\:rounded-bl-lg:active {
    border-bottom-left-radius: .5rem;
  }

  .xl\:active\:rounded-tl-full:active {
    border-top-left-radius: 9999px;
  }

  .xl\:active\:rounded-tr-full:active {
    border-top-right-radius: 9999px;
  }

  .xl\:active\:rounded-br-full:active {
    border-bottom-right-radius: 9999px;
  }

  .xl\:active\:rounded-bl-full:active {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-none {
    border-style: none;
  }

  .group:hover .xl\:group-hover\:border-solid {
    border-style: solid;
  }

  .group:hover .xl\:group-hover\:border-dashed {
    border-style: dashed;
  }

  .group:hover .xl\:group-hover\:border-dotted {
    border-style: dotted;
  }

  .group:hover .xl\:group-hover\:border-none {
    border-style: none;
  }

  .xl\:hover\:border-solid:hover {
    border-style: solid;
  }

  .xl\:hover\:border-dashed:hover {
    border-style: dashed;
  }

  .xl\:hover\:border-dotted:hover {
    border-style: dotted;
  }

  .xl\:hover\:border-none:hover {
    border-style: none;
  }

  .xl\:focus-within\:border-solid:focus-within {
    border-style: solid;
  }

  .xl\:focus-within\:border-dashed:focus-within {
    border-style: dashed;
  }

  .xl\:focus-within\:border-dotted:focus-within {
    border-style: dotted;
  }

  .xl\:focus-within\:border-none:focus-within {
    border-style: none;
  }

  .xl\:focus\:border-solid:focus {
    border-style: solid;
  }

  .xl\:focus\:border-dashed:focus {
    border-style: dashed;
  }

  .xl\:focus\:border-dotted:focus {
    border-style: dotted;
  }

  .xl\:focus\:border-none:focus {
    border-style: none;
  }

  .xl\:active\:border-solid:active {
    border-style: solid;
  }

  .xl\:active\:border-dashed:active {
    border-style: dashed;
  }

  .xl\:active\:border-dotted:active {
    border-style: dotted;
  }

  .xl\:active\:border-none:active {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-0 {
    border-width: 0;
  }

  .group:hover .xl\:group-hover\:border-2 {
    border-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-4 {
    border-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-8 {
    border-width: 8px;
  }

  .group:hover .xl\:group-hover\:border {
    border-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-t-0 {
    border-top-width: 0;
  }

  .group:hover .xl\:group-hover\:border-r-0 {
    border-right-width: 0;
  }

  .group:hover .xl\:group-hover\:border-b-0 {
    border-bottom-width: 0;
  }

  .group:hover .xl\:group-hover\:border-l-0 {
    border-left-width: 0;
  }

  .group:hover .xl\:group-hover\:border-t-2 {
    border-top-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-r-2 {
    border-right-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-b-2 {
    border-bottom-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-l-2 {
    border-left-width: 2px;
  }

  .group:hover .xl\:group-hover\:border-t-4 {
    border-top-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-r-4 {
    border-right-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-b-4 {
    border-bottom-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-l-4 {
    border-left-width: 4px;
  }

  .group:hover .xl\:group-hover\:border-t-8 {
    border-top-width: 8px;
  }

  .group:hover .xl\:group-hover\:border-r-8 {
    border-right-width: 8px;
  }

  .group:hover .xl\:group-hover\:border-b-8 {
    border-bottom-width: 8px;
  }

  .group:hover .xl\:group-hover\:border-l-8 {
    border-left-width: 8px;
  }

  .group:hover .xl\:group-hover\:border-t {
    border-top-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-r {
    border-right-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-b {
    border-bottom-width: 1px;
  }

  .group:hover .xl\:group-hover\:border-l {
    border-left-width: 1px;
  }

  .xl\:hover\:border-0:hover {
    border-width: 0;
  }

  .xl\:hover\:border-2:hover {
    border-width: 2px;
  }

  .xl\:hover\:border-4:hover {
    border-width: 4px;
  }

  .xl\:hover\:border-8:hover {
    border-width: 8px;
  }

  .xl\:hover\:border:hover {
    border-width: 1px;
  }

  .xl\:hover\:border-t-0:hover {
    border-top-width: 0;
  }

  .xl\:hover\:border-r-0:hover {
    border-right-width: 0;
  }

  .xl\:hover\:border-b-0:hover {
    border-bottom-width: 0;
  }

  .xl\:hover\:border-l-0:hover {
    border-left-width: 0;
  }

  .xl\:hover\:border-t-2:hover {
    border-top-width: 2px;
  }

  .xl\:hover\:border-r-2:hover {
    border-right-width: 2px;
  }

  .xl\:hover\:border-b-2:hover {
    border-bottom-width: 2px;
  }

  .xl\:hover\:border-l-2:hover {
    border-left-width: 2px;
  }

  .xl\:hover\:border-t-4:hover {
    border-top-width: 4px;
  }

  .xl\:hover\:border-r-4:hover {
    border-right-width: 4px;
  }

  .xl\:hover\:border-b-4:hover {
    border-bottom-width: 4px;
  }

  .xl\:hover\:border-l-4:hover {
    border-left-width: 4px;
  }

  .xl\:hover\:border-t-8:hover {
    border-top-width: 8px;
  }

  .xl\:hover\:border-r-8:hover {
    border-right-width: 8px;
  }

  .xl\:hover\:border-b-8:hover {
    border-bottom-width: 8px;
  }

  .xl\:hover\:border-l-8:hover {
    border-left-width: 8px;
  }

  .xl\:hover\:border-t:hover {
    border-top-width: 1px;
  }

  .xl\:hover\:border-r:hover {
    border-right-width: 1px;
  }

  .xl\:hover\:border-b:hover {
    border-bottom-width: 1px;
  }

  .xl\:hover\:border-l:hover {
    border-left-width: 1px;
  }

  .xl\:focus-within\:border-0:focus-within {
    border-width: 0;
  }

  .xl\:focus-within\:border-2:focus-within {
    border-width: 2px;
  }

  .xl\:focus-within\:border-4:focus-within {
    border-width: 4px;
  }

  .xl\:focus-within\:border-8:focus-within {
    border-width: 8px;
  }

  .xl\:focus-within\:border:focus-within {
    border-width: 1px;
  }

  .xl\:focus-within\:border-t-0:focus-within {
    border-top-width: 0;
  }

  .xl\:focus-within\:border-r-0:focus-within {
    border-right-width: 0;
  }

  .xl\:focus-within\:border-b-0:focus-within {
    border-bottom-width: 0;
  }

  .xl\:focus-within\:border-l-0:focus-within {
    border-left-width: 0;
  }

  .xl\:focus-within\:border-t-2:focus-within {
    border-top-width: 2px;
  }

  .xl\:focus-within\:border-r-2:focus-within {
    border-right-width: 2px;
  }

  .xl\:focus-within\:border-b-2:focus-within {
    border-bottom-width: 2px;
  }

  .xl\:focus-within\:border-l-2:focus-within {
    border-left-width: 2px;
  }

  .xl\:focus-within\:border-t-4:focus-within {
    border-top-width: 4px;
  }

  .xl\:focus-within\:border-r-4:focus-within {
    border-right-width: 4px;
  }

  .xl\:focus-within\:border-b-4:focus-within {
    border-bottom-width: 4px;
  }

  .xl\:focus-within\:border-l-4:focus-within {
    border-left-width: 4px;
  }

  .xl\:focus-within\:border-t-8:focus-within {
    border-top-width: 8px;
  }

  .xl\:focus-within\:border-r-8:focus-within {
    border-right-width: 8px;
  }

  .xl\:focus-within\:border-b-8:focus-within {
    border-bottom-width: 8px;
  }

  .xl\:focus-within\:border-l-8:focus-within {
    border-left-width: 8px;
  }

  .xl\:focus-within\:border-t:focus-within {
    border-top-width: 1px;
  }

  .xl\:focus-within\:border-r:focus-within {
    border-right-width: 1px;
  }

  .xl\:focus-within\:border-b:focus-within {
    border-bottom-width: 1px;
  }

  .xl\:focus-within\:border-l:focus-within {
    border-left-width: 1px;
  }

  .xl\:focus\:border-0:focus {
    border-width: 0;
  }

  .xl\:focus\:border-2:focus {
    border-width: 2px;
  }

  .xl\:focus\:border-4:focus {
    border-width: 4px;
  }

  .xl\:focus\:border-8:focus {
    border-width: 8px;
  }

  .xl\:focus\:border:focus {
    border-width: 1px;
  }

  .xl\:focus\:border-t-0:focus {
    border-top-width: 0;
  }

  .xl\:focus\:border-r-0:focus {
    border-right-width: 0;
  }

  .xl\:focus\:border-b-0:focus {
    border-bottom-width: 0;
  }

  .xl\:focus\:border-l-0:focus {
    border-left-width: 0;
  }

  .xl\:focus\:border-t-2:focus {
    border-top-width: 2px;
  }

  .xl\:focus\:border-r-2:focus {
    border-right-width: 2px;
  }

  .xl\:focus\:border-b-2:focus {
    border-bottom-width: 2px;
  }

  .xl\:focus\:border-l-2:focus {
    border-left-width: 2px;
  }

  .xl\:focus\:border-t-4:focus {
    border-top-width: 4px;
  }

  .xl\:focus\:border-r-4:focus {
    border-right-width: 4px;
  }

  .xl\:focus\:border-b-4:focus {
    border-bottom-width: 4px;
  }

  .xl\:focus\:border-l-4:focus {
    border-left-width: 4px;
  }

  .xl\:focus\:border-t-8:focus {
    border-top-width: 8px;
  }

  .xl\:focus\:border-r-8:focus {
    border-right-width: 8px;
  }

  .xl\:focus\:border-b-8:focus {
    border-bottom-width: 8px;
  }

  .xl\:focus\:border-l-8:focus {
    border-left-width: 8px;
  }

  .xl\:focus\:border-t:focus {
    border-top-width: 1px;
  }

  .xl\:focus\:border-r:focus {
    border-right-width: 1px;
  }

  .xl\:focus\:border-b:focus {
    border-bottom-width: 1px;
  }

  .xl\:focus\:border-l:focus {
    border-left-width: 1px;
  }

  .xl\:active\:border-0:active {
    border-width: 0;
  }

  .xl\:active\:border-2:active {
    border-width: 2px;
  }

  .xl\:active\:border-4:active {
    border-width: 4px;
  }

  .xl\:active\:border-8:active {
    border-width: 8px;
  }

  .xl\:active\:border:active {
    border-width: 1px;
  }

  .xl\:active\:border-t-0:active {
    border-top-width: 0;
  }

  .xl\:active\:border-r-0:active {
    border-right-width: 0;
  }

  .xl\:active\:border-b-0:active {
    border-bottom-width: 0;
  }

  .xl\:active\:border-l-0:active {
    border-left-width: 0;
  }

  .xl\:active\:border-t-2:active {
    border-top-width: 2px;
  }

  .xl\:active\:border-r-2:active {
    border-right-width: 2px;
  }

  .xl\:active\:border-b-2:active {
    border-bottom-width: 2px;
  }

  .xl\:active\:border-l-2:active {
    border-left-width: 2px;
  }

  .xl\:active\:border-t-4:active {
    border-top-width: 4px;
  }

  .xl\:active\:border-r-4:active {
    border-right-width: 4px;
  }

  .xl\:active\:border-b-4:active {
    border-bottom-width: 4px;
  }

  .xl\:active\:border-l-4:active {
    border-left-width: 4px;
  }

  .xl\:active\:border-t-8:active {
    border-top-width: 8px;
  }

  .xl\:active\:border-r-8:active {
    border-right-width: 8px;
  }

  .xl\:active\:border-b-8:active {
    border-bottom-width: 8px;
  }

  .xl\:active\:border-l-8:active {
    border-left-width: 8px;
  }

  .xl\:active\:border-t:active {
    border-top-width: 1px;
  }

  .xl\:active\:border-r:active {
    border-right-width: 1px;
  }

  .xl\:active\:border-b:active {
    border-bottom-width: 1px;
  }

  .xl\:active\:border-l:active {
    border-left-width: 1px;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .group:hover .xl\:group-hover\:cursor-auto {
    cursor: auto;
  }

  .group:hover .xl\:group-hover\:cursor-default {
    cursor: default;
  }

  .group:hover .xl\:group-hover\:cursor-pointer {
    cursor: pointer;
  }

  .group:hover .xl\:group-hover\:cursor-wait {
    cursor: wait;
  }

  .group:hover .xl\:group-hover\:cursor-move {
    cursor: move;
  }

  .group:hover .xl\:group-hover\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:hover\:cursor-auto:hover {
    cursor: auto;
  }

  .xl\:hover\:cursor-default:hover {
    cursor: default;
  }

  .xl\:hover\:cursor-pointer:hover {
    cursor: pointer;
  }

  .xl\:hover\:cursor-wait:hover {
    cursor: wait;
  }

  .xl\:hover\:cursor-move:hover {
    cursor: move;
  }

  .xl\:hover\:cursor-not-allowed:hover {
    cursor: not-allowed;
  }

  .xl\:focus-within\:cursor-auto:focus-within {
    cursor: auto;
  }

  .xl\:focus-within\:cursor-default:focus-within {
    cursor: default;
  }

  .xl\:focus-within\:cursor-pointer:focus-within {
    cursor: pointer;
  }

  .xl\:focus-within\:cursor-wait:focus-within {
    cursor: wait;
  }

  .xl\:focus-within\:cursor-move:focus-within {
    cursor: move;
  }

  .xl\:focus-within\:cursor-not-allowed:focus-within {
    cursor: not-allowed;
  }

  .xl\:focus\:cursor-auto:focus {
    cursor: auto;
  }

  .xl\:focus\:cursor-default:focus {
    cursor: default;
  }

  .xl\:focus\:cursor-pointer:focus {
    cursor: pointer;
  }

  .xl\:focus\:cursor-wait:focus {
    cursor: wait;
  }

  .xl\:focus\:cursor-move:focus {
    cursor: move;
  }

  .xl\:focus\:cursor-not-allowed:focus {
    cursor: not-allowed;
  }

  .xl\:active\:cursor-auto:active {
    cursor: auto;
  }

  .xl\:active\:cursor-default:active {
    cursor: default;
  }

  .xl\:active\:cursor-pointer:active {
    cursor: pointer;
  }

  .xl\:active\:cursor-wait:active {
    cursor: wait;
  }

  .xl\:active\:cursor-move:active {
    cursor: move;
  }

  .xl\:active\:cursor-not-allowed:active {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .group:hover .xl\:group-hover\:block {
    display: block;
  }

  .group:hover .xl\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .xl\:group-hover\:inline {
    display: inline;
  }

  .group:hover .xl\:group-hover\:table {
    display: table;
  }

  .group:hover .xl\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .xl\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .xl\:group-hover\:hidden {
    display: none;
  }

  .xl\:hover\:block:hover {
    display: block;
  }

  .xl\:hover\:inline-block:hover {
    display: inline-block;
  }

  .xl\:hover\:inline:hover {
    display: inline;
  }

  .xl\:hover\:table:hover {
    display: table;
  }

  .xl\:hover\:table-row:hover {
    display: table-row;
  }

  .xl\:hover\:table-cell:hover {
    display: table-cell;
  }

  .xl\:hover\:hidden:hover {
    display: none;
  }

  .xl\:focus-within\:block:focus-within {
    display: block;
  }

  .xl\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .xl\:focus-within\:inline:focus-within {
    display: inline;
  }

  .xl\:focus-within\:table:focus-within {
    display: table;
  }

  .xl\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .xl\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .xl\:focus-within\:hidden:focus-within {
    display: none;
  }

  .xl\:focus\:block:focus {
    display: block;
  }

  .xl\:focus\:inline-block:focus {
    display: inline-block;
  }

  .xl\:focus\:inline:focus {
    display: inline;
  }

  .xl\:focus\:table:focus {
    display: table;
  }

  .xl\:focus\:table-row:focus {
    display: table-row;
  }

  .xl\:focus\:table-cell:focus {
    display: table-cell;
  }

  .xl\:focus\:hidden:focus {
    display: none;
  }

  .xl\:active\:block:active {
    display: block;
  }

  .xl\:active\:inline-block:active {
    display: inline-block;
  }

  .xl\:active\:inline:active {
    display: inline;
  }

  .xl\:active\:table:active {
    display: table;
  }

  .xl\:active\:table-row:active {
    display: table-row;
  }

  .xl\:active\:table-cell:active {
    display: table-cell;
  }

  .xl\:active\:hidden:active {
    display: none;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:flex-no-grow {
    flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    flex-shrink: 0;
  }

  .group:hover .xl\:group-hover\:flex {
    display: flex;
  }

  .group:hover .xl\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .xl\:group-hover\:flex-row {
    flex-direction: row;
  }

  .group:hover .xl\:group-hover\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .group:hover .xl\:group-hover\:flex-col {
    flex-direction: column;
  }

  .group:hover .xl\:group-hover\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .group:hover .xl\:group-hover\:flex-wrap {
    flex-wrap: wrap;
  }

  .group:hover .xl\:group-hover\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .group:hover .xl\:group-hover\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .group:hover .xl\:group-hover\:items-start {
    align-items: flex-start;
  }

  .group:hover .xl\:group-hover\:items-end {
    align-items: flex-end;
  }

  .group:hover .xl\:group-hover\:items-center {
    align-items: center;
  }

  .group:hover .xl\:group-hover\:items-baseline {
    align-items: baseline;
  }

  .group:hover .xl\:group-hover\:items-stretch {
    align-items: stretch;
  }

  .group:hover .xl\:group-hover\:self-auto {
    align-self: auto;
  }

  .group:hover .xl\:group-hover\:self-start {
    align-self: flex-start;
  }

  .group:hover .xl\:group-hover\:self-end {
    align-self: flex-end;
  }

  .group:hover .xl\:group-hover\:self-center {
    align-self: center;
  }

  .group:hover .xl\:group-hover\:self-stretch {
    align-self: stretch;
  }

  .group:hover .xl\:group-hover\:justify-start {
    justify-content: flex-start;
  }

  .group:hover .xl\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .xl\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .xl\:group-hover\:justify-between {
    justify-content: space-between;
  }

  .group:hover .xl\:group-hover\:justify-around {
    justify-content: space-around;
  }

  .group:hover .xl\:group-hover\:content-center {
    align-content: center;
  }

  .group:hover .xl\:group-hover\:content-start {
    align-content: flex-start;
  }

  .group:hover .xl\:group-hover\:content-end {
    align-content: flex-end;
  }

  .group:hover .xl\:group-hover\:content-between {
    align-content: space-between;
  }

  .group:hover .xl\:group-hover\:content-around {
    align-content: space-around;
  }

  .group:hover .xl\:group-hover\:flex-1 {
    flex: 1 1 0%;
  }

  .group:hover .xl\:group-hover\:flex-auto {
    flex: 1 1 auto;
  }

  .group:hover .xl\:group-hover\:flex-initial {
    flex: 0 1 auto;
  }

  .group:hover .xl\:group-hover\:flex-none {
    flex: none;
  }

  .group:hover .xl\:group-hover\:flex-grow {
    flex-grow: 1;
  }

  .group:hover .xl\:group-hover\:flex-shrink {
    flex-shrink: 1;
  }

  .group:hover .xl\:group-hover\:flex-no-grow {
    flex-grow: 0;
  }

  .group:hover .xl\:group-hover\:flex-no-shrink {
    flex-shrink: 0;
  }

  .xl\:hover\:flex:hover {
    display: flex;
  }

  .xl\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .xl\:hover\:flex-row:hover {
    flex-direction: row;
  }

  .xl\:hover\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }

  .xl\:hover\:flex-col:hover {
    flex-direction: column;
  }

  .xl\:hover\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }

  .xl\:hover\:flex-wrap:hover {
    flex-wrap: wrap;
  }

  .xl\:hover\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }

  .xl\:hover\:flex-no-wrap:hover {
    flex-wrap: nowrap;
  }

  .xl\:hover\:items-start:hover {
    align-items: flex-start;
  }

  .xl\:hover\:items-end:hover {
    align-items: flex-end;
  }

  .xl\:hover\:items-center:hover {
    align-items: center;
  }

  .xl\:hover\:items-baseline:hover {
    align-items: baseline;
  }

  .xl\:hover\:items-stretch:hover {
    align-items: stretch;
  }

  .xl\:hover\:self-auto:hover {
    align-self: auto;
  }

  .xl\:hover\:self-start:hover {
    align-self: flex-start;
  }

  .xl\:hover\:self-end:hover {
    align-self: flex-end;
  }

  .xl\:hover\:self-center:hover {
    align-self: center;
  }

  .xl\:hover\:self-stretch:hover {
    align-self: stretch;
  }

  .xl\:hover\:justify-start:hover {
    justify-content: flex-start;
  }

  .xl\:hover\:justify-end:hover {
    justify-content: flex-end;
  }

  .xl\:hover\:justify-center:hover {
    justify-content: center;
  }

  .xl\:hover\:justify-between:hover {
    justify-content: space-between;
  }

  .xl\:hover\:justify-around:hover {
    justify-content: space-around;
  }

  .xl\:hover\:content-center:hover {
    align-content: center;
  }

  .xl\:hover\:content-start:hover {
    align-content: flex-start;
  }

  .xl\:hover\:content-end:hover {
    align-content: flex-end;
  }

  .xl\:hover\:content-between:hover {
    align-content: space-between;
  }

  .xl\:hover\:content-around:hover {
    align-content: space-around;
  }

  .xl\:hover\:flex-1:hover {
    flex: 1 1 0%;
  }

  .xl\:hover\:flex-auto:hover {
    flex: 1 1 auto;
  }

  .xl\:hover\:flex-initial:hover {
    flex: 0 1 auto;
  }

  .xl\:hover\:flex-none:hover {
    flex: none;
  }

  .xl\:hover\:flex-grow:hover {
    flex-grow: 1;
  }

  .xl\:hover\:flex-shrink:hover {
    flex-shrink: 1;
  }

  .xl\:hover\:flex-no-grow:hover {
    flex-grow: 0;
  }

  .xl\:hover\:flex-no-shrink:hover {
    flex-shrink: 0;
  }

  .xl\:focus-within\:flex:focus-within {
    display: flex;
  }

  .xl\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .xl\:focus-within\:flex-row:focus-within {
    flex-direction: row;
  }

  .xl\:focus-within\:flex-row-reverse:focus-within {
    flex-direction: row-reverse;
  }

  .xl\:focus-within\:flex-col:focus-within {
    flex-direction: column;
  }

  .xl\:focus-within\:flex-col-reverse:focus-within {
    flex-direction: column-reverse;
  }

  .xl\:focus-within\:flex-wrap:focus-within {
    flex-wrap: wrap;
  }

  .xl\:focus-within\:flex-wrap-reverse:focus-within {
    flex-wrap: wrap-reverse;
  }

  .xl\:focus-within\:flex-no-wrap:focus-within {
    flex-wrap: nowrap;
  }

  .xl\:focus-within\:items-start:focus-within {
    align-items: flex-start;
  }

  .xl\:focus-within\:items-end:focus-within {
    align-items: flex-end;
  }

  .xl\:focus-within\:items-center:focus-within {
    align-items: center;
  }

  .xl\:focus-within\:items-baseline:focus-within {
    align-items: baseline;
  }

  .xl\:focus-within\:items-stretch:focus-within {
    align-items: stretch;
  }

  .xl\:focus-within\:self-auto:focus-within {
    align-self: auto;
  }

  .xl\:focus-within\:self-start:focus-within {
    align-self: flex-start;
  }

  .xl\:focus-within\:self-end:focus-within {
    align-self: flex-end;
  }

  .xl\:focus-within\:self-center:focus-within {
    align-self: center;
  }

  .xl\:focus-within\:self-stretch:focus-within {
    align-self: stretch;
  }

  .xl\:focus-within\:justify-start:focus-within {
    justify-content: flex-start;
  }

  .xl\:focus-within\:justify-end:focus-within {
    justify-content: flex-end;
  }

  .xl\:focus-within\:justify-center:focus-within {
    justify-content: center;
  }

  .xl\:focus-within\:justify-between:focus-within {
    justify-content: space-between;
  }

  .xl\:focus-within\:justify-around:focus-within {
    justify-content: space-around;
  }

  .xl\:focus-within\:content-center:focus-within {
    align-content: center;
  }

  .xl\:focus-within\:content-start:focus-within {
    align-content: flex-start;
  }

  .xl\:focus-within\:content-end:focus-within {
    align-content: flex-end;
  }

  .xl\:focus-within\:content-between:focus-within {
    align-content: space-between;
  }

  .xl\:focus-within\:content-around:focus-within {
    align-content: space-around;
  }

  .xl\:focus-within\:flex-1:focus-within {
    flex: 1 1 0%;
  }

  .xl\:focus-within\:flex-auto:focus-within {
    flex: 1 1 auto;
  }

  .xl\:focus-within\:flex-initial:focus-within {
    flex: 0 1 auto;
  }

  .xl\:focus-within\:flex-none:focus-within {
    flex: none;
  }

  .xl\:focus-within\:flex-grow:focus-within {
    flex-grow: 1;
  }

  .xl\:focus-within\:flex-shrink:focus-within {
    flex-shrink: 1;
  }

  .xl\:focus-within\:flex-no-grow:focus-within {
    flex-grow: 0;
  }

  .xl\:focus-within\:flex-no-shrink:focus-within {
    flex-shrink: 0;
  }

  .xl\:focus\:flex:focus {
    display: flex;
  }

  .xl\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .xl\:focus\:flex-row:focus {
    flex-direction: row;
  }

  .xl\:focus\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }

  .xl\:focus\:flex-col:focus {
    flex-direction: column;
  }

  .xl\:focus\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }

  .xl\:focus\:flex-wrap:focus {
    flex-wrap: wrap;
  }

  .xl\:focus\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }

  .xl\:focus\:flex-no-wrap:focus {
    flex-wrap: nowrap;
  }

  .xl\:focus\:items-start:focus {
    align-items: flex-start;
  }

  .xl\:focus\:items-end:focus {
    align-items: flex-end;
  }

  .xl\:focus\:items-center:focus {
    align-items: center;
  }

  .xl\:focus\:items-baseline:focus {
    align-items: baseline;
  }

  .xl\:focus\:items-stretch:focus {
    align-items: stretch;
  }

  .xl\:focus\:self-auto:focus {
    align-self: auto;
  }

  .xl\:focus\:self-start:focus {
    align-self: flex-start;
  }

  .xl\:focus\:self-end:focus {
    align-self: flex-end;
  }

  .xl\:focus\:self-center:focus {
    align-self: center;
  }

  .xl\:focus\:self-stretch:focus {
    align-self: stretch;
  }

  .xl\:focus\:justify-start:focus {
    justify-content: flex-start;
  }

  .xl\:focus\:justify-end:focus {
    justify-content: flex-end;
  }

  .xl\:focus\:justify-center:focus {
    justify-content: center;
  }

  .xl\:focus\:justify-between:focus {
    justify-content: space-between;
  }

  .xl\:focus\:justify-around:focus {
    justify-content: space-around;
  }

  .xl\:focus\:content-center:focus {
    align-content: center;
  }

  .xl\:focus\:content-start:focus {
    align-content: flex-start;
  }

  .xl\:focus\:content-end:focus {
    align-content: flex-end;
  }

  .xl\:focus\:content-between:focus {
    align-content: space-between;
  }

  .xl\:focus\:content-around:focus {
    align-content: space-around;
  }

  .xl\:focus\:flex-1:focus {
    flex: 1 1 0%;
  }

  .xl\:focus\:flex-auto:focus {
    flex: 1 1 auto;
  }

  .xl\:focus\:flex-initial:focus {
    flex: 0 1 auto;
  }

  .xl\:focus\:flex-none:focus {
    flex: none;
  }

  .xl\:focus\:flex-grow:focus {
    flex-grow: 1;
  }

  .xl\:focus\:flex-shrink:focus {
    flex-shrink: 1;
  }

  .xl\:focus\:flex-no-grow:focus {
    flex-grow: 0;
  }

  .xl\:focus\:flex-no-shrink:focus {
    flex-shrink: 0;
  }

  .xl\:active\:flex:active {
    display: flex;
  }

  .xl\:active\:inline-flex:active {
    display: inline-flex;
  }

  .xl\:active\:flex-row:active {
    flex-direction: row;
  }

  .xl\:active\:flex-row-reverse:active {
    flex-direction: row-reverse;
  }

  .xl\:active\:flex-col:active {
    flex-direction: column;
  }

  .xl\:active\:flex-col-reverse:active {
    flex-direction: column-reverse;
  }

  .xl\:active\:flex-wrap:active {
    flex-wrap: wrap;
  }

  .xl\:active\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }

  .xl\:active\:flex-no-wrap:active {
    flex-wrap: nowrap;
  }

  .xl\:active\:items-start:active {
    align-items: flex-start;
  }

  .xl\:active\:items-end:active {
    align-items: flex-end;
  }

  .xl\:active\:items-center:active {
    align-items: center;
  }

  .xl\:active\:items-baseline:active {
    align-items: baseline;
  }

  .xl\:active\:items-stretch:active {
    align-items: stretch;
  }

  .xl\:active\:self-auto:active {
    align-self: auto;
  }

  .xl\:active\:self-start:active {
    align-self: flex-start;
  }

  .xl\:active\:self-end:active {
    align-self: flex-end;
  }

  .xl\:active\:self-center:active {
    align-self: center;
  }

  .xl\:active\:self-stretch:active {
    align-self: stretch;
  }

  .xl\:active\:justify-start:active {
    justify-content: flex-start;
  }

  .xl\:active\:justify-end:active {
    justify-content: flex-end;
  }

  .xl\:active\:justify-center:active {
    justify-content: center;
  }

  .xl\:active\:justify-between:active {
    justify-content: space-between;
  }

  .xl\:active\:justify-around:active {
    justify-content: space-around;
  }

  .xl\:active\:content-center:active {
    align-content: center;
  }

  .xl\:active\:content-start:active {
    align-content: flex-start;
  }

  .xl\:active\:content-end:active {
    align-content: flex-end;
  }

  .xl\:active\:content-between:active {
    align-content: space-between;
  }

  .xl\:active\:content-around:active {
    align-content: space-around;
  }

  .xl\:active\:flex-1:active {
    flex: 1 1 0%;
  }

  .xl\:active\:flex-auto:active {
    flex: 1 1 auto;
  }

  .xl\:active\:flex-initial:active {
    flex: 0 1 auto;
  }

  .xl\:active\:flex-none:active {
    flex: none;
  }

  .xl\:active\:flex-grow:active {
    flex-grow: 1;
  }

  .xl\:active\:flex-shrink:active {
    flex-shrink: 1;
  }

  .xl\:active\:flex-no-grow:active {
    flex-grow: 0;
  }

  .xl\:active\:flex-no-shrink:active {
    flex-shrink: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .group:hover .xl\:group-hover\:float-right {
    float: right;
  }

  .group:hover .xl\:group-hover\:float-left {
    float: left;
  }

  .group:hover .xl\:group-hover\:float-none {
    float: none;
  }

  .group:hover .xl\:group-hover\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:hover\:float-right:hover {
    float: right;
  }

  .xl\:hover\:float-left:hover {
    float: left;
  }

  .xl\:hover\:float-none:hover {
    float: none;
  }

  .xl\:hover\:clearfix:after:hover {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:focus-within\:float-right:focus-within {
    float: right;
  }

  .xl\:focus-within\:float-left:focus-within {
    float: left;
  }

  .xl\:focus-within\:float-none:focus-within {
    float: none;
  }

  .xl\:focus-within\:clearfix:after:focus-within {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:focus\:float-right:focus {
    float: right;
  }

  .xl\:focus\:float-left:focus {
    float: left;
  }

  .xl\:focus\:float-none:focus {
    float: none;
  }

  .xl\:focus\:clearfix:after:focus {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:active\:float-right:active {
    float: right;
  }

  .xl\:active\:float-left:active {
    float: left;
  }

  .xl\:active\:float-none:active {
    float: none;
  }

  .xl\:active\:clearfix:after:active {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-sans {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .group:hover .xl\:group-hover\:font-sans {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .group:hover .xl\:group-hover\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .group:hover .xl\:group-hover\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:hover\:font-sans:hover {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:hover\:font-serif:hover {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:hover\:font-mono:hover {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:focus-within\:font-sans:focus-within {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:focus-within\:font-serif:focus-within {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:focus-within\:font-mono:focus-within {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:focus\:font-sans:focus {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:focus\:font-serif:focus {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:focus\:font-mono:focus {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:active\:font-sans:active {
    font-family: Cerebri Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .xl\:active\:font-serif:active {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  }

  .xl\:active\:font-mono:active {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .group:hover .xl\:group-hover\:font-hairline {
    font-weight: 100;
  }

  .group:hover .xl\:group-hover\:font-thin {
    font-weight: 200;
  }

  .group:hover .xl\:group-hover\:font-light {
    font-weight: 300;
  }

  .group:hover .xl\:group-hover\:font-normal {
    font-weight: 400;
  }

  .group:hover .xl\:group-hover\:font-medium {
    font-weight: 500;
  }

  .group:hover .xl\:group-hover\:font-semibold {
    font-weight: 600;
  }

  .group:hover .xl\:group-hover\:font-bold {
    font-weight: 700;
  }

  .group:hover .xl\:group-hover\:font-extrabold {
    font-weight: 800;
  }

  .group:hover .xl\:group-hover\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus-within\:font-hairline:focus-within {
    font-weight: 100;
  }

  .xl\:focus-within\:font-thin:focus-within {
    font-weight: 200;
  }

  .xl\:focus-within\:font-light:focus-within {
    font-weight: 300;
  }

  .xl\:focus-within\:font-normal:focus-within {
    font-weight: 400;
  }

  .xl\:focus-within\:font-medium:focus-within {
    font-weight: 500;
  }

  .xl\:focus-within\:font-semibold:focus-within {
    font-weight: 600;
  }

  .xl\:focus-within\:font-bold:focus-within {
    font-weight: 700;
  }

  .xl\:focus-within\:font-extrabold:focus-within {
    font-weight: 800;
  }

  .xl\:focus-within\:font-black:focus-within {
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus {
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus {
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus {
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:active\:font-hairline:active {
    font-weight: 100;
  }

  .xl\:active\:font-thin:active {
    font-weight: 200;
  }

  .xl\:active\:font-light:active {
    font-weight: 300;
  }

  .xl\:active\:font-normal:active {
    font-weight: 400;
  }

  .xl\:active\:font-medium:active {
    font-weight: 500;
  }

  .xl\:active\:font-semibold:active {
    font-weight: 600;
  }

  .xl\:active\:font-bold:active {
    font-weight: 700;
  }

  .xl\:active\:font-extrabold:active {
    font-weight: 800;
  }

  .xl\:active\:font-black:active {
    font-weight: 900;
  }

  .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-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .group:hover .xl\:group-hover\:h-1 {
    height: .25rem;
  }

  .group:hover .xl\:group-hover\:h-2 {
    height: .5rem;
  }

  .group:hover .xl\:group-hover\:h-3 {
    height: .75rem;
  }

  .group:hover .xl\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .xl\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .xl\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .xl\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .xl\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .xl\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .xl\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .xl\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .xl\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .xl\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .xl\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .xl\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .xl\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .xl\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .xl\:group-hover\:h-screen {
    height: 100vh;
  }

  .xl\:hover\:h-1:hover {
    height: .25rem;
  }

  .xl\:hover\:h-2:hover {
    height: .5rem;
  }

  .xl\:hover\:h-3:hover {
    height: .75rem;
  }

  .xl\:hover\:h-4:hover {
    height: 1rem;
  }

  .xl\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .xl\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .xl\:hover\:h-8:hover {
    height: 2rem;
  }

  .xl\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .xl\:hover\:h-12:hover {
    height: 3rem;
  }

  .xl\:hover\:h-16:hover {
    height: 4rem;
  }

  .xl\:hover\:h-24:hover {
    height: 6rem;
  }

  .xl\:hover\:h-32:hover {
    height: 8rem;
  }

  .xl\:hover\:h-48:hover {
    height: 12rem;
  }

  .xl\:hover\:h-64:hover {
    height: 16rem;
  }

  .xl\:hover\:h-auto:hover {
    height: auto;
  }

  .xl\:hover\:h-px:hover {
    height: 1px;
  }

  .xl\:hover\:h-full:hover {
    height: 100%;
  }

  .xl\:hover\:h-screen:hover {
    height: 100vh;
  }

  .xl\:focus-within\:h-1:focus-within {
    height: .25rem;
  }

  .xl\:focus-within\:h-2:focus-within {
    height: .5rem;
  }

  .xl\:focus-within\:h-3:focus-within {
    height: .75rem;
  }

  .xl\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .xl\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .xl\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .xl\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .xl\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .xl\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .xl\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .xl\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .xl\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .xl\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .xl\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .xl\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .xl\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .xl\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .xl\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .xl\:focus\:h-1:focus {
    height: .25rem;
  }

  .xl\:focus\:h-2:focus {
    height: .5rem;
  }

  .xl\:focus\:h-3:focus {
    height: .75rem;
  }

  .xl\:focus\:h-4:focus {
    height: 1rem;
  }

  .xl\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .xl\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .xl\:focus\:h-8:focus {
    height: 2rem;
  }

  .xl\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .xl\:focus\:h-12:focus {
    height: 3rem;
  }

  .xl\:focus\:h-16:focus {
    height: 4rem;
  }

  .xl\:focus\:h-24:focus {
    height: 6rem;
  }

  .xl\:focus\:h-32:focus {
    height: 8rem;
  }

  .xl\:focus\:h-48:focus {
    height: 12rem;
  }

  .xl\:focus\:h-64:focus {
    height: 16rem;
  }

  .xl\:focus\:h-auto:focus {
    height: auto;
  }

  .xl\:focus\:h-px:focus {
    height: 1px;
  }

  .xl\:focus\:h-full:focus {
    height: 100%;
  }

  .xl\:focus\:h-screen:focus {
    height: 100vh;
  }

  .xl\:active\:h-1:active {
    height: .25rem;
  }

  .xl\:active\:h-2:active {
    height: .5rem;
  }

  .xl\:active\:h-3:active {
    height: .75rem;
  }

  .xl\:active\:h-4:active {
    height: 1rem;
  }

  .xl\:active\:h-5:active {
    height: 1.25rem;
  }

  .xl\:active\:h-6:active {
    height: 1.5rem;
  }

  .xl\:active\:h-8:active {
    height: 2rem;
  }

  .xl\:active\:h-10:active {
    height: 2.5rem;
  }

  .xl\:active\:h-12:active {
    height: 3rem;
  }

  .xl\:active\:h-16:active {
    height: 4rem;
  }

  .xl\:active\:h-24:active {
    height: 6rem;
  }

  .xl\:active\:h-32:active {
    height: 8rem;
  }

  .xl\:active\:h-48:active {
    height: 12rem;
  }

  .xl\:active\:h-64:active {
    height: 16rem;
  }

  .xl\:active\:h-auto:active {
    height: auto;
  }

  .xl\:active\:h-px:active {
    height: 1px;
  }

  .xl\:active\:h-full:active {
    height: 100%;
  }

  .xl\:active\:h-screen:active {
    height: 100vh;
  }

  .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;
  }

  .group:hover .xl\:group-hover\:leading-none {
    line-height: 1;
  }

  .group:hover .xl\:group-hover\:leading-tight {
    line-height: 1.25;
  }

  .group:hover .xl\:group-hover\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .xl\:group-hover\:leading-loose {
    line-height: 2;
  }

  .xl\:hover\:leading-none:hover {
    line-height: 1;
  }

  .xl\:hover\:leading-tight:hover {
    line-height: 1.25;
  }

  .xl\:hover\:leading-normal:hover {
    line-height: 1.5;
  }

  .xl\:hover\:leading-loose:hover {
    line-height: 2;
  }

  .xl\:focus-within\:leading-none:focus-within {
    line-height: 1;
  }

  .xl\:focus-within\:leading-tight:focus-within {
    line-height: 1.25;
  }

  .xl\:focus-within\:leading-normal:focus-within {
    line-height: 1.5;
  }

  .xl\:focus-within\:leading-loose:focus-within {
    line-height: 2;
  }

  .xl\:focus\:leading-none:focus {
    line-height: 1;
  }

  .xl\:focus\:leading-tight:focus {
    line-height: 1.25;
  }

  .xl\:focus\:leading-normal:focus {
    line-height: 1.5;
  }

  .xl\:focus\:leading-loose:focus {
    line-height: 2;
  }

  .xl\:active\:leading-none:active {
    line-height: 1;
  }

  .xl\:active\:leading-tight:active {
    line-height: 1.25;
  }

  .xl\:active\:leading-normal:active {
    line-height: 1.5;
  }

  .xl\:active\:leading-loose:active {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: .25rem;
  }

  .xl\:m-2 {
    margin: .5rem;
  }

  .xl\:m-3 {
    margin: .75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: .25rem;
  }

  .xl\:mr-1 {
    margin-right: .25rem;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:ml-1 {
    margin-left: .25rem;
  }

  .xl\:mt-2 {
    margin-top: .5rem;
  }

  .xl\:mr-2 {
    margin-right: .5rem;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:ml-2 {
    margin-left: .5rem;
  }

  .xl\:mt-3 {
    margin-top: .75rem;
  }

  .xl\:mr-3 {
    margin-right: .75rem;
  }

  .xl\:mb-3 {
    margin-bottom: .75rem;
  }

  .xl\:ml-3 {
    margin-left: .75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:mt-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-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-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-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-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-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-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\:hover\:m-0:hover {
    margin: 0;
  }

  .xl\:hover\:m-1:hover {
    margin: .25rem;
  }

  .xl\:hover\:m-2:hover {
    margin: .5rem;
  }

  .xl\:hover\:m-3:hover {
    margin: .75rem;
  }

  .xl\:hover\:m-4:hover {
    margin: 1rem;
  }

  .xl\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .xl\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .xl\:hover\:m-8:hover {
    margin: 2rem;
  }

  .xl\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .xl\:hover\:m-12:hover {
    margin: 3rem;
  }

  .xl\:hover\:m-16:hover {
    margin: 4rem;
  }

  .xl\:hover\:m-20:hover {
    margin: 5rem;
  }

  .xl\:hover\:m-24:hover {
    margin: 6rem;
  }

  .xl\:hover\:m-32:hover {
    margin: 8rem;
  }

  .xl\:hover\:m-auto:hover {
    margin: auto;
  }

  .xl\:hover\:m-px:hover {
    margin: 1px;
  }

  .xl\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:hover\:my-1:hover {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:hover\:mx-1:hover {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:hover\:my-2:hover {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:hover\:mx-2:hover {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:hover\:my-3:hover {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:hover\:mx-3:hover {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .xl\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .xl\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .xl\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .xl\:hover\:mt-1:hover {
    margin-top: .25rem;
  }

  .xl\:hover\:mr-1:hover {
    margin-right: .25rem;
  }

  .xl\:hover\:mb-1:hover {
    margin-bottom: .25rem;
  }

  .xl\:hover\:ml-1:hover {
    margin-left: .25rem;
  }

  .xl\:hover\:mt-2:hover {
    margin-top: .5rem;
  }

  .xl\:hover\:mr-2:hover {
    margin-right: .5rem;
  }

  .xl\:hover\:mb-2:hover {
    margin-bottom: .5rem;
  }

  .xl\:hover\:ml-2:hover {
    margin-left: .5rem;
  }

  .xl\:hover\:mt-3:hover {
    margin-top: .75rem;
  }

  .xl\:hover\:mr-3:hover {
    margin-right: .75rem;
  }

  .xl\:hover\:mb-3:hover {
    margin-bottom: .75rem;
  }

  .xl\:hover\:ml-3:hover {
    margin-left: .75rem;
  }

  .xl\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .xl\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .xl\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .xl\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .xl\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .xl\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .xl\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .xl\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .xl\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .xl\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .xl\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .xl\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .xl\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .xl\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .xl\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .xl\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .xl\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .xl\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .xl\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .xl\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .xl\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .xl\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .xl\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .xl\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .xl\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .xl\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .xl\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .xl\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .xl\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .xl\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .xl\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .xl\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .xl\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .xl\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .xl\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .xl\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .xl\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .xl\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .xl\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .xl\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .xl\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .xl\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .xl\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .xl\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .xl\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .xl\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .xl\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .xl\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .xl\:focus-within\:m-0:focus-within {
    margin: 0;
  }

  .xl\:focus-within\:m-1:focus-within {
    margin: .25rem;
  }

  .xl\:focus-within\:m-2:focus-within {
    margin: .5rem;
  }

  .xl\:focus-within\:m-3:focus-within {
    margin: .75rem;
  }

  .xl\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .xl\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .xl\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .xl\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .xl\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .xl\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .xl\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .xl\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .xl\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .xl\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .xl\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .xl\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .xl\:focus-within\:my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:focus-within\:mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:focus-within\:my-1:focus-within {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:focus-within\:mx-1:focus-within {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:focus-within\:my-2:focus-within {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:focus-within\:mx-2:focus-within {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:focus-within\:my-3:focus-within {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:focus-within\:mx-3:focus-within {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:focus-within\:mt-0:focus-within {
    margin-top: 0;
  }

  .xl\:focus-within\:mr-0:focus-within {
    margin-right: 0;
  }

  .xl\:focus-within\:mb-0:focus-within {
    margin-bottom: 0;
  }

  .xl\:focus-within\:ml-0:focus-within {
    margin-left: 0;
  }

  .xl\:focus-within\:mt-1:focus-within {
    margin-top: .25rem;
  }

  .xl\:focus-within\:mr-1:focus-within {
    margin-right: .25rem;
  }

  .xl\:focus-within\:mb-1:focus-within {
    margin-bottom: .25rem;
  }

  .xl\:focus-within\:ml-1:focus-within {
    margin-left: .25rem;
  }

  .xl\:focus-within\:mt-2:focus-within {
    margin-top: .5rem;
  }

  .xl\:focus-within\:mr-2:focus-within {
    margin-right: .5rem;
  }

  .xl\:focus-within\:mb-2:focus-within {
    margin-bottom: .5rem;
  }

  .xl\:focus-within\:ml-2:focus-within {
    margin-left: .5rem;
  }

  .xl\:focus-within\:mt-3:focus-within {
    margin-top: .75rem;
  }

  .xl\:focus-within\:mr-3:focus-within {
    margin-right: .75rem;
  }

  .xl\:focus-within\:mb-3:focus-within {
    margin-bottom: .75rem;
  }

  .xl\:focus-within\:ml-3:focus-within {
    margin-left: .75rem;
  }

  .xl\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .xl\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .xl\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .xl\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .xl\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .xl\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .xl\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .xl\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .xl\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .xl\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .xl\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .xl\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .xl\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .xl\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .xl\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .xl\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .xl\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .xl\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .xl\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .xl\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .xl\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .xl\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .xl\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .xl\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .xl\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .xl\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .xl\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .xl\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .xl\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .xl\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .xl\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .xl\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .xl\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .xl\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .xl\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .xl\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .xl\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .xl\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .xl\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .xl\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .xl\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .xl\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .xl\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .xl\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .xl\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .xl\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .xl\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .xl\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .xl\:focus\:m-0:focus {
    margin: 0;
  }

  .xl\:focus\:m-1:focus {
    margin: .25rem;
  }

  .xl\:focus\:m-2:focus {
    margin: .5rem;
  }

  .xl\:focus\:m-3:focus {
    margin: .75rem;
  }

  .xl\:focus\:m-4:focus {
    margin: 1rem;
  }

  .xl\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .xl\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .xl\:focus\:m-8:focus {
    margin: 2rem;
  }

  .xl\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .xl\:focus\:m-12:focus {
    margin: 3rem;
  }

  .xl\:focus\:m-16:focus {
    margin: 4rem;
  }

  .xl\:focus\:m-20:focus {
    margin: 5rem;
  }

  .xl\:focus\:m-24:focus {
    margin: 6rem;
  }

  .xl\:focus\:m-32:focus {
    margin: 8rem;
  }

  .xl\:focus\:m-auto:focus {
    margin: auto;
  }

  .xl\:focus\:m-px:focus {
    margin: 1px;
  }

  .xl\:focus\:my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:focus\:mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:focus\:my-1:focus {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:focus\:mx-1:focus {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:focus\:my-2:focus {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:focus\:mx-2:focus {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:focus\:my-3:focus {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:focus\:mx-3:focus {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:focus\:mt-0:focus {
    margin-top: 0;
  }

  .xl\:focus\:mr-0:focus {
    margin-right: 0;
  }

  .xl\:focus\:mb-0:focus {
    margin-bottom: 0;
  }

  .xl\:focus\:ml-0:focus {
    margin-left: 0;
  }

  .xl\:focus\:mt-1:focus {
    margin-top: .25rem;
  }

  .xl\:focus\:mr-1:focus {
    margin-right: .25rem;
  }

  .xl\:focus\:mb-1:focus {
    margin-bottom: .25rem;
  }

  .xl\:focus\:ml-1:focus {
    margin-left: .25rem;
  }

  .xl\:focus\:mt-2:focus {
    margin-top: .5rem;
  }

  .xl\:focus\:mr-2:focus {
    margin-right: .5rem;
  }

  .xl\:focus\:mb-2:focus {
    margin-bottom: .5rem;
  }

  .xl\:focus\:ml-2:focus {
    margin-left: .5rem;
  }

  .xl\:focus\:mt-3:focus {
    margin-top: .75rem;
  }

  .xl\:focus\:mr-3:focus {
    margin-right: .75rem;
  }

  .xl\:focus\:mb-3:focus {
    margin-bottom: .75rem;
  }

  .xl\:focus\:ml-3:focus {
    margin-left: .75rem;
  }

  .xl\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .xl\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .xl\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .xl\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .xl\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .xl\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .xl\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .xl\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .xl\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .xl\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .xl\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .xl\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .xl\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .xl\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .xl\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .xl\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .xl\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .xl\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .xl\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .xl\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .xl\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .xl\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .xl\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .xl\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .xl\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .xl\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .xl\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .xl\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .xl\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .xl\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .xl\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .xl\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .xl\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .xl\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .xl\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .xl\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .xl\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .xl\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .xl\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .xl\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .xl\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .xl\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .xl\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .xl\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .xl\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .xl\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .xl\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .xl\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .xl\:active\:m-0:active {
    margin: 0;
  }

  .xl\:active\:m-1:active {
    margin: .25rem;
  }

  .xl\:active\:m-2:active {
    margin: .5rem;
  }

  .xl\:active\:m-3:active {
    margin: .75rem;
  }

  .xl\:active\:m-4:active {
    margin: 1rem;
  }

  .xl\:active\:m-5:active {
    margin: 1.25rem;
  }

  .xl\:active\:m-6:active {
    margin: 1.5rem;
  }

  .xl\:active\:m-8:active {
    margin: 2rem;
  }

  .xl\:active\:m-10:active {
    margin: 2.5rem;
  }

  .xl\:active\:m-12:active {
    margin: 3rem;
  }

  .xl\:active\:m-16:active {
    margin: 4rem;
  }

  .xl\:active\:m-20:active {
    margin: 5rem;
  }

  .xl\:active\:m-24:active {
    margin: 6rem;
  }

  .xl\:active\:m-32:active {
    margin: 8rem;
  }

  .xl\:active\:m-auto:active {
    margin: auto;
  }

  .xl\:active\:m-px:active {
    margin: 1px;
  }

  .xl\:active\:my-0:active {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:active\:mx-0:active {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:active\:my-1:active {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:active\:mx-1:active {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:active\:my-2:active {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:active\:mx-2:active {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:active\:my-3:active {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:active\:mx-3:active {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:active\:my-4:active {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:active\:mx-4:active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:active\:my-5:active {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:active\:mx-5:active {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:active\:my-6:active {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:active\:mx-6:active {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:active\:my-8:active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:active\:mx-8:active {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:active\:my-10:active {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:active\:mx-10:active {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:active\:my-12:active {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:active\:mx-12:active {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:active\:my-16:active {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:active\:mx-16:active {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:active\:my-20:active {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:active\:mx-20:active {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:active\:my-24:active {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:active\:mx-24:active {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:active\:my-32:active {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:active\:mx-32:active {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:active\:my-auto:active {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:active\:mx-auto:active {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:active\:my-px:active {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:active\:mx-px:active {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:active\:mt-0:active {
    margin-top: 0;
  }

  .xl\:active\:mr-0:active {
    margin-right: 0;
  }

  .xl\:active\:mb-0:active {
    margin-bottom: 0;
  }

  .xl\:active\:ml-0:active {
    margin-left: 0;
  }

  .xl\:active\:mt-1:active {
    margin-top: .25rem;
  }

  .xl\:active\:mr-1:active {
    margin-right: .25rem;
  }

  .xl\:active\:mb-1:active {
    margin-bottom: .25rem;
  }

  .xl\:active\:ml-1:active {
    margin-left: .25rem;
  }

  .xl\:active\:mt-2:active {
    margin-top: .5rem;
  }

  .xl\:active\:mr-2:active {
    margin-right: .5rem;
  }

  .xl\:active\:mb-2:active {
    margin-bottom: .5rem;
  }

  .xl\:active\:ml-2:active {
    margin-left: .5rem;
  }

  .xl\:active\:mt-3:active {
    margin-top: .75rem;
  }

  .xl\:active\:mr-3:active {
    margin-right: .75rem;
  }

  .xl\:active\:mb-3:active {
    margin-bottom: .75rem;
  }

  .xl\:active\:ml-3:active {
    margin-left: .75rem;
  }

  .xl\:active\:mt-4:active {
    margin-top: 1rem;
  }

  .xl\:active\:mr-4:active {
    margin-right: 1rem;
  }

  .xl\:active\:mb-4:active {
    margin-bottom: 1rem;
  }

  .xl\:active\:ml-4:active {
    margin-left: 1rem;
  }

  .xl\:active\:mt-5:active {
    margin-top: 1.25rem;
  }

  .xl\:active\:mr-5:active {
    margin-right: 1.25rem;
  }

  .xl\:active\:mb-5:active {
    margin-bottom: 1.25rem;
  }

  .xl\:active\:ml-5:active {
    margin-left: 1.25rem;
  }

  .xl\:active\:mt-6:active {
    margin-top: 1.5rem;
  }

  .xl\:active\:mr-6:active {
    margin-right: 1.5rem;
  }

  .xl\:active\:mb-6:active {
    margin-bottom: 1.5rem;
  }

  .xl\:active\:ml-6:active {
    margin-left: 1.5rem;
  }

  .xl\:active\:mt-8:active {
    margin-top: 2rem;
  }

  .xl\:active\:mr-8:active {
    margin-right: 2rem;
  }

  .xl\:active\:mb-8:active {
    margin-bottom: 2rem;
  }

  .xl\:active\:ml-8:active {
    margin-left: 2rem;
  }

  .xl\:active\:mt-10:active {
    margin-top: 2.5rem;
  }

  .xl\:active\:mr-10:active {
    margin-right: 2.5rem;
  }

  .xl\:active\:mb-10:active {
    margin-bottom: 2.5rem;
  }

  .xl\:active\:ml-10:active {
    margin-left: 2.5rem;
  }

  .xl\:active\:mt-12:active {
    margin-top: 3rem;
  }

  .xl\:active\:mr-12:active {
    margin-right: 3rem;
  }

  .xl\:active\:mb-12:active {
    margin-bottom: 3rem;
  }

  .xl\:active\:ml-12:active {
    margin-left: 3rem;
  }

  .xl\:active\:mt-16:active {
    margin-top: 4rem;
  }

  .xl\:active\:mr-16:active {
    margin-right: 4rem;
  }

  .xl\:active\:mb-16:active {
    margin-bottom: 4rem;
  }

  .xl\:active\:ml-16:active {
    margin-left: 4rem;
  }

  .xl\:active\:mt-20:active {
    margin-top: 5rem;
  }

  .xl\:active\:mr-20:active {
    margin-right: 5rem;
  }

  .xl\:active\:mb-20:active {
    margin-bottom: 5rem;
  }

  .xl\:active\:ml-20:active {
    margin-left: 5rem;
  }

  .xl\:active\:mt-24:active {
    margin-top: 6rem;
  }

  .xl\:active\:mr-24:active {
    margin-right: 6rem;
  }

  .xl\:active\:mb-24:active {
    margin-bottom: 6rem;
  }

  .xl\:active\:ml-24:active {
    margin-left: 6rem;
  }

  .xl\:active\:mt-32:active {
    margin-top: 8rem;
  }

  .xl\:active\:mr-32:active {
    margin-right: 8rem;
  }

  .xl\:active\:mb-32:active {
    margin-bottom: 8rem;
  }

  .xl\:active\:ml-32:active {
    margin-left: 8rem;
  }

  .xl\:active\:mt-auto:active {
    margin-top: auto;
  }

  .xl\:active\:mr-auto:active {
    margin-right: auto;
  }

  .xl\:active\:mb-auto:active {
    margin-bottom: auto;
  }

  .xl\:active\:ml-auto:active {
    margin-left: auto;
  }

  .xl\:active\:mt-px:active {
    margin-top: 1px;
  }

  .xl\:active\:mr-px:active {
    margin-right: 1px;
  }

  .xl\:active\:mb-px:active {
    margin-bottom: 1px;
  }

  .xl\:active\:ml-px:active {
    margin-left: 1px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .group:hover .xl\:group-hover\:max-h-full {
    max-height: 100%;
  }

  .group:hover .xl\:group-hover\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:hover\:max-h-full:hover {
    max-height: 100%;
  }

  .xl\:hover\:max-h-screen:hover {
    max-height: 100vh;
  }

  .xl\:focus-within\:max-h-full:focus-within {
    max-height: 100%;
  }

  .xl\:focus-within\:max-h-screen:focus-within {
    max-height: 100vh;
  }

  .xl\:focus\:max-h-full:focus {
    max-height: 100%;
  }

  .xl\:focus\:max-h-screen:focus {
    max-height: 100vh;
  }

  .xl\:active\:max-h-full:active {
    max-height: 100%;
  }

  .xl\:active\:max-h-screen:active {
    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%;
  }

  .group:hover .xl\:group-hover\:max-w-xs {
    max-width: 20rem;
  }

  .group:hover .xl\:group-hover\:max-w-sm {
    max-width: 30rem;
  }

  .group:hover .xl\:group-hover\:max-w-md {
    max-width: 40rem;
  }

  .group:hover .xl\:group-hover\:max-w-lg {
    max-width: 50rem;
  }

  .group:hover .xl\:group-hover\:max-w-xl {
    max-width: 60rem;
  }

  .group:hover .xl\:group-hover\:max-w-2xl {
    max-width: 70rem;
  }

  .group:hover .xl\:group-hover\:max-w-3xl {
    max-width: 80rem;
  }

  .group:hover .xl\:group-hover\:max-w-4xl {
    max-width: 90rem;
  }

  .group:hover .xl\:group-hover\:max-w-5xl {
    max-width: 100rem;
  }

  .group:hover .xl\:group-hover\:max-w-full {
    max-width: 100%;
  }

  .xl\:hover\:max-w-xs:hover {
    max-width: 20rem;
  }

  .xl\:hover\:max-w-sm:hover {
    max-width: 30rem;
  }

  .xl\:hover\:max-w-md:hover {
    max-width: 40rem;
  }

  .xl\:hover\:max-w-lg:hover {
    max-width: 50rem;
  }

  .xl\:hover\:max-w-xl:hover {
    max-width: 60rem;
  }

  .xl\:hover\:max-w-2xl:hover {
    max-width: 70rem;
  }

  .xl\:hover\:max-w-3xl:hover {
    max-width: 80rem;
  }

  .xl\:hover\:max-w-4xl:hover {
    max-width: 90rem;
  }

  .xl\:hover\:max-w-5xl:hover {
    max-width: 100rem;
  }

  .xl\:hover\:max-w-full:hover {
    max-width: 100%;
  }

  .xl\:focus-within\:max-w-xs:focus-within {
    max-width: 20rem;
  }

  .xl\:focus-within\:max-w-sm:focus-within {
    max-width: 30rem;
  }

  .xl\:focus-within\:max-w-md:focus-within {
    max-width: 40rem;
  }

  .xl\:focus-within\:max-w-lg:focus-within {
    max-width: 50rem;
  }

  .xl\:focus-within\:max-w-xl:focus-within {
    max-width: 60rem;
  }

  .xl\:focus-within\:max-w-2xl:focus-within {
    max-width: 70rem;
  }

  .xl\:focus-within\:max-w-3xl:focus-within {
    max-width: 80rem;
  }

  .xl\:focus-within\:max-w-4xl:focus-within {
    max-width: 90rem;
  }

  .xl\:focus-within\:max-w-5xl:focus-within {
    max-width: 100rem;
  }

  .xl\:focus-within\:max-w-full:focus-within {
    max-width: 100%;
  }

  .xl\:focus\:max-w-xs:focus {
    max-width: 20rem;
  }

  .xl\:focus\:max-w-sm:focus {
    max-width: 30rem;
  }

  .xl\:focus\:max-w-md:focus {
    max-width: 40rem;
  }

  .xl\:focus\:max-w-lg:focus {
    max-width: 50rem;
  }

  .xl\:focus\:max-w-xl:focus {
    max-width: 60rem;
  }

  .xl\:focus\:max-w-2xl:focus {
    max-width: 70rem;
  }

  .xl\:focus\:max-w-3xl:focus {
    max-width: 80rem;
  }

  .xl\:focus\:max-w-4xl:focus {
    max-width: 90rem;
  }

  .xl\:focus\:max-w-5xl:focus {
    max-width: 100rem;
  }

  .xl\:focus\:max-w-full:focus {
    max-width: 100%;
  }

  .xl\:active\:max-w-xs:active {
    max-width: 20rem;
  }

  .xl\:active\:max-w-sm:active {
    max-width: 30rem;
  }

  .xl\:active\:max-w-md:active {
    max-width: 40rem;
  }

  .xl\:active\:max-w-lg:active {
    max-width: 50rem;
  }

  .xl\:active\:max-w-xl:active {
    max-width: 60rem;
  }

  .xl\:active\:max-w-2xl:active {
    max-width: 70rem;
  }

  .xl\:active\:max-w-3xl:active {
    max-width: 80rem;
  }

  .xl\:active\:max-w-4xl:active {
    max-width: 90rem;
  }

  .xl\:active\:max-w-5xl:active {
    max-width: 100rem;
  }

  .xl\:active\:max-w-full:active {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .group:hover .xl\:group-hover\:min-h-0 {
    min-height: 0;
  }

  .group:hover .xl\:group-hover\:min-h-full {
    min-height: 100%;
  }

  .group:hover .xl\:group-hover\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:hover\:min-h-0:hover {
    min-height: 0;
  }

  .xl\:hover\:min-h-full:hover {
    min-height: 100%;
  }

  .xl\:hover\:min-h-screen:hover {
    min-height: 100vh;
  }

  .xl\:focus-within\:min-h-0:focus-within {
    min-height: 0;
  }

  .xl\:focus-within\:min-h-full:focus-within {
    min-height: 100%;
  }

  .xl\:focus-within\:min-h-screen:focus-within {
    min-height: 100vh;
  }

  .xl\:focus\:min-h-0:focus {
    min-height: 0;
  }

  .xl\:focus\:min-h-full:focus {
    min-height: 100%;
  }

  .xl\:focus\:min-h-screen:focus {
    min-height: 100vh;
  }

  .xl\:active\:min-h-0:active {
    min-height: 0;
  }

  .xl\:active\:min-h-full:active {
    min-height: 100%;
  }

  .xl\:active\:min-h-screen:active {
    min-height: 100vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .group:hover .xl\:group-hover\:min-w-0 {
    min-width: 0;
  }

  .group:hover .xl\:group-hover\:min-w-full {
    min-width: 100%;
  }

  .xl\:hover\:min-w-0:hover {
    min-width: 0;
  }

  .xl\:hover\:min-w-full:hover {
    min-width: 100%;
  }

  .xl\:focus-within\:min-w-0:focus-within {
    min-width: 0;
  }

  .xl\:focus-within\:min-w-full:focus-within {
    min-width: 100%;
  }

  .xl\:focus\:min-w-0:focus {
    min-width: 0;
  }

  .xl\:focus\:min-w-full:focus {
    min-width: 100%;
  }

  .xl\:active\:min-w-0:active {
    min-width: 0;
  }

  .xl\:active\:min-w-full:active {
    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;
  }

  .group:hover .xl\:group-hover\:-m-0 {
    margin: 0;
  }

  .group:hover .xl\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-m-3 {
    margin: -0.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-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-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: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.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-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-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: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .xl\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .xl\:group-hover\:-ml-3 {
    margin-left: -0.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-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-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\:hover\:-m-0:hover {
    margin: 0;
  }

  .xl\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .xl\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .xl\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .xl\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .xl\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .xl\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .xl\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .xl\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .xl\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .xl\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .xl\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .xl\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .xl\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .xl\:hover\:-m-px:hover {
    margin: -1px;
  }

  .xl\:hover\:-my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:hover\:-mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:hover\:-mt-0:hover {
    margin-top: 0;
  }

  .xl\:hover\:-mr-0:hover {
    margin-right: 0;
  }

  .xl\:hover\:-mb-0:hover {
    margin-bottom: 0;
  }

  .xl\:hover\:-ml-0:hover {
    margin-left: 0;
  }

  .xl\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .xl\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .xl\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .xl\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .xl\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .xl\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .xl\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .xl\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .xl\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .xl\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .xl\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .xl\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .xl\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .xl\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .xl\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .xl\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .xl\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .xl\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .xl\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .xl\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .xl\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .xl\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .xl\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .xl\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .xl\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .xl\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .xl\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .xl\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .xl\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .xl\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .xl\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .xl\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .xl\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .xl\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .xl\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .xl\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .xl\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .xl\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .xl\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .xl\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .xl\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .xl\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .xl\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .xl\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .xl\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .xl\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .xl\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .xl\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .xl\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .xl\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .xl\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .xl\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .xl\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .xl\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .xl\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .xl\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .xl\:focus-within\:-m-0:focus-within {
    margin: 0;
  }

  .xl\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .xl\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .xl\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .xl\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .xl\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .xl\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .xl\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .xl\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .xl\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .xl\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .xl\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .xl\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .xl\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .xl\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .xl\:focus-within\:-my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:focus-within\:-mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:focus-within\:-mt-0:focus-within {
    margin-top: 0;
  }

  .xl\:focus-within\:-mr-0:focus-within {
    margin-right: 0;
  }

  .xl\:focus-within\:-mb-0:focus-within {
    margin-bottom: 0;
  }

  .xl\:focus-within\:-ml-0:focus-within {
    margin-left: 0;
  }

  .xl\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .xl\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .xl\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .xl\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .xl\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .xl\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .xl\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .xl\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .xl\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .xl\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .xl\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .xl\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .xl\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .xl\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .xl\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .xl\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .xl\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .xl\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .xl\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .xl\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .xl\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .xl\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .xl\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .xl\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .xl\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .xl\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .xl\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .xl\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .xl\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .xl\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .xl\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .xl\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .xl\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .xl\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .xl\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .xl\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .xl\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .xl\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .xl\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .xl\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .xl\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .xl\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .xl\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .xl\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .xl\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .xl\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .xl\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .xl\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .xl\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .xl\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .xl\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .xl\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .xl\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .xl\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .xl\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .xl\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .xl\:focus\:-m-0:focus {
    margin: 0;
  }

  .xl\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .xl\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .xl\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .xl\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .xl\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .xl\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .xl\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .xl\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .xl\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .xl\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .xl\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .xl\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .xl\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .xl\:focus\:-m-px:focus {
    margin: -1px;
  }

  .xl\:focus\:-my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:focus\:-mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:focus\:-mt-0:focus {
    margin-top: 0;
  }

  .xl\:focus\:-mr-0:focus {
    margin-right: 0;
  }

  .xl\:focus\:-mb-0:focus {
    margin-bottom: 0;
  }

  .xl\:focus\:-ml-0:focus {
    margin-left: 0;
  }

  .xl\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .xl\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .xl\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .xl\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .xl\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .xl\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .xl\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .xl\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .xl\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .xl\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .xl\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .xl\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .xl\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .xl\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .xl\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .xl\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .xl\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .xl\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .xl\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .xl\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .xl\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .xl\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .xl\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .xl\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .xl\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .xl\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .xl\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .xl\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .xl\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .xl\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .xl\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .xl\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .xl\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .xl\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .xl\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .xl\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .xl\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .xl\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .xl\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .xl\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .xl\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .xl\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .xl\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .xl\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .xl\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .xl\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .xl\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .xl\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .xl\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .xl\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .xl\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .xl\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .xl\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .xl\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .xl\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .xl\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .xl\:active\:-m-0:active {
    margin: 0;
  }

  .xl\:active\:-m-1:active {
    margin: -0.25rem;
  }

  .xl\:active\:-m-2:active {
    margin: -0.5rem;
  }

  .xl\:active\:-m-3:active {
    margin: -0.75rem;
  }

  .xl\:active\:-m-4:active {
    margin: -1rem;
  }

  .xl\:active\:-m-5:active {
    margin: -1.25rem;
  }

  .xl\:active\:-m-6:active {
    margin: -1.5rem;
  }

  .xl\:active\:-m-8:active {
    margin: -2rem;
  }

  .xl\:active\:-m-10:active {
    margin: -2.5rem;
  }

  .xl\:active\:-m-12:active {
    margin: -3rem;
  }

  .xl\:active\:-m-16:active {
    margin: -4rem;
  }

  .xl\:active\:-m-20:active {
    margin: -5rem;
  }

  .xl\:active\:-m-24:active {
    margin: -6rem;
  }

  .xl\:active\:-m-32:active {
    margin: -8rem;
  }

  .xl\:active\:-m-px:active {
    margin: -1px;
  }

  .xl\:active\:-my-0:active {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:active\:-mx-0:active {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:active\:-my-1:active {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:active\:-mx-1:active {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:active\:-my-2:active {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:active\:-mx-2:active {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:active\:-my-3:active {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:active\:-mx-3:active {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:active\:-my-4:active {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:active\:-mx-4:active {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:active\:-my-5:active {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:active\:-mx-5:active {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:active\:-my-6:active {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:active\:-mx-6:active {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:active\:-my-8:active {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:active\:-mx-8:active {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:active\:-my-10:active {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:active\:-mx-10:active {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:active\:-my-12:active {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:active\:-mx-12:active {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:active\:-my-16:active {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:active\:-mx-16:active {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:active\:-my-20:active {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:active\:-mx-20:active {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:active\:-my-24:active {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:active\:-mx-24:active {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:active\:-my-32:active {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:active\:-mx-32:active {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:active\:-my-px:active {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:active\:-mx-px:active {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:active\:-mt-0:active {
    margin-top: 0;
  }

  .xl\:active\:-mr-0:active {
    margin-right: 0;
  }

  .xl\:active\:-mb-0:active {
    margin-bottom: 0;
  }

  .xl\:active\:-ml-0:active {
    margin-left: 0;
  }

  .xl\:active\:-mt-1:active {
    margin-top: -0.25rem;
  }

  .xl\:active\:-mr-1:active {
    margin-right: -0.25rem;
  }

  .xl\:active\:-mb-1:active {
    margin-bottom: -0.25rem;
  }

  .xl\:active\:-ml-1:active {
    margin-left: -0.25rem;
  }

  .xl\:active\:-mt-2:active {
    margin-top: -0.5rem;
  }

  .xl\:active\:-mr-2:active {
    margin-right: -0.5rem;
  }

  .xl\:active\:-mb-2:active {
    margin-bottom: -0.5rem;
  }

  .xl\:active\:-ml-2:active {
    margin-left: -0.5rem;
  }

  .xl\:active\:-mt-3:active {
    margin-top: -0.75rem;
  }

  .xl\:active\:-mr-3:active {
    margin-right: -0.75rem;
  }

  .xl\:active\:-mb-3:active {
    margin-bottom: -0.75rem;
  }

  .xl\:active\:-ml-3:active {
    margin-left: -0.75rem;
  }

  .xl\:active\:-mt-4:active {
    margin-top: -1rem;
  }

  .xl\:active\:-mr-4:active {
    margin-right: -1rem;
  }

  .xl\:active\:-mb-4:active {
    margin-bottom: -1rem;
  }

  .xl\:active\:-ml-4:active {
    margin-left: -1rem;
  }

  .xl\:active\:-mt-5:active {
    margin-top: -1.25rem;
  }

  .xl\:active\:-mr-5:active {
    margin-right: -1.25rem;
  }

  .xl\:active\:-mb-5:active {
    margin-bottom: -1.25rem;
  }

  .xl\:active\:-ml-5:active {
    margin-left: -1.25rem;
  }

  .xl\:active\:-mt-6:active {
    margin-top: -1.5rem;
  }

  .xl\:active\:-mr-6:active {
    margin-right: -1.5rem;
  }

  .xl\:active\:-mb-6:active {
    margin-bottom: -1.5rem;
  }

  .xl\:active\:-ml-6:active {
    margin-left: -1.5rem;
  }

  .xl\:active\:-mt-8:active {
    margin-top: -2rem;
  }

  .xl\:active\:-mr-8:active {
    margin-right: -2rem;
  }

  .xl\:active\:-mb-8:active {
    margin-bottom: -2rem;
  }

  .xl\:active\:-ml-8:active {
    margin-left: -2rem;
  }

  .xl\:active\:-mt-10:active {
    margin-top: -2.5rem;
  }

  .xl\:active\:-mr-10:active {
    margin-right: -2.5rem;
  }

  .xl\:active\:-mb-10:active {
    margin-bottom: -2.5rem;
  }

  .xl\:active\:-ml-10:active {
    margin-left: -2.5rem;
  }

  .xl\:active\:-mt-12:active {
    margin-top: -3rem;
  }

  .xl\:active\:-mr-12:active {
    margin-right: -3rem;
  }

  .xl\:active\:-mb-12:active {
    margin-bottom: -3rem;
  }

  .xl\:active\:-ml-12:active {
    margin-left: -3rem;
  }

  .xl\:active\:-mt-16:active {
    margin-top: -4rem;
  }

  .xl\:active\:-mr-16:active {
    margin-right: -4rem;
  }

  .xl\:active\:-mb-16:active {
    margin-bottom: -4rem;
  }

  .xl\:active\:-ml-16:active {
    margin-left: -4rem;
  }

  .xl\:active\:-mt-20:active {
    margin-top: -5rem;
  }

  .xl\:active\:-mr-20:active {
    margin-right: -5rem;
  }

  .xl\:active\:-mb-20:active {
    margin-bottom: -5rem;
  }

  .xl\:active\:-ml-20:active {
    margin-left: -5rem;
  }

  .xl\:active\:-mt-24:active {
    margin-top: -6rem;
  }

  .xl\:active\:-mr-24:active {
    margin-right: -6rem;
  }

  .xl\:active\:-mb-24:active {
    margin-bottom: -6rem;
  }

  .xl\:active\:-ml-24:active {
    margin-left: -6rem;
  }

  .xl\:active\:-mt-32:active {
    margin-top: -8rem;
  }

  .xl\:active\:-mr-32:active {
    margin-right: -8rem;
  }

  .xl\:active\:-mb-32:active {
    margin-bottom: -8rem;
  }

  .xl\:active\:-ml-32:active {
    margin-left: -8rem;
  }

  .xl\:active\:-mt-px:active {
    margin-top: -1px;
  }

  .xl\:active\:-mr-px:active {
    margin-right: -1px;
  }

  .xl\:active\:-mb-px:active {
    margin-bottom: -1px;
  }

  .xl\:active\:-ml-px:active {
    margin-left: -1px;
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .group:hover .xl\:group-hover\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .group:hover .xl\:group-hover\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .group:hover .xl\:group-hover\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .group:hover .xl\:group-hover\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .group:hover .xl\:group-hover\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:hover\:object-contain:hover {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:hover\:object-cover:hover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:hover\:object-fill:hover {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:hover\:object-none:hover {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:hover\:object-scale-down:hover {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:focus-within\:object-contain:focus-within {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:focus-within\:object-cover:focus-within {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:focus-within\:object-fill:focus-within {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:focus-within\:object-none:focus-within {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:focus-within\:object-scale-down:focus-within {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:focus\:object-contain:focus {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:focus\:object-cover:focus {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:focus\:object-fill:focus {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:focus\:object-none:focus {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:focus\:object-scale-down:focus {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:active\:object-contain:active {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:active\:object-cover:active {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:active\:object-fill:active {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:active\:object-none:active {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:active\:object-scale-down:active {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .group:hover .xl\:group-hover\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .group:hover .xl\:group-hover\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .group:hover .xl\:group-hover\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .group:hover .xl\:group-hover\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .group:hover .xl\:group-hover\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .group:hover .xl\:group-hover\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .group:hover .xl\:group-hover\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .group:hover .xl\:group-hover\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .group:hover .xl\:group-hover\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:hover\:object-bottom:hover {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:hover\:object-center:hover {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:hover\:object-left:hover {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:hover\:object-left-bottom:hover {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:hover\:object-left-top:hover {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:hover\:object-right:hover {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:hover\:object-right-bottom:hover {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:hover\:object-right-top:hover {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:hover\:object-top:hover {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:focus-within\:object-bottom:focus-within {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:focus-within\:object-center:focus-within {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:focus-within\:object-left:focus-within {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:focus-within\:object-left-bottom:focus-within {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:focus-within\:object-left-top:focus-within {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:focus-within\:object-right:focus-within {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:focus-within\:object-right-bottom:focus-within {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:focus-within\:object-right-top:focus-within {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:focus-within\:object-top:focus-within {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:focus\:object-bottom:focus {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:focus\:object-center:focus {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:focus\:object-left:focus {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:focus\:object-left-bottom:focus {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:focus\:object-left-top:focus {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:focus\:object-right:focus {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:focus\:object-right-bottom:focus {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:focus\:object-right-top:focus {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:focus\:object-top:focus {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:active\:object-bottom:active {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:active\:object-center:active {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:active\:object-left:active {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:active\:object-left-bottom:active {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:active\:object-left-top:active {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:active\:object-right:active {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:active\:object-right-bottom:active {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:active\:object-right-top:active {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:active\:object-top:active {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: .25;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: .25;
  }

  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: .5;
  }

  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: .75;
  }

  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xl\:focus-within\:opacity-25:focus-within {
    opacity: .25;
  }

  .xl\:focus-within\:opacity-50:focus-within {
    opacity: .5;
  }

  .xl\:focus-within\:opacity-75:focus-within {
    opacity: .75;
  }

  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: .25;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: .5;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: .75;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:active\:opacity-0:active {
    opacity: 0;
  }

  .xl\:active\:opacity-25:active {
    opacity: .25;
  }

  .xl\:active\:opacity-50:active {
    opacity: .5;
  }

  .xl\:active\:opacity-75:active {
    opacity: .75;
  }

  .xl\:active\:opacity-100:active {
    opacity: 1;
  }

  .xl\:outline-none {
    outline: 0;
  }

  .group:hover .xl\:group-hover\:outline-none {
    outline: 0;
  }

  .xl\:hover\:outline-none:hover {
    outline: 0;
  }

  .xl\:focus-within\:outline-none:focus-within {
    outline: 0;
  }

  .xl\:focus\:outline-none:focus {
    outline: 0;
  }

  .xl\:active\:outline-none:active {
    outline: 0;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .group:hover .xl\:group-hover\:overflow-auto {
    overflow: auto;
  }

  .group:hover .xl\:group-hover\:overflow-hidden {
    overflow: hidden;
  }

  .group:hover .xl\:group-hover\:overflow-visible {
    overflow: visible;
  }

  .group:hover .xl\:group-hover\:overflow-scroll {
    overflow: scroll;
  }

  .group:hover .xl\:group-hover\:overflow-x-auto {
    overflow-x: auto;
  }

  .group:hover .xl\:group-hover\:overflow-y-auto {
    overflow-y: auto;
  }

  .group:hover .xl\:group-hover\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .group:hover .xl\:group-hover\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .group:hover .xl\:group-hover\:overflow-x-visible {
    overflow-x: visible;
  }

  .group:hover .xl\:group-hover\:overflow-y-visible {
    overflow-y: visible;
  }

  .group:hover .xl\:group-hover\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .group:hover .xl\:group-hover\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .group:hover .xl\:group-hover\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .group:hover .xl\:group-hover\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:hover\:overflow-auto:hover {
    overflow: auto;
  }

  .xl\:hover\:overflow-hidden:hover {
    overflow: hidden;
  }

  .xl\:hover\:overflow-visible:hover {
    overflow: visible;
  }

  .xl\:hover\:overflow-scroll:hover {
    overflow: scroll;
  }

  .xl\:hover\:overflow-x-auto:hover {
    overflow-x: auto;
  }

  .xl\:hover\:overflow-y-auto:hover {
    overflow-y: auto;
  }

  .xl\:hover\:overflow-x-hidden:hover {
    overflow-x: hidden;
  }

  .xl\:hover\:overflow-y-hidden:hover {
    overflow-y: hidden;
  }

  .xl\:hover\:overflow-x-visible:hover {
    overflow-x: visible;
  }

  .xl\:hover\:overflow-y-visible:hover {
    overflow-y: visible;
  }

  .xl\:hover\:overflow-x-scroll:hover {
    overflow-x: scroll;
  }

  .xl\:hover\:overflow-y-scroll:hover {
    overflow-y: scroll;
  }

  .xl\:hover\:scrolling-touch:hover {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:hover\:scrolling-auto:hover {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:focus-within\:overflow-auto:focus-within {
    overflow: auto;
  }

  .xl\:focus-within\:overflow-hidden:focus-within {
    overflow: hidden;
  }

  .xl\:focus-within\:overflow-visible:focus-within {
    overflow: visible;
  }

  .xl\:focus-within\:overflow-scroll:focus-within {
    overflow: scroll;
  }

  .xl\:focus-within\:overflow-x-auto:focus-within {
    overflow-x: auto;
  }

  .xl\:focus-within\:overflow-y-auto:focus-within {
    overflow-y: auto;
  }

  .xl\:focus-within\:overflow-x-hidden:focus-within {
    overflow-x: hidden;
  }

  .xl\:focus-within\:overflow-y-hidden:focus-within {
    overflow-y: hidden;
  }

  .xl\:focus-within\:overflow-x-visible:focus-within {
    overflow-x: visible;
  }

  .xl\:focus-within\:overflow-y-visible:focus-within {
    overflow-y: visible;
  }

  .xl\:focus-within\:overflow-x-scroll:focus-within {
    overflow-x: scroll;
  }

  .xl\:focus-within\:overflow-y-scroll:focus-within {
    overflow-y: scroll;
  }

  .xl\:focus-within\:scrolling-touch:focus-within {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:focus-within\:scrolling-auto:focus-within {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:focus\:overflow-auto:focus {
    overflow: auto;
  }

  .xl\:focus\:overflow-hidden:focus {
    overflow: hidden;
  }

  .xl\:focus\:overflow-visible:focus {
    overflow: visible;
  }

  .xl\:focus\:overflow-scroll:focus {
    overflow: scroll;
  }

  .xl\:focus\:overflow-x-auto:focus {
    overflow-x: auto;
  }

  .xl\:focus\:overflow-y-auto:focus {
    overflow-y: auto;
  }

  .xl\:focus\:overflow-x-hidden:focus {
    overflow-x: hidden;
  }

  .xl\:focus\:overflow-y-hidden:focus {
    overflow-y: hidden;
  }

  .xl\:focus\:overflow-x-visible:focus {
    overflow-x: visible;
  }

  .xl\:focus\:overflow-y-visible:focus {
    overflow-y: visible;
  }

  .xl\:focus\:overflow-x-scroll:focus {
    overflow-x: scroll;
  }

  .xl\:focus\:overflow-y-scroll:focus {
    overflow-y: scroll;
  }

  .xl\:focus\:scrolling-touch:focus {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:focus\:scrolling-auto:focus {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:active\:overflow-auto:active {
    overflow: auto;
  }

  .xl\:active\:overflow-hidden:active {
    overflow: hidden;
  }

  .xl\:active\:overflow-visible:active {
    overflow: visible;
  }

  .xl\:active\:overflow-scroll:active {
    overflow: scroll;
  }

  .xl\:active\:overflow-x-auto:active {
    overflow-x: auto;
  }

  .xl\:active\:overflow-y-auto:active {
    overflow-y: auto;
  }

  .xl\:active\:overflow-x-hidden:active {
    overflow-x: hidden;
  }

  .xl\:active\:overflow-y-hidden:active {
    overflow-y: hidden;
  }

  .xl\:active\:overflow-x-visible:active {
    overflow-x: visible;
  }

  .xl\:active\:overflow-y-visible:active {
    overflow-y: visible;
  }

  .xl\:active\:overflow-x-scroll:active {
    overflow-x: scroll;
  }

  .xl\:active\:overflow-y-scroll:active {
    overflow-y: scroll;
  }

  .xl\:active\:scrolling-touch:active {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:active\:scrolling-auto:active {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: .25rem;
  }

  .xl\:p-2 {
    padding: .5rem;
  }

  .xl\:p-3 {
    padding: .75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .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-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-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-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-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;
  }

  .group:hover .xl\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .xl\:group-hover\:p-1 {
    padding: .25rem;
  }

  .group:hover .xl\:group-hover\:p-2 {
    padding: .5rem;
  }

  .group:hover .xl\:group-hover\:p-3 {
    padding: .75rem;
  }

  .group:hover .xl\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .xl\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .xl\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .xl\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .xl\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .xl\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .xl\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .xl\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .xl\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .xl\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .xl\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .xl\:group-hover\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:hover .xl\:group-hover\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:hover .xl\:group-hover\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .group:hover .xl\:group-hover\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .group:hover .xl\:group-hover\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .group:hover .xl\:group-hover\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .group:hover .xl\:group-hover\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .group:hover .xl\:group-hover\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .group:hover .xl\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .xl\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .xl\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .xl\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .xl\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .xl\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .xl\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .xl\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .xl\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .xl\:group-hover\:pt-0 {
    padding-top: 0;
  }

  .group:hover .xl\:group-hover\:pr-0 {
    padding-right: 0;
  }

  .group:hover .xl\:group-hover\:pb-0 {
    padding-bottom: 0;
  }

  .group:hover .xl\:group-hover\:pl-0 {
    padding-left: 0;
  }

  .group:hover .xl\:group-hover\:pt-1 {
    padding-top: .25rem;
  }

  .group:hover .xl\:group-hover\:pr-1 {
    padding-right: .25rem;
  }

  .group:hover .xl\:group-hover\:pb-1 {
    padding-bottom: .25rem;
  }

  .group:hover .xl\:group-hover\:pl-1 {
    padding-left: .25rem;
  }

  .group:hover .xl\:group-hover\:pt-2 {
    padding-top: .5rem;
  }

  .group:hover .xl\:group-hover\:pr-2 {
    padding-right: .5rem;
  }

  .group:hover .xl\:group-hover\:pb-2 {
    padding-bottom: .5rem;
  }

  .group:hover .xl\:group-hover\:pl-2 {
    padding-left: .5rem;
  }

  .group:hover .xl\:group-hover\:pt-3 {
    padding-top: .75rem;
  }

  .group:hover .xl\:group-hover\:pr-3 {
    padding-right: .75rem;
  }

  .group:hover .xl\:group-hover\:pb-3 {
    padding-bottom: .75rem;
  }

  .group:hover .xl\:group-hover\:pl-3 {
    padding-left: .75rem;
  }

  .group:hover .xl\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .xl\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .xl\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .xl\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .xl\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .xl\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .xl\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .xl\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .xl\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .xl\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .xl\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .xl\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .xl\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .xl\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .xl\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .xl\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .xl\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .xl\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .xl\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .xl\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .xl\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .xl\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .xl\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .xl\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .xl\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .xl\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .xl\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .xl\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .xl\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .xl\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .xl\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .xl\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .xl\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .xl\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .xl\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .xl\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .xl\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .xl\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .xl\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .xl\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .xl\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .xl\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .xl\:hover\:p-0:hover {
    padding: 0;
  }

  .xl\:hover\:p-1:hover {
    padding: .25rem;
  }

  .xl\:hover\:p-2:hover {
    padding: .5rem;
  }

  .xl\:hover\:p-3:hover {
    padding: .75rem;
  }

  .xl\:hover\:p-4:hover {
    padding: 1rem;
  }

  .xl\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .xl\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .xl\:hover\:p-8:hover {
    padding: 2rem;
  }

  .xl\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .xl\:hover\:p-12:hover {
    padding: 3rem;
  }

  .xl\:hover\:p-16:hover {
    padding: 4rem;
  }

  .xl\:hover\:p-20:hover {
    padding: 5rem;
  }

  .xl\:hover\:p-24:hover {
    padding: 6rem;
  }

  .xl\:hover\:p-32:hover {
    padding: 8rem;
  }

  .xl\:hover\:p-px:hover {
    padding: 1px;
  }

  .xl\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:hover\:py-1:hover {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:hover\:px-1:hover {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:hover\:py-2:hover {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:hover\:px-2:hover {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:hover\:py-3:hover {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:hover\:px-3:hover {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .xl\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .xl\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .xl\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .xl\:hover\:pt-1:hover {
    padding-top: .25rem;
  }

  .xl\:hover\:pr-1:hover {
    padding-right: .25rem;
  }

  .xl\:hover\:pb-1:hover {
    padding-bottom: .25rem;
  }

  .xl\:hover\:pl-1:hover {
    padding-left: .25rem;
  }

  .xl\:hover\:pt-2:hover {
    padding-top: .5rem;
  }

  .xl\:hover\:pr-2:hover {
    padding-right: .5rem;
  }

  .xl\:hover\:pb-2:hover {
    padding-bottom: .5rem;
  }

  .xl\:hover\:pl-2:hover {
    padding-left: .5rem;
  }

  .xl\:hover\:pt-3:hover {
    padding-top: .75rem;
  }

  .xl\:hover\:pr-3:hover {
    padding-right: .75rem;
  }

  .xl\:hover\:pb-3:hover {
    padding-bottom: .75rem;
  }

  .xl\:hover\:pl-3:hover {
    padding-left: .75rem;
  }

  .xl\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .xl\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .xl\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .xl\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .xl\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .xl\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .xl\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .xl\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .xl\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .xl\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .xl\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .xl\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .xl\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .xl\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .xl\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .xl\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .xl\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .xl\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .xl\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .xl\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .xl\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .xl\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .xl\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .xl\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .xl\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .xl\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .xl\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .xl\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .xl\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .xl\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .xl\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .xl\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .xl\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .xl\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .xl\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .xl\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .xl\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .xl\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .xl\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .xl\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .xl\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .xl\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .xl\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .xl\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .xl\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .xl\:focus-within\:p-1:focus-within {
    padding: .25rem;
  }

  .xl\:focus-within\:p-2:focus-within {
    padding: .5rem;
  }

  .xl\:focus-within\:p-3:focus-within {
    padding: .75rem;
  }

  .xl\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .xl\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .xl\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .xl\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .xl\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .xl\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .xl\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .xl\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .xl\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .xl\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .xl\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .xl\:focus-within\:py-0:focus-within {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:focus-within\:px-0:focus-within {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:focus-within\:py-1:focus-within {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:focus-within\:px-1:focus-within {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:focus-within\:py-2:focus-within {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:focus-within\:px-2:focus-within {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:focus-within\:py-3:focus-within {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:focus-within\:px-3:focus-within {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:focus-within\:pt-0:focus-within {
    padding-top: 0;
  }

  .xl\:focus-within\:pr-0:focus-within {
    padding-right: 0;
  }

  .xl\:focus-within\:pb-0:focus-within {
    padding-bottom: 0;
  }

  .xl\:focus-within\:pl-0:focus-within {
    padding-left: 0;
  }

  .xl\:focus-within\:pt-1:focus-within {
    padding-top: .25rem;
  }

  .xl\:focus-within\:pr-1:focus-within {
    padding-right: .25rem;
  }

  .xl\:focus-within\:pb-1:focus-within {
    padding-bottom: .25rem;
  }

  .xl\:focus-within\:pl-1:focus-within {
    padding-left: .25rem;
  }

  .xl\:focus-within\:pt-2:focus-within {
    padding-top: .5rem;
  }

  .xl\:focus-within\:pr-2:focus-within {
    padding-right: .5rem;
  }

  .xl\:focus-within\:pb-2:focus-within {
    padding-bottom: .5rem;
  }

  .xl\:focus-within\:pl-2:focus-within {
    padding-left: .5rem;
  }

  .xl\:focus-within\:pt-3:focus-within {
    padding-top: .75rem;
  }

  .xl\:focus-within\:pr-3:focus-within {
    padding-right: .75rem;
  }

  .xl\:focus-within\:pb-3:focus-within {
    padding-bottom: .75rem;
  }

  .xl\:focus-within\:pl-3:focus-within {
    padding-left: .75rem;
  }

  .xl\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .xl\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .xl\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .xl\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .xl\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .xl\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .xl\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .xl\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .xl\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .xl\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .xl\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .xl\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .xl\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .xl\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .xl\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .xl\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .xl\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .xl\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .xl\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .xl\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .xl\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .xl\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .xl\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .xl\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .xl\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .xl\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .xl\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .xl\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .xl\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .xl\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .xl\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .xl\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .xl\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .xl\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .xl\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .xl\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .xl\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .xl\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .xl\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .xl\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .xl\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .xl\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .xl\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .xl\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .xl\:focus\:p-0:focus {
    padding: 0;
  }

  .xl\:focus\:p-1:focus {
    padding: .25rem;
  }

  .xl\:focus\:p-2:focus {
    padding: .5rem;
  }

  .xl\:focus\:p-3:focus {
    padding: .75rem;
  }

  .xl\:focus\:p-4:focus {
    padding: 1rem;
  }

  .xl\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .xl\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .xl\:focus\:p-8:focus {
    padding: 2rem;
  }

  .xl\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .xl\:focus\:p-12:focus {
    padding: 3rem;
  }

  .xl\:focus\:p-16:focus {
    padding: 4rem;
  }

  .xl\:focus\:p-20:focus {
    padding: 5rem;
  }

  .xl\:focus\:p-24:focus {
    padding: 6rem;
  }

  .xl\:focus\:p-32:focus {
    padding: 8rem;
  }

  .xl\:focus\:p-px:focus {
    padding: 1px;
  }

  .xl\:focus\:py-0:focus {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:focus\:px-0:focus {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:focus\:py-1:focus {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:focus\:px-1:focus {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:focus\:py-2:focus {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:focus\:px-2:focus {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:focus\:py-3:focus {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:focus\:px-3:focus {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:focus\:pt-0:focus {
    padding-top: 0;
  }

  .xl\:focus\:pr-0:focus {
    padding-right: 0;
  }

  .xl\:focus\:pb-0:focus {
    padding-bottom: 0;
  }

  .xl\:focus\:pl-0:focus {
    padding-left: 0;
  }

  .xl\:focus\:pt-1:focus {
    padding-top: .25rem;
  }

  .xl\:focus\:pr-1:focus {
    padding-right: .25rem;
  }

  .xl\:focus\:pb-1:focus {
    padding-bottom: .25rem;
  }

  .xl\:focus\:pl-1:focus {
    padding-left: .25rem;
  }

  .xl\:focus\:pt-2:focus {
    padding-top: .5rem;
  }

  .xl\:focus\:pr-2:focus {
    padding-right: .5rem;
  }

  .xl\:focus\:pb-2:focus {
    padding-bottom: .5rem;
  }

  .xl\:focus\:pl-2:focus {
    padding-left: .5rem;
  }

  .xl\:focus\:pt-3:focus {
    padding-top: .75rem;
  }

  .xl\:focus\:pr-3:focus {
    padding-right: .75rem;
  }

  .xl\:focus\:pb-3:focus {
    padding-bottom: .75rem;
  }

  .xl\:focus\:pl-3:focus {
    padding-left: .75rem;
  }

  .xl\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .xl\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .xl\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .xl\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .xl\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .xl\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .xl\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .xl\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .xl\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .xl\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .xl\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .xl\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .xl\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .xl\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .xl\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .xl\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .xl\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .xl\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .xl\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .xl\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .xl\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .xl\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .xl\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .xl\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .xl\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .xl\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .xl\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .xl\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .xl\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .xl\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .xl\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .xl\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .xl\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .xl\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .xl\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .xl\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .xl\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .xl\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .xl\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .xl\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .xl\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .xl\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .xl\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .xl\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .xl\:active\:p-0:active {
    padding: 0;
  }

  .xl\:active\:p-1:active {
    padding: .25rem;
  }

  .xl\:active\:p-2:active {
    padding: .5rem;
  }

  .xl\:active\:p-3:active {
    padding: .75rem;
  }

  .xl\:active\:p-4:active {
    padding: 1rem;
  }

  .xl\:active\:p-5:active {
    padding: 1.25rem;
  }

  .xl\:active\:p-6:active {
    padding: 1.5rem;
  }

  .xl\:active\:p-8:active {
    padding: 2rem;
  }

  .xl\:active\:p-10:active {
    padding: 2.5rem;
  }

  .xl\:active\:p-12:active {
    padding: 3rem;
  }

  .xl\:active\:p-16:active {
    padding: 4rem;
  }

  .xl\:active\:p-20:active {
    padding: 5rem;
  }

  .xl\:active\:p-24:active {
    padding: 6rem;
  }

  .xl\:active\:p-32:active {
    padding: 8rem;
  }

  .xl\:active\:p-px:active {
    padding: 1px;
  }

  .xl\:active\:py-0:active {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:active\:px-0:active {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:active\:py-1:active {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:active\:px-1:active {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:active\:py-2:active {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .xl\:active\:px-2:active {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .xl\:active\:py-3:active {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:active\:px-3:active {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:active\:py-4:active {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:active\:px-4:active {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:active\:py-5:active {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:active\:px-5:active {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:active\:py-6:active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:active\:px-6:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:active\:py-8:active {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:active\:px-8:active {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:active\:py-10:active {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:active\:px-10:active {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:active\:py-12:active {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:active\:px-12:active {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:active\:py-16:active {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:active\:px-16:active {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:active\:py-20:active {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:active\:px-20:active {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:active\:py-24:active {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:active\:px-24:active {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:active\:py-32:active {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:active\:px-32:active {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:active\:py-px:active {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:active\:px-px:active {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:active\:pt-0:active {
    padding-top: 0;
  }

  .xl\:active\:pr-0:active {
    padding-right: 0;
  }

  .xl\:active\:pb-0:active {
    padding-bottom: 0;
  }

  .xl\:active\:pl-0:active {
    padding-left: 0;
  }

  .xl\:active\:pt-1:active {
    padding-top: .25rem;
  }

  .xl\:active\:pr-1:active {
    padding-right: .25rem;
  }

  .xl\:active\:pb-1:active {
    padding-bottom: .25rem;
  }

  .xl\:active\:pl-1:active {
    padding-left: .25rem;
  }

  .xl\:active\:pt-2:active {
    padding-top: .5rem;
  }

  .xl\:active\:pr-2:active {
    padding-right: .5rem;
  }

  .xl\:active\:pb-2:active {
    padding-bottom: .5rem;
  }

  .xl\:active\:pl-2:active {
    padding-left: .5rem;
  }

  .xl\:active\:pt-3:active {
    padding-top: .75rem;
  }

  .xl\:active\:pr-3:active {
    padding-right: .75rem;
  }

  .xl\:active\:pb-3:active {
    padding-bottom: .75rem;
  }

  .xl\:active\:pl-3:active {
    padding-left: .75rem;
  }

  .xl\:active\:pt-4:active {
    padding-top: 1rem;
  }

  .xl\:active\:pr-4:active {
    padding-right: 1rem;
  }

  .xl\:active\:pb-4:active {
    padding-bottom: 1rem;
  }

  .xl\:active\:pl-4:active {
    padding-left: 1rem;
  }

  .xl\:active\:pt-5:active {
    padding-top: 1.25rem;
  }

  .xl\:active\:pr-5:active {
    padding-right: 1.25rem;
  }

  .xl\:active\:pb-5:active {
    padding-bottom: 1.25rem;
  }

  .xl\:active\:pl-5:active {
    padding-left: 1.25rem;
  }

  .xl\:active\:pt-6:active {
    padding-top: 1.5rem;
  }

  .xl\:active\:pr-6:active {
    padding-right: 1.5rem;
  }

  .xl\:active\:pb-6:active {
    padding-bottom: 1.5rem;
  }

  .xl\:active\:pl-6:active {
    padding-left: 1.5rem;
  }

  .xl\:active\:pt-8:active {
    padding-top: 2rem;
  }

  .xl\:active\:pr-8:active {
    padding-right: 2rem;
  }

  .xl\:active\:pb-8:active {
    padding-bottom: 2rem;
  }

  .xl\:active\:pl-8:active {
    padding-left: 2rem;
  }

  .xl\:active\:pt-10:active {
    padding-top: 2.5rem;
  }

  .xl\:active\:pr-10:active {
    padding-right: 2.5rem;
  }

  .xl\:active\:pb-10:active {
    padding-bottom: 2.5rem;
  }

  .xl\:active\:pl-10:active {
    padding-left: 2.5rem;
  }

  .xl\:active\:pt-12:active {
    padding-top: 3rem;
  }

  .xl\:active\:pr-12:active {
    padding-right: 3rem;
  }

  .xl\:active\:pb-12:active {
    padding-bottom: 3rem;
  }

  .xl\:active\:pl-12:active {
    padding-left: 3rem;
  }

  .xl\:active\:pt-16:active {
    padding-top: 4rem;
  }

  .xl\:active\:pr-16:active {
    padding-right: 4rem;
  }

  .xl\:active\:pb-16:active {
    padding-bottom: 4rem;
  }

  .xl\:active\:pl-16:active {
    padding-left: 4rem;
  }

  .xl\:active\:pt-20:active {
    padding-top: 5rem;
  }

  .xl\:active\:pr-20:active {
    padding-right: 5rem;
  }

  .xl\:active\:pb-20:active {
    padding-bottom: 5rem;
  }

  .xl\:active\:pl-20:active {
    padding-left: 5rem;
  }

  .xl\:active\:pt-24:active {
    padding-top: 6rem;
  }

  .xl\:active\:pr-24:active {
    padding-right: 6rem;
  }

  .xl\:active\:pb-24:active {
    padding-bottom: 6rem;
  }

  .xl\:active\:pl-24:active {
    padding-left: 6rem;
  }

  .xl\:active\:pt-32:active {
    padding-top: 8rem;
  }

  .xl\:active\:pr-32:active {
    padding-right: 8rem;
  }

  .xl\:active\:pb-32:active {
    padding-bottom: 8rem;
  }

  .xl\:active\:pl-32:active {
    padding-left: 8rem;
  }

  .xl\:active\:pt-px:active {
    padding-top: 1px;
  }

  .xl\:active\:pr-px:active {
    padding-right: 1px;
  }

  .xl\:active\:pb-px:active {
    padding-bottom: 1px;
  }

  .xl\:active\:pl-px:active {
    padding-left: 1px;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .group:hover .xl\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .xl\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:hover\:pointer-events-none:hover {
    pointer-events: none;
  }

  .xl\:hover\:pointer-events-auto:hover {
    pointer-events: auto;
  }

  .xl\:focus-within\:pointer-events-none:focus-within {
    pointer-events: none;
  }

  .xl\:focus-within\:pointer-events-auto:focus-within {
    pointer-events: auto;
  }

  .xl\:focus\:pointer-events-none:focus {
    pointer-events: none;
  }

  .xl\:focus\:pointer-events-auto:focus {
    pointer-events: auto;
  }

  .xl\:active\:pointer-events-none:active {
    pointer-events: none;
  }

  .xl\:active\:pointer-events-auto:active {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .group:hover .xl\:group-hover\:static {
    position: static;
  }

  .group:hover .xl\:group-hover\:fixed {
    position: fixed;
  }

  .group:hover .xl\:group-hover\:absolute {
    position: absolute;
  }

  .group:hover .xl\:group-hover\:relative {
    position: relative;
  }

  .group:hover .xl\:group-hover\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .group:hover .xl\:group-hover\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .group:hover .xl\:group-hover\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .group:hover .xl\:group-hover\:pin-y {
    top: 0;
    bottom: 0;
  }

  .group:hover .xl\:group-hover\:pin-x {
    right: 0;
    left: 0;
  }

  .group:hover .xl\:group-hover\:pin-t {
    top: 0;
  }

  .group:hover .xl\:group-hover\:pin-r {
    right: 0;
  }

  .group:hover .xl\:group-hover\:pin-b {
    bottom: 0;
  }

  .group:hover .xl\:group-hover\:pin-l {
    left: 0;
  }

  .xl\:hover\:static:hover {
    position: static;
  }

  .xl\:hover\:fixed:hover {
    position: fixed;
  }

  .xl\:hover\:absolute:hover {
    position: absolute;
  }

  .xl\:hover\:relative:hover {
    position: relative;
  }

  .xl\:hover\:sticky:hover {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:hover\:pin-none:hover {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:hover\:pin:hover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:hover\:pin-y:hover {
    top: 0;
    bottom: 0;
  }

  .xl\:hover\:pin-x:hover {
    right: 0;
    left: 0;
  }

  .xl\:hover\:pin-t:hover {
    top: 0;
  }

  .xl\:hover\:pin-r:hover {
    right: 0;
  }

  .xl\:hover\:pin-b:hover {
    bottom: 0;
  }

  .xl\:hover\:pin-l:hover {
    left: 0;
  }

  .xl\:focus-within\:static:focus-within {
    position: static;
  }

  .xl\:focus-within\:fixed:focus-within {
    position: fixed;
  }

  .xl\:focus-within\:absolute:focus-within {
    position: absolute;
  }

  .xl\:focus-within\:relative:focus-within {
    position: relative;
  }

  .xl\:focus-within\:sticky:focus-within {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:focus-within\:pin-none:focus-within {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:focus-within\:pin:focus-within {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:focus-within\:pin-y:focus-within {
    top: 0;
    bottom: 0;
  }

  .xl\:focus-within\:pin-x:focus-within {
    right: 0;
    left: 0;
  }

  .xl\:focus-within\:pin-t:focus-within {
    top: 0;
  }

  .xl\:focus-within\:pin-r:focus-within {
    right: 0;
  }

  .xl\:focus-within\:pin-b:focus-within {
    bottom: 0;
  }

  .xl\:focus-within\:pin-l:focus-within {
    left: 0;
  }

  .xl\:focus\:static:focus {
    position: static;
  }

  .xl\:focus\:fixed:focus {
    position: fixed;
  }

  .xl\:focus\:absolute:focus {
    position: absolute;
  }

  .xl\:focus\:relative:focus {
    position: relative;
  }

  .xl\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:focus\:pin-none:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:focus\:pin:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:focus\:pin-y:focus {
    top: 0;
    bottom: 0;
  }

  .xl\:focus\:pin-x:focus {
    right: 0;
    left: 0;
  }

  .xl\:focus\:pin-t:focus {
    top: 0;
  }

  .xl\:focus\:pin-r:focus {
    right: 0;
  }

  .xl\:focus\:pin-b:focus {
    bottom: 0;
  }

  .xl\:focus\:pin-l:focus {
    left: 0;
  }

  .xl\:active\:static:active {
    position: static;
  }

  .xl\:active\:fixed:active {
    position: fixed;
  }

  .xl\:active\:absolute:active {
    position: absolute;
  }

  .xl\:active\:relative:active {
    position: relative;
  }

  .xl\:active\:sticky:active {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:active\:pin-none:active {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:active\:pin:active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:active\:pin-y:active {
    top: 0;
    bottom: 0;
  }

  .xl\:active\:pin-x:active {
    right: 0;
    left: 0;
  }

  .xl\:active\:pin-t:active {
    top: 0;
  }

  .xl\:active\:pin-r:active {
    right: 0;
  }

  .xl\:active\:pin-b:active {
    bottom: 0;
  }

  .xl\:active\:pin-l:active {
    left: 0;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .group:hover .xl\:group-hover\:resize-none {
    resize: none;
  }

  .group:hover .xl\:group-hover\:resize-y {
    resize: vertical;
  }

  .group:hover .xl\:group-hover\:resize-x {
    resize: horizontal;
  }

  .group:hover .xl\:group-hover\:resize {
    resize: both;
  }

  .xl\:hover\:resize-none:hover {
    resize: none;
  }

  .xl\:hover\:resize-y:hover {
    resize: vertical;
  }

  .xl\:hover\:resize-x:hover {
    resize: horizontal;
  }

  .xl\:hover\:resize:hover {
    resize: both;
  }

  .xl\:focus-within\:resize-none:focus-within {
    resize: none;
  }

  .xl\:focus-within\:resize-y:focus-within {
    resize: vertical;
  }

  .xl\:focus-within\:resize-x:focus-within {
    resize: horizontal;
  }

  .xl\:focus-within\:resize:focus-within {
    resize: both;
  }

  .xl\:focus\:resize-none:focus {
    resize: none;
  }

  .xl\:focus\:resize-y:focus {
    resize: vertical;
  }

  .xl\:focus\:resize-x:focus {
    resize: horizontal;
  }

  .xl\:focus\:resize:focus {
    resize: both;
  }

  .xl\:active\:resize-none:active {
    resize: none;
  }

  .xl\:active\:resize-y:active {
    resize: vertical;
  }

  .xl\:active\:resize-x:active {
    resize: horizontal;
  }

  .xl\:active\:resize:active {
    resize: both;
  }

  .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .xl\:shadow-none {
    box-shadow: none;
  }

  .group:hover .xl\:group-hover\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .group:hover .xl\:group-hover\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .xl\:group-hover\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .group:hover .xl\:group-hover\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .group:hover .xl\:group-hover\:shadow-outline {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .group:hover .xl\:group-hover\:shadow-none {
    box-shadow: none;
  }

  .xl\:hover\:shadow:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:hover\:shadow-md:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:hover\:shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: none;
  }

  .xl\:focus-within\:shadow:focus-within {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:focus-within\:shadow-md:focus-within {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus-within\:shadow-lg:focus-within {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus-within\:shadow-inner:focus-within {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:focus-within\:shadow-outline:focus-within {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .xl\:focus-within\:shadow-none:focus-within {
    box-shadow: none;
  }

  .xl\:focus\:shadow:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:focus\:shadow-md:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:focus\:shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: none;
  }

  .xl\:active\:shadow:active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\:active\:shadow-md:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .xl\:active\:shadow-lg:active {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:active\:shadow-inner:active {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:active\:shadow-outline:active {
    box-shadow: 0 0 0 2px #6574cd;
  }

  .xl\:active\:shadow-none:active {
    box-shadow: none;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:fill-transparent {
    fill: transparent;
  }

  .xl\:fill-black {
    fill: #22292f;
  }

  .xl\:fill-grey-darkest {
    fill: #3d4852;
  }

  .xl\:fill-grey-darker {
    fill: #606f7b;
  }

  .xl\:fill-grey-dark {
    fill: #8795a1;
  }

  .xl\:fill-grey {
    fill: #b8c2cc;
  }

  .xl\:fill-grey-light {
    fill: #dae1e7;
  }

  .xl\:fill-grey-lighter {
    fill: #f1f5f8;
  }

  .xl\:fill-grey-lightest {
    fill: #f8fafc;
  }

  .xl\:fill-white {
    fill: #fff;
  }

  .xl\:fill-red-darkest {
    fill: #3b0d0c;
  }

  .xl\:fill-red-darker {
    fill: #621b18;
  }

  .xl\:fill-red-dark {
    fill: #cc1f1a;
  }

  .xl\:fill-red {
    fill: #e3342f;
  }

  .xl\:fill-red-light {
    fill: #ef5753;
  }

  .xl\:fill-red-lighter {
    fill: #f9acaa;
  }

  .xl\:fill-red-lightest {
    fill: #fcebea;
  }

  .xl\:fill-orange-darkest {
    fill: #462a16;
  }

  .xl\:fill-orange-darker {
    fill: #613b1f;
  }

  .xl\:fill-orange-dark {
    fill: #de751f;
  }

  .xl\:fill-orange {
    fill: #f6993f;
  }

  .xl\:fill-orange-light {
    fill: #faad63;
  }

  .xl\:fill-orange-lighter {
    fill: #fcd9b6;
  }

  .xl\:fill-orange-lightest {
    fill: #fff5eb;
  }

  .xl\:fill-yellow-darkest {
    fill: #453411;
  }

  .xl\:fill-yellow-darker {
    fill: #684f1d;
  }

  .xl\:fill-yellow-dark {
    fill: #f2d024;
  }

  .xl\:fill-yellow {
    fill: #ffed4a;
  }

  .xl\:fill-yellow-light {
    fill: #fff382;
  }

  .xl\:fill-yellow-lighter {
    fill: #fff9c2;
  }

  .xl\:fill-yellow-lightest {
    fill: #fcfbeb;
  }

  .xl\:fill-green-darkest {
    fill: #0f2f21;
  }

  .xl\:fill-green-darker {
    fill: #1a4731;
  }

  .xl\:fill-green-dark {
    fill: #1f9d55;
  }

  .xl\:fill-green {
    fill: #38c172;
  }

  .xl\:fill-green-light {
    fill: #51d88a;
  }

  .xl\:fill-green-lighter {
    fill: #a2f5bf;
  }

  .xl\:fill-green-lightest {
    fill: #e3fcec;
  }

  .xl\:fill-teal-darkest {
    fill: #0d3331;
  }

  .xl\:fill-teal-darker {
    fill: #20504f;
  }

  .xl\:fill-teal-dark {
    fill: #38a89d;
  }

  .xl\:fill-teal {
    fill: #4dc0b5;
  }

  .xl\:fill-teal-light {
    fill: #64d5ca;
  }

  .xl\:fill-teal-lighter {
    fill: #a0f0ed;
  }

  .xl\:fill-teal-lightest {
    fill: #e8fffe;
  }

  .xl\:fill-blue-darkest {
    fill: #12283a;
  }

  .xl\:fill-blue-darker {
    fill: #1c3d5a;
  }

  .xl\:fill-blue-dark {
    fill: #2779bd;
  }

  .xl\:fill-blue {
    fill: #3490dc;
  }

  .xl\:fill-blue-light {
    fill: #6cb2eb;
  }

  .xl\:fill-blue-lighter {
    fill: #bcdefa;
  }

  .xl\:fill-blue-lightest {
    fill: #eff8ff;
  }

  .xl\:fill-indigo-darkest {
    fill: #191e38;
  }

  .xl\:fill-indigo-darker {
    fill: #2f365f;
  }

  .xl\:fill-indigo-dark {
    fill: #5661b3;
  }

  .xl\:fill-indigo {
    fill: #6574cd;
  }

  .xl\:fill-indigo-light {
    fill: #7886d7;
  }

  .xl\:fill-indigo-lighter {
    fill: #b2b7ff;
  }

  .xl\:fill-indigo-lightest {
    fill: #e6e8ff;
  }

  .xl\:fill-purple-darkest {
    fill: #21183c;
  }

  .xl\:fill-purple-darker {
    fill: #382b5f;
  }

  .xl\:fill-purple-dark {
    fill: #794acf;
  }

  .xl\:fill-purple {
    fill: #9561e2;
  }

  .xl\:fill-purple-light {
    fill: #a779e9;
  }

  .xl\:fill-purple-lighter {
    fill: #d6bbfc;
  }

  .xl\:fill-purple-lightest {
    fill: #f3ebff;
  }

  .xl\:fill-pink-darkest {
    fill: #451225;
  }

  .xl\:fill-pink-darker {
    fill: #6f213f;
  }

  .xl\:fill-pink-dark {
    fill: #eb5286;
  }

  .xl\:fill-pink {
    fill: #f66d9b;
  }

  .xl\:fill-pink-light {
    fill: #fa7ea8;
  }

  .xl\:fill-pink-lighter {
    fill: #ffbbca;
  }

  .xl\:fill-pink-lightest {
    fill: #ffebef;
  }

  .group:hover .xl\:group-hover\:fill-current {
    fill: currentColor;
  }

  .group:hover .xl\:group-hover\:fill-transparent {
    fill: transparent;
  }

  .group:hover .xl\:group-hover\:fill-black {
    fill: #22292f;
  }

  .group:hover .xl\:group-hover\:fill-grey-darkest {
    fill: #3d4852;
  }

  .group:hover .xl\:group-hover\:fill-grey-darker {
    fill: #606f7b;
  }

  .group:hover .xl\:group-hover\:fill-grey-dark {
    fill: #8795a1;
  }

  .group:hover .xl\:group-hover\:fill-grey {
    fill: #b8c2cc;
  }

  .group:hover .xl\:group-hover\:fill-grey-light {
    fill: #dae1e7;
  }

  .group:hover .xl\:group-hover\:fill-grey-lighter {
    fill: #f1f5f8;
  }

  .group:hover .xl\:group-hover\:fill-grey-lightest {
    fill: #f8fafc;
  }

  .group:hover .xl\:group-hover\:fill-white {
    fill: #fff;
  }

  .group:hover .xl\:group-hover\:fill-red-darkest {
    fill: #3b0d0c;
  }

  .group:hover .xl\:group-hover\:fill-red-darker {
    fill: #621b18;
  }

  .group:hover .xl\:group-hover\:fill-red-dark {
    fill: #cc1f1a;
  }

  .group:hover .xl\:group-hover\:fill-red {
    fill: #e3342f;
  }

  .group:hover .xl\:group-hover\:fill-red-light {
    fill: #ef5753;
  }

  .group:hover .xl\:group-hover\:fill-red-lighter {
    fill: #f9acaa;
  }

  .group:hover .xl\:group-hover\:fill-red-lightest {
    fill: #fcebea;
  }

  .group:hover .xl\:group-hover\:fill-orange-darkest {
    fill: #462a16;
  }

  .group:hover .xl\:group-hover\:fill-orange-darker {
    fill: #613b1f;
  }

  .group:hover .xl\:group-hover\:fill-orange-dark {
    fill: #de751f;
  }

  .group:hover .xl\:group-hover\:fill-orange {
    fill: #f6993f;
  }

  .group:hover .xl\:group-hover\:fill-orange-light {
    fill: #faad63;
  }

  .group:hover .xl\:group-hover\:fill-orange-lighter {
    fill: #fcd9b6;
  }

  .group:hover .xl\:group-hover\:fill-orange-lightest {
    fill: #fff5eb;
  }

  .group:hover .xl\:group-hover\:fill-yellow-darkest {
    fill: #453411;
  }

  .group:hover .xl\:group-hover\:fill-yellow-darker {
    fill: #684f1d;
  }

  .group:hover .xl\:group-hover\:fill-yellow-dark {
    fill: #f2d024;
  }

  .group:hover .xl\:group-hover\:fill-yellow {
    fill: #ffed4a;
  }

  .group:hover .xl\:group-hover\:fill-yellow-light {
    fill: #fff382;
  }

  .group:hover .xl\:group-hover\:fill-yellow-lighter {
    fill: #fff9c2;
  }

  .group:hover .xl\:group-hover\:fill-yellow-lightest {
    fill: #fcfbeb;
  }

  .group:hover .xl\:group-hover\:fill-green-darkest {
    fill: #0f2f21;
  }

  .group:hover .xl\:group-hover\:fill-green-darker {
    fill: #1a4731;
  }

  .group:hover .xl\:group-hover\:fill-green-dark {
    fill: #1f9d55;
  }

  .group:hover .xl\:group-hover\:fill-green {
    fill: #38c172;
  }

  .group:hover .xl\:group-hover\:fill-green-light {
    fill: #51d88a;
  }

  .group:hover .xl\:group-hover\:fill-green-lighter {
    fill: #a2f5bf;
  }

  .group:hover .xl\:group-hover\:fill-green-lightest {
    fill: #e3fcec;
  }

  .group:hover .xl\:group-hover\:fill-teal-darkest {
    fill: #0d3331;
  }

  .group:hover .xl\:group-hover\:fill-teal-darker {
    fill: #20504f;
  }

  .group:hover .xl\:group-hover\:fill-teal-dark {
    fill: #38a89d;
  }

  .group:hover .xl\:group-hover\:fill-teal {
    fill: #4dc0b5;
  }

  .group:hover .xl\:group-hover\:fill-teal-light {
    fill: #64d5ca;
  }

  .group:hover .xl\:group-hover\:fill-teal-lighter {
    fill: #a0f0ed;
  }

  .group:hover .xl\:group-hover\:fill-teal-lightest {
    fill: #e8fffe;
  }

  .group:hover .xl\:group-hover\:fill-blue-darkest {
    fill: #12283a;
  }

  .group:hover .xl\:group-hover\:fill-blue-darker {
    fill: #1c3d5a;
  }

  .group:hover .xl\:group-hover\:fill-blue-dark {
    fill: #2779bd;
  }

  .group:hover .xl\:group-hover\:fill-blue {
    fill: #3490dc;
  }

  .group:hover .xl\:group-hover\:fill-blue-light {
    fill: #6cb2eb;
  }

  .group:hover .xl\:group-hover\:fill-blue-lighter {
    fill: #bcdefa;
  }

  .group:hover .xl\:group-hover\:fill-blue-lightest {
    fill: #eff8ff;
  }

  .group:hover .xl\:group-hover\:fill-indigo-darkest {
    fill: #191e38;
  }

  .group:hover .xl\:group-hover\:fill-indigo-darker {
    fill: #2f365f;
  }

  .group:hover .xl\:group-hover\:fill-indigo-dark {
    fill: #5661b3;
  }

  .group:hover .xl\:group-hover\:fill-indigo {
    fill: #6574cd;
  }

  .group:hover .xl\:group-hover\:fill-indigo-light {
    fill: #7886d7;
  }

  .group:hover .xl\:group-hover\:fill-indigo-lighter {
    fill: #b2b7ff;
  }

  .group:hover .xl\:group-hover\:fill-indigo-lightest {
    fill: #e6e8ff;
  }

  .group:hover .xl\:group-hover\:fill-purple-darkest {
    fill: #21183c;
  }

  .group:hover .xl\:group-hover\:fill-purple-darker {
    fill: #382b5f;
  }

  .group:hover .xl\:group-hover\:fill-purple-dark {
    fill: #794acf;
  }

  .group:hover .xl\:group-hover\:fill-purple {
    fill: #9561e2;
  }

  .group:hover .xl\:group-hover\:fill-purple-light {
    fill: #a779e9;
  }

  .group:hover .xl\:group-hover\:fill-purple-lighter {
    fill: #d6bbfc;
  }

  .group:hover .xl\:group-hover\:fill-purple-lightest {
    fill: #f3ebff;
  }

  .group:hover .xl\:group-hover\:fill-pink-darkest {
    fill: #451225;
  }

  .group:hover .xl\:group-hover\:fill-pink-darker {
    fill: #6f213f;
  }

  .group:hover .xl\:group-hover\:fill-pink-dark {
    fill: #eb5286;
  }

  .group:hover .xl\:group-hover\:fill-pink {
    fill: #f66d9b;
  }

  .group:hover .xl\:group-hover\:fill-pink-light {
    fill: #fa7ea8;
  }

  .group:hover .xl\:group-hover\:fill-pink-lighter {
    fill: #ffbbca;
  }

  .group:hover .xl\:group-hover\:fill-pink-lightest {
    fill: #ffebef;
  }

  .xl\:hover\:fill-current:hover {
    fill: currentColor;
  }

  .xl\:hover\:fill-transparent:hover {
    fill: transparent;
  }

  .xl\:hover\:fill-black:hover {
    fill: #22292f;
  }

  .xl\:hover\:fill-grey-darkest:hover {
    fill: #3d4852;
  }

  .xl\:hover\:fill-grey-darker:hover {
    fill: #606f7b;
  }

  .xl\:hover\:fill-grey-dark:hover {
    fill: #8795a1;
  }

  .xl\:hover\:fill-grey:hover {
    fill: #b8c2cc;
  }

  .xl\:hover\:fill-grey-light:hover {
    fill: #dae1e7;
  }

  .xl\:hover\:fill-grey-lighter:hover {
    fill: #f1f5f8;
  }

  .xl\:hover\:fill-grey-lightest:hover {
    fill: #f8fafc;
  }

  .xl\:hover\:fill-white:hover {
    fill: #fff;
  }

  .xl\:hover\:fill-red-darkest:hover {
    fill: #3b0d0c;
  }

  .xl\:hover\:fill-red-darker:hover {
    fill: #621b18;
  }

  .xl\:hover\:fill-red-dark:hover {
    fill: #cc1f1a;
  }

  .xl\:hover\:fill-red:hover {
    fill: #e3342f;
  }

  .xl\:hover\:fill-red-light:hover {
    fill: #ef5753;
  }

  .xl\:hover\:fill-red-lighter:hover {
    fill: #f9acaa;
  }

  .xl\:hover\:fill-red-lightest:hover {
    fill: #fcebea;
  }

  .xl\:hover\:fill-orange-darkest:hover {
    fill: #462a16;
  }

  .xl\:hover\:fill-orange-darker:hover {
    fill: #613b1f;
  }

  .xl\:hover\:fill-orange-dark:hover {
    fill: #de751f;
  }

  .xl\:hover\:fill-orange:hover {
    fill: #f6993f;
  }

  .xl\:hover\:fill-orange-light:hover {
    fill: #faad63;
  }

  .xl\:hover\:fill-orange-lighter:hover {
    fill: #fcd9b6;
  }

  .xl\:hover\:fill-orange-lightest:hover {
    fill: #fff5eb;
  }

  .xl\:hover\:fill-yellow-darkest:hover {
    fill: #453411;
  }

  .xl\:hover\:fill-yellow-darker:hover {
    fill: #684f1d;
  }

  .xl\:hover\:fill-yellow-dark:hover {
    fill: #f2d024;
  }

  .xl\:hover\:fill-yellow:hover {
    fill: #ffed4a;
  }

  .xl\:hover\:fill-yellow-light:hover {
    fill: #fff382;
  }

  .xl\:hover\:fill-yellow-lighter:hover {
    fill: #fff9c2;
  }

  .xl\:hover\:fill-yellow-lightest:hover {
    fill: #fcfbeb;
  }

  .xl\:hover\:fill-green-darkest:hover {
    fill: #0f2f21;
  }

  .xl\:hover\:fill-green-darker:hover {
    fill: #1a4731;
  }

  .xl\:hover\:fill-green-dark:hover {
    fill: #1f9d55;
  }

  .xl\:hover\:fill-green:hover {
    fill: #38c172;
  }

  .xl\:hover\:fill-green-light:hover {
    fill: #51d88a;
  }

  .xl\:hover\:fill-green-lighter:hover {
    fill: #a2f5bf;
  }

  .xl\:hover\:fill-green-lightest:hover {
    fill: #e3fcec;
  }

  .xl\:hover\:fill-teal-darkest:hover {
    fill: #0d3331;
  }

  .xl\:hover\:fill-teal-darker:hover {
    fill: #20504f;
  }

  .xl\:hover\:fill-teal-dark:hover {
    fill: #38a89d;
  }

  .xl\:hover\:fill-teal:hover {
    fill: #4dc0b5;
  }

  .xl\:hover\:fill-teal-light:hover {
    fill: #64d5ca;
  }

  .xl\:hover\:fill-teal-lighter:hover {
    fill: #a0f0ed;
  }

  .xl\:hover\:fill-teal-lightest:hover {
    fill: #e8fffe;
  }

  .xl\:hover\:fill-blue-darkest:hover {
    fill: #12283a;
  }

  .xl\:hover\:fill-blue-darker:hover {
    fill: #1c3d5a;
  }

  .xl\:hover\:fill-blue-dark:hover {
    fill: #2779bd;
  }

  .xl\:hover\:fill-blue:hover {
    fill: #3490dc;
  }

  .xl\:hover\:fill-blue-light:hover {
    fill: #6cb2eb;
  }

  .xl\:hover\:fill-blue-lighter:hover {
    fill: #bcdefa;
  }

  .xl\:hover\:fill-blue-lightest:hover {
    fill: #eff8ff;
  }

  .xl\:hover\:fill-indigo-darkest:hover {
    fill: #191e38;
  }

  .xl\:hover\:fill-indigo-darker:hover {
    fill: #2f365f;
  }

  .xl\:hover\:fill-indigo-dark:hover {
    fill: #5661b3;
  }

  .xl\:hover\:fill-indigo:hover {
    fill: #6574cd;
  }

  .xl\:hover\:fill-indigo-light:hover {
    fill: #7886d7;
  }

  .xl\:hover\:fill-indigo-lighter:hover {
    fill: #b2b7ff;
  }

  .xl\:hover\:fill-indigo-lightest:hover {
    fill: #e6e8ff;
  }

  .xl\:hover\:fill-purple-darkest:hover {
    fill: #21183c;
  }

  .xl\:hover\:fill-purple-darker:hover {
    fill: #382b5f;
  }

  .xl\:hover\:fill-purple-dark:hover {
    fill: #794acf;
  }

  .xl\:hover\:fill-purple:hover {
    fill: #9561e2;
  }

  .xl\:hover\:fill-purple-light:hover {
    fill: #a779e9;
  }

  .xl\:hover\:fill-purple-lighter:hover {
    fill: #d6bbfc;
  }

  .xl\:hover\:fill-purple-lightest:hover {
    fill: #f3ebff;
  }

  .xl\:hover\:fill-pink-darkest:hover {
    fill: #451225;
  }

  .xl\:hover\:fill-pink-darker:hover {
    fill: #6f213f;
  }

  .xl\:hover\:fill-pink-dark:hover {
    fill: #eb5286;
  }

  .xl\:hover\:fill-pink:hover {
    fill: #f66d9b;
  }

  .xl\:hover\:fill-pink-light:hover {
    fill: #fa7ea8;
  }

  .xl\:hover\:fill-pink-lighter:hover {
    fill: #ffbbca;
  }

  .xl\:hover\:fill-pink-lightest:hover {
    fill: #ffebef;
  }

  .xl\:focus-within\:fill-current:focus-within {
    fill: currentColor;
  }

  .xl\:focus-within\:fill-transparent:focus-within {
    fill: transparent;
  }

  .xl\:focus-within\:fill-black:focus-within {
    fill: #22292f;
  }

  .xl\:focus-within\:fill-grey-darkest:focus-within {
    fill: #3d4852;
  }

  .xl\:focus-within\:fill-grey-darker:focus-within {
    fill: #606f7b;
  }

  .xl\:focus-within\:fill-grey-dark:focus-within {
    fill: #8795a1;
  }

  .xl\:focus-within\:fill-grey:focus-within {
    fill: #b8c2cc;
  }

  .xl\:focus-within\:fill-grey-light:focus-within {
    fill: #dae1e7;
  }

  .xl\:focus-within\:fill-grey-lighter:focus-within {
    fill: #f1f5f8;
  }

  .xl\:focus-within\:fill-grey-lightest:focus-within {
    fill: #f8fafc;
  }

  .xl\:focus-within\:fill-white:focus-within {
    fill: #fff;
  }

  .xl\:focus-within\:fill-red-darkest:focus-within {
    fill: #3b0d0c;
  }

  .xl\:focus-within\:fill-red-darker:focus-within {
    fill: #621b18;
  }

  .xl\:focus-within\:fill-red-dark:focus-within {
    fill: #cc1f1a;
  }

  .xl\:focus-within\:fill-red:focus-within {
    fill: #e3342f;
  }

  .xl\:focus-within\:fill-red-light:focus-within {
    fill: #ef5753;
  }

  .xl\:focus-within\:fill-red-lighter:focus-within {
    fill: #f9acaa;
  }

  .xl\:focus-within\:fill-red-lightest:focus-within {
    fill: #fcebea;
  }

  .xl\:focus-within\:fill-orange-darkest:focus-within {
    fill: #462a16;
  }

  .xl\:focus-within\:fill-orange-darker:focus-within {
    fill: #613b1f;
  }

  .xl\:focus-within\:fill-orange-dark:focus-within {
    fill: #de751f;
  }

  .xl\:focus-within\:fill-orange:focus-within {
    fill: #f6993f;
  }

  .xl\:focus-within\:fill-orange-light:focus-within {
    fill: #faad63;
  }

  .xl\:focus-within\:fill-orange-lighter:focus-within {
    fill: #fcd9b6;
  }

  .xl\:focus-within\:fill-orange-lightest:focus-within {
    fill: #fff5eb;
  }

  .xl\:focus-within\:fill-yellow-darkest:focus-within {
    fill: #453411;
  }

  .xl\:focus-within\:fill-yellow-darker:focus-within {
    fill: #684f1d;
  }

  .xl\:focus-within\:fill-yellow-dark:focus-within {
    fill: #f2d024;
  }

  .xl\:focus-within\:fill-yellow:focus-within {
    fill: #ffed4a;
  }

  .xl\:focus-within\:fill-yellow-light:focus-within {
    fill: #fff382;
  }

  .xl\:focus-within\:fill-yellow-lighter:focus-within {
    fill: #fff9c2;
  }

  .xl\:focus-within\:fill-yellow-lightest:focus-within {
    fill: #fcfbeb;
  }

  .xl\:focus-within\:fill-green-darkest:focus-within {
    fill: #0f2f21;
  }

  .xl\:focus-within\:fill-green-darker:focus-within {
    fill: #1a4731;
  }

  .xl\:focus-within\:fill-green-dark:focus-within {
    fill: #1f9d55;
  }

  .xl\:focus-within\:fill-green:focus-within {
    fill: #38c172;
  }

  .xl\:focus-within\:fill-green-light:focus-within {
    fill: #51d88a;
  }

  .xl\:focus-within\:fill-green-lighter:focus-within {
    fill: #a2f5bf;
  }

  .xl\:focus-within\:fill-green-lightest:focus-within {
    fill: #e3fcec;
  }

  .xl\:focus-within\:fill-teal-darkest:focus-within {
    fill: #0d3331;
  }

  .xl\:focus-within\:fill-teal-darker:focus-within {
    fill: #20504f;
  }

  .xl\:focus-within\:fill-teal-dark:focus-within {
    fill: #38a89d;
  }

  .xl\:focus-within\:fill-teal:focus-within {
    fill: #4dc0b5;
  }

  .xl\:focus-within\:fill-teal-light:focus-within {
    fill: #64d5ca;
  }

  .xl\:focus-within\:fill-teal-lighter:focus-within {
    fill: #a0f0ed;
  }

  .xl\:focus-within\:fill-teal-lightest:focus-within {
    fill: #e8fffe;
  }

  .xl\:focus-within\:fill-blue-darkest:focus-within {
    fill: #12283a;
  }

  .xl\:focus-within\:fill-blue-darker:focus-within {
    fill: #1c3d5a;
  }

  .xl\:focus-within\:fill-blue-dark:focus-within {
    fill: #2779bd;
  }

  .xl\:focus-within\:fill-blue:focus-within {
    fill: #3490dc;
  }

  .xl\:focus-within\:fill-blue-light:focus-within {
    fill: #6cb2eb;
  }

  .xl\:focus-within\:fill-blue-lighter:focus-within {
    fill: #bcdefa;
  }

  .xl\:focus-within\:fill-blue-lightest:focus-within {
    fill: #eff8ff;
  }

  .xl\:focus-within\:fill-indigo-darkest:focus-within {
    fill: #191e38;
  }

  .xl\:focus-within\:fill-indigo-darker:focus-within {
    fill: #2f365f;
  }

  .xl\:focus-within\:fill-indigo-dark:focus-within {
    fill: #5661b3;
  }

  .xl\:focus-within\:fill-indigo:focus-within {
    fill: #6574cd;
  }

  .xl\:focus-within\:fill-indigo-light:focus-within {
    fill: #7886d7;
  }

  .xl\:focus-within\:fill-indigo-lighter:focus-within {
    fill: #b2b7ff;
  }

  .xl\:focus-within\:fill-indigo-lightest:focus-within {
    fill: #e6e8ff;
  }

  .xl\:focus-within\:fill-purple-darkest:focus-within {
    fill: #21183c;
  }

  .xl\:focus-within\:fill-purple-darker:focus-within {
    fill: #382b5f;
  }

  .xl\:focus-within\:fill-purple-dark:focus-within {
    fill: #794acf;
  }

  .xl\:focus-within\:fill-purple:focus-within {
    fill: #9561e2;
  }

  .xl\:focus-within\:fill-purple-light:focus-within {
    fill: #a779e9;
  }

  .xl\:focus-within\:fill-purple-lighter:focus-within {
    fill: #d6bbfc;
  }

  .xl\:focus-within\:fill-purple-lightest:focus-within {
    fill: #f3ebff;
  }

  .xl\:focus-within\:fill-pink-darkest:focus-within {
    fill: #451225;
  }

  .xl\:focus-within\:fill-pink-darker:focus-within {
    fill: #6f213f;
  }

  .xl\:focus-within\:fill-pink-dark:focus-within {
    fill: #eb5286;
  }

  .xl\:focus-within\:fill-pink:focus-within {
    fill: #f66d9b;
  }

  .xl\:focus-within\:fill-pink-light:focus-within {
    fill: #fa7ea8;
  }

  .xl\:focus-within\:fill-pink-lighter:focus-within {
    fill: #ffbbca;
  }

  .xl\:focus-within\:fill-pink-lightest:focus-within {
    fill: #ffebef;
  }

  .xl\:focus\:fill-current:focus {
    fill: currentColor;
  }

  .xl\:focus\:fill-transparent:focus {
    fill: transparent;
  }

  .xl\:focus\:fill-black:focus {
    fill: #22292f;
  }

  .xl\:focus\:fill-grey-darkest:focus {
    fill: #3d4852;
  }

  .xl\:focus\:fill-grey-darker:focus {
    fill: #606f7b;
  }

  .xl\:focus\:fill-grey-dark:focus {
    fill: #8795a1;
  }

  .xl\:focus\:fill-grey:focus {
    fill: #b8c2cc;
  }

  .xl\:focus\:fill-grey-light:focus {
    fill: #dae1e7;
  }

  .xl\:focus\:fill-grey-lighter:focus {
    fill: #f1f5f8;
  }

  .xl\:focus\:fill-grey-lightest:focus {
    fill: #f8fafc;
  }

  .xl\:focus\:fill-white:focus {
    fill: #fff;
  }

  .xl\:focus\:fill-red-darkest:focus {
    fill: #3b0d0c;
  }

  .xl\:focus\:fill-red-darker:focus {
    fill: #621b18;
  }

  .xl\:focus\:fill-red-dark:focus {
    fill: #cc1f1a;
  }

  .xl\:focus\:fill-red:focus {
    fill: #e3342f;
  }

  .xl\:focus\:fill-red-light:focus {
    fill: #ef5753;
  }

  .xl\:focus\:fill-red-lighter:focus {
    fill: #f9acaa;
  }

  .xl\:focus\:fill-red-lightest:focus {
    fill: #fcebea;
  }

  .xl\:focus\:fill-orange-darkest:focus {
    fill: #462a16;
  }

  .xl\:focus\:fill-orange-darker:focus {
    fill: #613b1f;
  }

  .xl\:focus\:fill-orange-dark:focus {
    fill: #de751f;
  }

  .xl\:focus\:fill-orange:focus {
    fill: #f6993f;
  }

  .xl\:focus\:fill-orange-light:focus {
    fill: #faad63;
  }

  .xl\:focus\:fill-orange-lighter:focus {
    fill: #fcd9b6;
  }

  .xl\:focus\:fill-orange-lightest:focus {
    fill: #fff5eb;
  }

  .xl\:focus\:fill-yellow-darkest:focus {
    fill: #453411;
  }

  .xl\:focus\:fill-yellow-darker:focus {
    fill: #684f1d;
  }

  .xl\:focus\:fill-yellow-dark:focus {
    fill: #f2d024;
  }

  .xl\:focus\:fill-yellow:focus {
    fill: #ffed4a;
  }

  .xl\:focus\:fill-yellow-light:focus {
    fill: #fff382;
  }

  .xl\:focus\:fill-yellow-lighter:focus {
    fill: #fff9c2;
  }

  .xl\:focus\:fill-yellow-lightest:focus {
    fill: #fcfbeb;
  }

  .xl\:focus\:fill-green-darkest:focus {
    fill: #0f2f21;
  }

  .xl\:focus\:fill-green-darker:focus {
    fill: #1a4731;
  }

  .xl\:focus\:fill-green-dark:focus {
    fill: #1f9d55;
  }

  .xl\:focus\:fill-green:focus {
    fill: #38c172;
  }

  .xl\:focus\:fill-green-light:focus {
    fill: #51d88a;
  }

  .xl\:focus\:fill-green-lighter:focus {
    fill: #a2f5bf;
  }

  .xl\:focus\:fill-green-lightest:focus {
    fill: #e3fcec;
  }

  .xl\:focus\:fill-teal-darkest:focus {
    fill: #0d3331;
  }

  .xl\:focus\:fill-teal-darker:focus {
    fill: #20504f;
  }

  .xl\:focus\:fill-teal-dark:focus {
    fill: #38a89d;
  }

  .xl\:focus\:fill-teal:focus {
    fill: #4dc0b5;
  }

  .xl\:focus\:fill-teal-light:focus {
    fill: #64d5ca;
  }

  .xl\:focus\:fill-teal-lighter:focus {
    fill: #a0f0ed;
  }

  .xl\:focus\:fill-teal-lightest:focus {
    fill: #e8fffe;
  }

  .xl\:focus\:fill-blue-darkest:focus {
    fill: #12283a;
  }

  .xl\:focus\:fill-blue-darker:focus {
    fill: #1c3d5a;
  }

  .xl\:focus\:fill-blue-dark:focus {
    fill: #2779bd;
  }

  .xl\:focus\:fill-blue:focus {
    fill: #3490dc;
  }

  .xl\:focus\:fill-blue-light:focus {
    fill: #6cb2eb;
  }

  .xl\:focus\:fill-blue-lighter:focus {
    fill: #bcdefa;
  }

  .xl\:focus\:fill-blue-lightest:focus {
    fill: #eff8ff;
  }

  .xl\:focus\:fill-indigo-darkest:focus {
    fill: #191e38;
  }

  .xl\:focus\:fill-indigo-darker:focus {
    fill: #2f365f;
  }

  .xl\:focus\:fill-indigo-dark:focus {
    fill: #5661b3;
  }

  .xl\:focus\:fill-indigo:focus {
    fill: #6574cd;
  }

  .xl\:focus\:fill-indigo-light:focus {
    fill: #7886d7;
  }

  .xl\:focus\:fill-indigo-lighter:focus {
    fill: #b2b7ff;
  }

  .xl\:focus\:fill-indigo-lightest:focus {
    fill: #e6e8ff;
  }

  .xl\:focus\:fill-purple-darkest:focus {
    fill: #21183c;
  }

  .xl\:focus\:fill-purple-darker:focus {
    fill: #382b5f;
  }

  .xl\:focus\:fill-purple-dark:focus {
    fill: #794acf;
  }

  .xl\:focus\:fill-purple:focus {
    fill: #9561e2;
  }

  .xl\:focus\:fill-purple-light:focus {
    fill: #a779e9;
  }

  .xl\:focus\:fill-purple-lighter:focus {
    fill: #d6bbfc;
  }

  .xl\:focus\:fill-purple-lightest:focus {
    fill: #f3ebff;
  }

  .xl\:focus\:fill-pink-darkest:focus {
    fill: #451225;
  }

  .xl\:focus\:fill-pink-darker:focus {
    fill: #6f213f;
  }

  .xl\:focus\:fill-pink-dark:focus {
    fill: #eb5286;
  }

  .xl\:focus\:fill-pink:focus {
    fill: #f66d9b;
  }

  .xl\:focus\:fill-pink-light:focus {
    fill: #fa7ea8;
  }

  .xl\:focus\:fill-pink-lighter:focus {
    fill: #ffbbca;
  }

  .xl\:focus\:fill-pink-lightest:focus {
    fill: #ffebef;
  }

  .xl\:active\:fill-current:active {
    fill: currentColor;
  }

  .xl\:active\:fill-transparent:active {
    fill: transparent;
  }

  .xl\:active\:fill-black:active {
    fill: #22292f;
  }

  .xl\:active\:fill-grey-darkest:active {
    fill: #3d4852;
  }

  .xl\:active\:fill-grey-darker:active {
    fill: #606f7b;
  }

  .xl\:active\:fill-grey-dark:active {
    fill: #8795a1;
  }

  .xl\:active\:fill-grey:active {
    fill: #b8c2cc;
  }

  .xl\:active\:fill-grey-light:active {
    fill: #dae1e7;
  }

  .xl\:active\:fill-grey-lighter:active {
    fill: #f1f5f8;
  }

  .xl\:active\:fill-grey-lightest:active {
    fill: #f8fafc;
  }

  .xl\:active\:fill-white:active {
    fill: #fff;
  }

  .xl\:active\:fill-red-darkest:active {
    fill: #3b0d0c;
  }

  .xl\:active\:fill-red-darker:active {
    fill: #621b18;
  }

  .xl\:active\:fill-red-dark:active {
    fill: #cc1f1a;
  }

  .xl\:active\:fill-red:active {
    fill: #e3342f;
  }

  .xl\:active\:fill-red-light:active {
    fill: #ef5753;
  }

  .xl\:active\:fill-red-lighter:active {
    fill: #f9acaa;
  }

  .xl\:active\:fill-red-lightest:active {
    fill: #fcebea;
  }

  .xl\:active\:fill-orange-darkest:active {
    fill: #462a16;
  }

  .xl\:active\:fill-orange-darker:active {
    fill: #613b1f;
  }

  .xl\:active\:fill-orange-dark:active {
    fill: #de751f;
  }

  .xl\:active\:fill-orange:active {
    fill: #f6993f;
  }

  .xl\:active\:fill-orange-light:active {
    fill: #faad63;
  }

  .xl\:active\:fill-orange-lighter:active {
    fill: #fcd9b6;
  }

  .xl\:active\:fill-orange-lightest:active {
    fill: #fff5eb;
  }

  .xl\:active\:fill-yellow-darkest:active {
    fill: #453411;
  }

  .xl\:active\:fill-yellow-darker:active {
    fill: #684f1d;
  }

  .xl\:active\:fill-yellow-dark:active {
    fill: #f2d024;
  }

  .xl\:active\:fill-yellow:active {
    fill: #ffed4a;
  }

  .xl\:active\:fill-yellow-light:active {
    fill: #fff382;
  }

  .xl\:active\:fill-yellow-lighter:active {
    fill: #fff9c2;
  }

  .xl\:active\:fill-yellow-lightest:active {
    fill: #fcfbeb;
  }

  .xl\:active\:fill-green-darkest:active {
    fill: #0f2f21;
  }

  .xl\:active\:fill-green-darker:active {
    fill: #1a4731;
  }

  .xl\:active\:fill-green-dark:active {
    fill: #1f9d55;
  }

  .xl\:active\:fill-green:active {
    fill: #38c172;
  }

  .xl\:active\:fill-green-light:active {
    fill: #51d88a;
  }

  .xl\:active\:fill-green-lighter:active {
    fill: #a2f5bf;
  }

  .xl\:active\:fill-green-lightest:active {
    fill: #e3fcec;
  }

  .xl\:active\:fill-teal-darkest:active {
    fill: #0d3331;
  }

  .xl\:active\:fill-teal-darker:active {
    fill: #20504f;
  }

  .xl\:active\:fill-teal-dark:active {
    fill: #38a89d;
  }

  .xl\:active\:fill-teal:active {
    fill: #4dc0b5;
  }

  .xl\:active\:fill-teal-light:active {
    fill: #64d5ca;
  }

  .xl\:active\:fill-teal-lighter:active {
    fill: #a0f0ed;
  }

  .xl\:active\:fill-teal-lightest:active {
    fill: #e8fffe;
  }

  .xl\:active\:fill-blue-darkest:active {
    fill: #12283a;
  }

  .xl\:active\:fill-blue-darker:active {
    fill: #1c3d5a;
  }

  .xl\:active\:fill-blue-dark:active {
    fill: #2779bd;
  }

  .xl\:active\:fill-blue:active {
    fill: #3490dc;
  }

  .xl\:active\:fill-blue-light:active {
    fill: #6cb2eb;
  }

  .xl\:active\:fill-blue-lighter:active {
    fill: #bcdefa;
  }

  .xl\:active\:fill-blue-lightest:active {
    fill: #eff8ff;
  }

  .xl\:active\:fill-indigo-darkest:active {
    fill: #191e38;
  }

  .xl\:active\:fill-indigo-darker:active {
    fill: #2f365f;
  }

  .xl\:active\:fill-indigo-dark:active {
    fill: #5661b3;
  }

  .xl\:active\:fill-indigo:active {
    fill: #6574cd;
  }

  .xl\:active\:fill-indigo-light:active {
    fill: #7886d7;
  }

  .xl\:active\:fill-indigo-lighter:active {
    fill: #b2b7ff;
  }

  .xl\:active\:fill-indigo-lightest:active {
    fill: #e6e8ff;
  }

  .xl\:active\:fill-purple-darkest:active {
    fill: #21183c;
  }

  .xl\:active\:fill-purple-darker:active {
    fill: #382b5f;
  }

  .xl\:active\:fill-purple-dark:active {
    fill: #794acf;
  }

  .xl\:active\:fill-purple:active {
    fill: #9561e2;
  }

  .xl\:active\:fill-purple-light:active {
    fill: #a779e9;
  }

  .xl\:active\:fill-purple-lighter:active {
    fill: #d6bbfc;
  }

  .xl\:active\:fill-purple-lightest:active {
    fill: #f3ebff;
  }

  .xl\:active\:fill-pink-darkest:active {
    fill: #451225;
  }

  .xl\:active\:fill-pink-darker:active {
    fill: #6f213f;
  }

  .xl\:active\:fill-pink-dark:active {
    fill: #eb5286;
  }

  .xl\:active\:fill-pink:active {
    fill: #f66d9b;
  }

  .xl\:active\:fill-pink-light:active {
    fill: #fa7ea8;
  }

  .xl\:active\:fill-pink-lighter:active {
    fill: #ffbbca;
  }

  .xl\:active\:fill-pink-lightest:active {
    fill: #ffebef;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .group:hover .xl\:group-hover\:stroke-current {
    stroke: currentColor;
  }

  .xl\:hover\:stroke-current:hover {
    stroke: currentColor;
  }

  .xl\:focus-within\:stroke-current:focus-within {
    stroke: currentColor;
  }

  .xl\:focus\:stroke-current:focus {
    stroke: currentColor;
  }

  .xl\:active\:stroke-current:active {
    stroke: currentColor;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .group:hover .xl\:group-hover\:table-auto {
    table-layout: auto;
  }

  .group:hover .xl\:group-hover\:table-fixed {
    table-layout: fixed;
  }

  .xl\:hover\:table-auto:hover {
    table-layout: auto;
  }

  .xl\:hover\:table-fixed:hover {
    table-layout: fixed;
  }

  .xl\:focus-within\:table-auto:focus-within {
    table-layout: auto;
  }

  .xl\:focus-within\:table-fixed:focus-within {
    table-layout: fixed;
  }

  .xl\:focus\:table-auto:focus {
    table-layout: auto;
  }

  .xl\:focus\:table-fixed:focus {
    table-layout: fixed;
  }

  .xl\:active\:table-auto:active {
    table-layout: auto;
  }

  .xl\:active\:table-fixed:active {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .group:hover .xl\:group-hover\:text-left {
    text-align: left;
  }

  .group:hover .xl\:group-hover\:text-center {
    text-align: center;
  }

  .group:hover .xl\:group-hover\:text-right {
    text-align: right;
  }

  .group:hover .xl\:group-hover\:text-justify {
    text-align: justify;
  }

  .xl\:hover\:text-left:hover {
    text-align: left;
  }

  .xl\:hover\:text-center:hover {
    text-align: center;
  }

  .xl\:hover\:text-right:hover {
    text-align: right;
  }

  .xl\:hover\:text-justify:hover {
    text-align: justify;
  }

  .xl\:focus-within\:text-left:focus-within {
    text-align: left;
  }

  .xl\:focus-within\:text-center:focus-within {
    text-align: center;
  }

  .xl\:focus-within\:text-right:focus-within {
    text-align: right;
  }

  .xl\:focus-within\:text-justify:focus-within {
    text-align: justify;
  }

  .xl\:focus\:text-left:focus {
    text-align: left;
  }

  .xl\:focus\:text-center:focus {
    text-align: center;
  }

  .xl\:focus\:text-right:focus {
    text-align: right;
  }

  .xl\:focus\:text-justify:focus {
    text-align: justify;
  }

  .xl\:active\:text-left:active {
    text-align: left;
  }

  .xl\:active\:text-center:active {
    text-align: center;
  }

  .xl\:active\:text-right:active {
    text-align: right;
  }

  .xl\:active\:text-justify:active {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    color: #22292f;
  }

  .xl\:text-grey-darkest {
    color: #3d4852;
  }

  .xl\:text-grey-darker {
    color: #606f7b;
  }

  .xl\:text-grey-dark {
    color: #8795a1;
  }

  .xl\:text-grey {
    color: #b8c2cc;
  }

  .xl\:text-grey-light {
    color: #dae1e7;
  }

  .xl\:text-grey-lighter {
    color: #f1f5f8;
  }

  .xl\:text-grey-lightest {
    color: #f8fafc;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-red-darkest {
    color: #3b0d0c;
  }

  .xl\:text-red-darker {
    color: #621b18;
  }

  .xl\:text-red-dark {
    color: #cc1f1a;
  }

  .xl\:text-red {
    color: #e3342f;
  }

  .xl\:text-red-light {
    color: #ef5753;
  }

  .xl\:text-red-lighter {
    color: #f9acaa;
  }

  .xl\:text-red-lightest {
    color: #fcebea;
  }

  .xl\:text-orange-darkest {
    color: #462a16;
  }

  .xl\:text-orange-darker {
    color: #613b1f;
  }

  .xl\:text-orange-dark {
    color: #de751f;
  }

  .xl\:text-orange {
    color: #f6993f;
  }

  .xl\:text-orange-light {
    color: #faad63;
  }

  .xl\:text-orange-lighter {
    color: #fcd9b6;
  }

  .xl\:text-orange-lightest {
    color: #fff5eb;
  }

  .xl\:text-yellow-darkest {
    color: #453411;
  }

  .xl\:text-yellow-darker {
    color: #684f1d;
  }

  .xl\:text-yellow-dark {
    color: #f2d024;
  }

  .xl\:text-yellow {
    color: #ffed4a;
  }

  .xl\:text-yellow-light {
    color: #fff382;
  }

  .xl\:text-yellow-lighter {
    color: #fff9c2;
  }

  .xl\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .xl\:text-green-darkest {
    color: #0f2f21;
  }

  .xl\:text-green-darker {
    color: #1a4731;
  }

  .xl\:text-green-dark {
    color: #1f9d55;
  }

  .xl\:text-green {
    color: #38c172;
  }

  .xl\:text-green-light {
    color: #51d88a;
  }

  .xl\:text-green-lighter {
    color: #a2f5bf;
  }

  .xl\:text-green-lightest {
    color: #e3fcec;
  }

  .xl\:text-teal-darkest {
    color: #0d3331;
  }

  .xl\:text-teal-darker {
    color: #20504f;
  }

  .xl\:text-teal-dark {
    color: #38a89d;
  }

  .xl\:text-teal {
    color: #4dc0b5;
  }

  .xl\:text-teal-light {
    color: #64d5ca;
  }

  .xl\:text-teal-lighter {
    color: #a0f0ed;
  }

  .xl\:text-teal-lightest {
    color: #e8fffe;
  }

  .xl\:text-blue-darkest {
    color: #12283a;
  }

  .xl\:text-blue-darker {
    color: #1c3d5a;
  }

  .xl\:text-blue-dark {
    color: #2779bd;
  }

  .xl\:text-blue {
    color: #3490dc;
  }

  .xl\:text-blue-light {
    color: #6cb2eb;
  }

  .xl\:text-blue-lighter {
    color: #bcdefa;
  }

  .xl\:text-blue-lightest {
    color: #eff8ff;
  }

  .xl\:text-indigo-darkest {
    color: #191e38;
  }

  .xl\:text-indigo-darker {
    color: #2f365f;
  }

  .xl\:text-indigo-dark {
    color: #5661b3;
  }

  .xl\:text-indigo {
    color: #6574cd;
  }

  .xl\:text-indigo-light {
    color: #7886d7;
  }

  .xl\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .xl\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .xl\:text-purple-darkest {
    color: #21183c;
  }

  .xl\:text-purple-darker {
    color: #382b5f;
  }

  .xl\:text-purple-dark {
    color: #794acf;
  }

  .xl\:text-purple {
    color: #9561e2;
  }

  .xl\:text-purple-light {
    color: #a779e9;
  }

  .xl\:text-purple-lighter {
    color: #d6bbfc;
  }

  .xl\:text-purple-lightest {
    color: #f3ebff;
  }

  .xl\:text-pink-darkest {
    color: #451225;
  }

  .xl\:text-pink-darker {
    color: #6f213f;
  }

  .xl\:text-pink-dark {
    color: #eb5286;
  }

  .xl\:text-pink {
    color: #f66d9b;
  }

  .xl\:text-pink-light {
    color: #fa7ea8;
  }

  .xl\:text-pink-lighter {
    color: #ffbbca;
  }

  .xl\:text-pink-lightest {
    color: #ffebef;
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-black {
    color: #22292f;
  }

  .group:hover .xl\:group-hover\:text-grey-darkest {
    color: #3d4852;
  }

  .group:hover .xl\:group-hover\:text-grey-darker {
    color: #606f7b;
  }

  .group:hover .xl\:group-hover\:text-grey-dark {
    color: #8795a1;
  }

  .group:hover .xl\:group-hover\:text-grey {
    color: #b8c2cc;
  }

  .group:hover .xl\:group-hover\:text-grey-light {
    color: #dae1e7;
  }

  .group:hover .xl\:group-hover\:text-grey-lighter {
    color: #f1f5f8;
  }

  .group:hover .xl\:group-hover\:text-grey-lightest {
    color: #f8fafc;
  }

  .group:hover .xl\:group-hover\:text-white {
    color: #fff;
  }

  .group:hover .xl\:group-hover\:text-red-darkest {
    color: #3b0d0c;
  }

  .group:hover .xl\:group-hover\:text-red-darker {
    color: #621b18;
  }

  .group:hover .xl\:group-hover\:text-red-dark {
    color: #cc1f1a;
  }

  .group:hover .xl\:group-hover\:text-red {
    color: #e3342f;
  }

  .group:hover .xl\:group-hover\:text-red-light {
    color: #ef5753;
  }

  .group:hover .xl\:group-hover\:text-red-lighter {
    color: #f9acaa;
  }

  .group:hover .xl\:group-hover\:text-red-lightest {
    color: #fcebea;
  }

  .group:hover .xl\:group-hover\:text-orange-darkest {
    color: #462a16;
  }

  .group:hover .xl\:group-hover\:text-orange-darker {
    color: #613b1f;
  }

  .group:hover .xl\:group-hover\:text-orange-dark {
    color: #de751f;
  }

  .group:hover .xl\:group-hover\:text-orange {
    color: #f6993f;
  }

  .group:hover .xl\:group-hover\:text-orange-light {
    color: #faad63;
  }

  .group:hover .xl\:group-hover\:text-orange-lighter {
    color: #fcd9b6;
  }

  .group:hover .xl\:group-hover\:text-orange-lightest {
    color: #fff5eb;
  }

  .group:hover .xl\:group-hover\:text-yellow-darkest {
    color: #453411;
  }

  .group:hover .xl\:group-hover\:text-yellow-darker {
    color: #684f1d;
  }

  .group:hover .xl\:group-hover\:text-yellow-dark {
    color: #f2d024;
  }

  .group:hover .xl\:group-hover\:text-yellow {
    color: #ffed4a;
  }

  .group:hover .xl\:group-hover\:text-yellow-light {
    color: #fff382;
  }

  .group:hover .xl\:group-hover\:text-yellow-lighter {
    color: #fff9c2;
  }

  .group:hover .xl\:group-hover\:text-yellow-lightest {
    color: #fcfbeb;
  }

  .group:hover .xl\:group-hover\:text-green-darkest {
    color: #0f2f21;
  }

  .group:hover .xl\:group-hover\:text-green-darker {
    color: #1a4731;
  }

  .group:hover .xl\:group-hover\:text-green-dark {
    color: #1f9d55;
  }

  .group:hover .xl\:group-hover\:text-green {
    color: #38c172;
  }

  .group:hover .xl\:group-hover\:text-green-light {
    color: #51d88a;
  }

  .group:hover .xl\:group-hover\:text-green-lighter {
    color: #a2f5bf;
  }

  .group:hover .xl\:group-hover\:text-green-lightest {
    color: #e3fcec;
  }

  .group:hover .xl\:group-hover\:text-teal-darkest {
    color: #0d3331;
  }

  .group:hover .xl\:group-hover\:text-teal-darker {
    color: #20504f;
  }

  .group:hover .xl\:group-hover\:text-teal-dark {
    color: #38a89d;
  }

  .group:hover .xl\:group-hover\:text-teal {
    color: #4dc0b5;
  }

  .group:hover .xl\:group-hover\:text-teal-light {
    color: #64d5ca;
  }

  .group:hover .xl\:group-hover\:text-teal-lighter {
    color: #a0f0ed;
  }

  .group:hover .xl\:group-hover\:text-teal-lightest {
    color: #e8fffe;
  }

  .group:hover .xl\:group-hover\:text-blue-darkest {
    color: #12283a;
  }

  .group:hover .xl\:group-hover\:text-blue-darker {
    color: #1c3d5a;
  }

  .group:hover .xl\:group-hover\:text-blue-dark {
    color: #2779bd;
  }

  .group:hover .xl\:group-hover\:text-blue {
    color: #3490dc;
  }

  .group:hover .xl\:group-hover\:text-blue-light {
    color: #6cb2eb;
  }

  .group:hover .xl\:group-hover\:text-blue-lighter {
    color: #bcdefa;
  }

  .group:hover .xl\:group-hover\:text-blue-lightest {
    color: #eff8ff;
  }

  .group:hover .xl\:group-hover\:text-indigo-darkest {
    color: #191e38;
  }

  .group:hover .xl\:group-hover\:text-indigo-darker {
    color: #2f365f;
  }

  .group:hover .xl\:group-hover\:text-indigo-dark {
    color: #5661b3;
  }

  .group:hover .xl\:group-hover\:text-indigo {
    color: #6574cd;
  }

  .group:hover .xl\:group-hover\:text-indigo-light {
    color: #7886d7;
  }

  .group:hover .xl\:group-hover\:text-indigo-lighter {
    color: #b2b7ff;
  }

  .group:hover .xl\:group-hover\:text-indigo-lightest {
    color: #e6e8ff;
  }

  .group:hover .xl\:group-hover\:text-purple-darkest {
    color: #21183c;
  }

  .group:hover .xl\:group-hover\:text-purple-darker {
    color: #382b5f;
  }

  .group:hover .xl\:group-hover\:text-purple-dark {
    color: #794acf;
  }

  .group:hover .xl\:group-hover\:text-purple {
    color: #9561e2;
  }

  .group:hover .xl\:group-hover\:text-purple-light {
    color: #a779e9;
  }

  .group:hover .xl\:group-hover\:text-purple-lighter {
    color: #d6bbfc;
  }

  .group:hover .xl\:group-hover\:text-purple-lightest {
    color: #f3ebff;
  }

  .group:hover .xl\:group-hover\:text-pink-darkest {
    color: #451225;
  }

  .group:hover .xl\:group-hover\:text-pink-darker {
    color: #6f213f;
  }

  .group:hover .xl\:group-hover\:text-pink-dark {
    color: #eb5286;
  }

  .group:hover .xl\:group-hover\:text-pink {
    color: #f66d9b;
  }

  .group:hover .xl\:group-hover\:text-pink-light {
    color: #fa7ea8;
  }

  .group:hover .xl\:group-hover\:text-pink-lighter {
    color: #ffbbca;
  }

  .group:hover .xl\:group-hover\:text-pink-lightest {
    color: #ffebef;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    color: #22292f;
  }

  .xl\:hover\:text-grey-darkest:hover {
    color: #3d4852;
  }

  .xl\:hover\:text-grey-darker:hover {
    color: #606f7b;
  }

  .xl\:hover\:text-grey-dark:hover {
    color: #8795a1;
  }

  .xl\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .xl\:hover\:text-grey-light:hover {
    color: #dae1e7;
  }

  .xl\:hover\:text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .xl\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-red-darkest:hover {
    color: #3b0d0c;
  }

  .xl\:hover\:text-red-darker:hover {
    color: #621b18;
  }

  .xl\:hover\:text-red-dark:hover {
    color: #cc1f1a;
  }

  .xl\:hover\:text-red:hover {
    color: #e3342f;
  }

  .xl\:hover\:text-red-light:hover {
    color: #ef5753;
  }

  .xl\:hover\:text-red-lighter:hover {
    color: #f9acaa;
  }

  .xl\:hover\:text-red-lightest:hover {
    color: #fcebea;
  }

  .xl\:hover\:text-orange-darkest:hover {
    color: #462a16;
  }

  .xl\:hover\:text-orange-darker:hover {
    color: #613b1f;
  }

  .xl\:hover\:text-orange-dark:hover {
    color: #de751f;
  }

  .xl\:hover\:text-orange:hover {
    color: #f6993f;
  }

  .xl\:hover\:text-orange-light:hover {
    color: #faad63;
  }

  .xl\:hover\:text-orange-lighter:hover {
    color: #fcd9b6;
  }

  .xl\:hover\:text-orange-lightest:hover {
    color: #fff5eb;
  }

  .xl\:hover\:text-yellow-darkest:hover {
    color: #453411;
  }

  .xl\:hover\:text-yellow-darker:hover {
    color: #684f1d;
  }

  .xl\:hover\:text-yellow-dark:hover {
    color: #f2d024;
  }

  .xl\:hover\:text-yellow:hover {
    color: #ffed4a;
  }

  .xl\:hover\:text-yellow-light:hover {
    color: #fff382;
  }

  .xl\:hover\:text-yellow-lighter:hover {
    color: #fff9c2;
  }

  .xl\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb;
  }

  .xl\:hover\:text-green-darkest:hover {
    color: #0f2f21;
  }

  .xl\:hover\:text-green-darker:hover {
    color: #1a4731;
  }

  .xl\:hover\:text-green-dark:hover {
    color: #1f9d55;
  }

  .xl\:hover\:text-green:hover {
    color: #38c172;
  }

  .xl\:hover\:text-green-light:hover {
    color: #51d88a;
  }

  .xl\:hover\:text-green-lighter:hover {
    color: #a2f5bf;
  }

  .xl\:hover\:text-green-lightest:hover {
    color: #e3fcec;
  }

  .xl\:hover\:text-teal-darkest:hover {
    color: #0d3331;
  }

  .xl\:hover\:text-teal-darker:hover {
    color: #20504f;
  }

  .xl\:hover\:text-teal-dark:hover {
    color: #38a89d;
  }

  .xl\:hover\:text-teal:hover {
    color: #4dc0b5;
  }

  .xl\:hover\:text-teal-light:hover {
    color: #64d5ca;
  }

  .xl\:hover\:text-teal-lighter:hover {
    color: #a0f0ed;
  }

  .xl\:hover\:text-teal-lightest:hover {
    color: #e8fffe;
  }

  .xl\:hover\:text-blue-darkest:hover {
    color: #12283a;
  }

  .xl\:hover\:text-blue-darker:hover {
    color: #1c3d5a;
  }

  .xl\:hover\:text-blue-dark:hover {
    color: #2779bd;
  }

  .xl\:hover\:text-blue:hover {
    color: #3490dc;
  }

  .xl\:hover\:text-blue-light:hover {
    color: #6cb2eb;
  }

  .xl\:hover\:text-blue-lighter:hover {
    color: #bcdefa;
  }

  .xl\:hover\:text-blue-lightest:hover {
    color: #eff8ff;
  }

  .xl\:hover\:text-indigo-darkest:hover {
    color: #191e38;
  }

  .xl\:hover\:text-indigo-darker:hover {
    color: #2f365f;
  }

  .xl\:hover\:text-indigo-dark:hover {
    color: #5661b3;
  }

  .xl\:hover\:text-indigo:hover {
    color: #6574cd;
  }

  .xl\:hover\:text-indigo-light:hover {
    color: #7886d7;
  }

  .xl\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff;
  }

  .xl\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff;
  }

  .xl\:hover\:text-purple-darkest:hover {
    color: #21183c;
  }

  .xl\:hover\:text-purple-darker:hover {
    color: #382b5f;
  }

  .xl\:hover\:text-purple-dark:hover {
    color: #794acf;
  }

  .xl\:hover\:text-purple:hover {
    color: #9561e2;
  }

  .xl\:hover\:text-purple-light:hover {
    color: #a779e9;
  }

  .xl\:hover\:text-purple-lighter:hover {
    color: #d6bbfc;
  }

  .xl\:hover\:text-purple-lightest:hover {
    color: #f3ebff;
  }

  .xl\:hover\:text-pink-darkest:hover {
    color: #451225;
  }

  .xl\:hover\:text-pink-darker:hover {
    color: #6f213f;
  }

  .xl\:hover\:text-pink-dark:hover {
    color: #eb5286;
  }

  .xl\:hover\:text-pink:hover {
    color: #f66d9b;
  }

  .xl\:hover\:text-pink-light:hover {
    color: #fa7ea8;
  }

  .xl\:hover\:text-pink-lighter:hover {
    color: #ffbbca;
  }

  .xl\:hover\:text-pink-lightest:hover {
    color: #ffebef;
  }

  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xl\:focus-within\:text-black:focus-within {
    color: #22292f;
  }

  .xl\:focus-within\:text-grey-darkest:focus-within {
    color: #3d4852;
  }

  .xl\:focus-within\:text-grey-darker:focus-within {
    color: #606f7b;
  }

  .xl\:focus-within\:text-grey-dark:focus-within {
    color: #8795a1;
  }

  .xl\:focus-within\:text-grey:focus-within {
    color: #b8c2cc;
  }

  .xl\:focus-within\:text-grey-light:focus-within {
    color: #dae1e7;
  }

  .xl\:focus-within\:text-grey-lighter:focus-within {
    color: #f1f5f8;
  }

  .xl\:focus-within\:text-grey-lightest:focus-within {
    color: #f8fafc;
  }

  .xl\:focus-within\:text-white:focus-within {
    color: #fff;
  }

  .xl\:focus-within\:text-red-darkest:focus-within {
    color: #3b0d0c;
  }

  .xl\:focus-within\:text-red-darker:focus-within {
    color: #621b18;
  }

  .xl\:focus-within\:text-red-dark:focus-within {
    color: #cc1f1a;
  }

  .xl\:focus-within\:text-red:focus-within {
    color: #e3342f;
  }

  .xl\:focus-within\:text-red-light:focus-within {
    color: #ef5753;
  }

  .xl\:focus-within\:text-red-lighter:focus-within {
    color: #f9acaa;
  }

  .xl\:focus-within\:text-red-lightest:focus-within {
    color: #fcebea;
  }

  .xl\:focus-within\:text-orange-darkest:focus-within {
    color: #462a16;
  }

  .xl\:focus-within\:text-orange-darker:focus-within {
    color: #613b1f;
  }

  .xl\:focus-within\:text-orange-dark:focus-within {
    color: #de751f;
  }

  .xl\:focus-within\:text-orange:focus-within {
    color: #f6993f;
  }

  .xl\:focus-within\:text-orange-light:focus-within {
    color: #faad63;
  }

  .xl\:focus-within\:text-orange-lighter:focus-within {
    color: #fcd9b6;
  }

  .xl\:focus-within\:text-orange-lightest:focus-within {
    color: #fff5eb;
  }

  .xl\:focus-within\:text-yellow-darkest:focus-within {
    color: #453411;
  }

  .xl\:focus-within\:text-yellow-darker:focus-within {
    color: #684f1d;
  }

  .xl\:focus-within\:text-yellow-dark:focus-within {
    color: #f2d024;
  }

  .xl\:focus-within\:text-yellow:focus-within {
    color: #ffed4a;
  }

  .xl\:focus-within\:text-yellow-light:focus-within {
    color: #fff382;
  }

  .xl\:focus-within\:text-yellow-lighter:focus-within {
    color: #fff9c2;
  }

  .xl\:focus-within\:text-yellow-lightest:focus-within {
    color: #fcfbeb;
  }

  .xl\:focus-within\:text-green-darkest:focus-within {
    color: #0f2f21;
  }

  .xl\:focus-within\:text-green-darker:focus-within {
    color: #1a4731;
  }

  .xl\:focus-within\:text-green-dark:focus-within {
    color: #1f9d55;
  }

  .xl\:focus-within\:text-green:focus-within {
    color: #38c172;
  }

  .xl\:focus-within\:text-green-light:focus-within {
    color: #51d88a;
  }

  .xl\:focus-within\:text-green-lighter:focus-within {
    color: #a2f5bf;
  }

  .xl\:focus-within\:text-green-lightest:focus-within {
    color: #e3fcec;
  }

  .xl\:focus-within\:text-teal-darkest:focus-within {
    color: #0d3331;
  }

  .xl\:focus-within\:text-teal-darker:focus-within {
    color: #20504f;
  }

  .xl\:focus-within\:text-teal-dark:focus-within {
    color: #38a89d;
  }

  .xl\:focus-within\:text-teal:focus-within {
    color: #4dc0b5;
  }

  .xl\:focus-within\:text-teal-light:focus-within {
    color: #64d5ca;
  }

  .xl\:focus-within\:text-teal-lighter:focus-within {
    color: #a0f0ed;
  }

  .xl\:focus-within\:text-teal-lightest:focus-within {
    color: #e8fffe;
  }

  .xl\:focus-within\:text-blue-darkest:focus-within {
    color: #12283a;
  }

  .xl\:focus-within\:text-blue-darker:focus-within {
    color: #1c3d5a;
  }

  .xl\:focus-within\:text-blue-dark:focus-within {
    color: #2779bd;
  }

  .xl\:focus-within\:text-blue:focus-within {
    color: #3490dc;
  }

  .xl\:focus-within\:text-blue-light:focus-within {
    color: #6cb2eb;
  }

  .xl\:focus-within\:text-blue-lighter:focus-within {
    color: #bcdefa;
  }

  .xl\:focus-within\:text-blue-lightest:focus-within {
    color: #eff8ff;
  }

  .xl\:focus-within\:text-indigo-darkest:focus-within {
    color: #191e38;
  }

  .xl\:focus-within\:text-indigo-darker:focus-within {
    color: #2f365f;
  }

  .xl\:focus-within\:text-indigo-dark:focus-within {
    color: #5661b3;
  }

  .xl\:focus-within\:text-indigo:focus-within {
    color: #6574cd;
  }

  .xl\:focus-within\:text-indigo-light:focus-within {
    color: #7886d7;
  }

  .xl\:focus-within\:text-indigo-lighter:focus-within {
    color: #b2b7ff;
  }

  .xl\:focus-within\:text-indigo-lightest:focus-within {
    color: #e6e8ff;
  }

  .xl\:focus-within\:text-purple-darkest:focus-within {
    color: #21183c;
  }

  .xl\:focus-within\:text-purple-darker:focus-within {
    color: #382b5f;
  }

  .xl\:focus-within\:text-purple-dark:focus-within {
    color: #794acf;
  }

  .xl\:focus-within\:text-purple:focus-within {
    color: #9561e2;
  }

  .xl\:focus-within\:text-purple-light:focus-within {
    color: #a779e9;
  }

  .xl\:focus-within\:text-purple-lighter:focus-within {
    color: #d6bbfc;
  }

  .xl\:focus-within\:text-purple-lightest:focus-within {
    color: #f3ebff;
  }

  .xl\:focus-within\:text-pink-darkest:focus-within {
    color: #451225;
  }

  .xl\:focus-within\:text-pink-darker:focus-within {
    color: #6f213f;
  }

  .xl\:focus-within\:text-pink-dark:focus-within {
    color: #eb5286;
  }

  .xl\:focus-within\:text-pink:focus-within {
    color: #f66d9b;
  }

  .xl\:focus-within\:text-pink-light:focus-within {
    color: #fa7ea8;
  }

  .xl\:focus-within\:text-pink-lighter:focus-within {
    color: #ffbbca;
  }

  .xl\:focus-within\:text-pink-lightest:focus-within {
    color: #ffebef;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-black:focus {
    color: #22292f;
  }

  .xl\:focus\:text-grey-darkest:focus {
    color: #3d4852;
  }

  .xl\:focus\:text-grey-darker:focus {
    color: #606f7b;
  }

  .xl\:focus\:text-grey-dark:focus {
    color: #8795a1;
  }

  .xl\:focus\:text-grey:focus {
    color: #b8c2cc;
  }

  .xl\:focus\:text-grey-light:focus {
    color: #dae1e7;
  }

  .xl\:focus\:text-grey-lighter:focus {
    color: #f1f5f8;
  }

  .xl\:focus\:text-grey-lightest:focus {
    color: #f8fafc;
  }

  .xl\:focus\:text-white:focus {
    color: #fff;
  }

  .xl\:focus\:text-red-darkest:focus {
    color: #3b0d0c;
  }

  .xl\:focus\:text-red-darker:focus {
    color: #621b18;
  }

  .xl\:focus\:text-red-dark:focus {
    color: #cc1f1a;
  }

  .xl\:focus\:text-red:focus {
    color: #e3342f;
  }

  .xl\:focus\:text-red-light:focus {
    color: #ef5753;
  }

  .xl\:focus\:text-red-lighter:focus {
    color: #f9acaa;
  }

  .xl\:focus\:text-red-lightest:focus {
    color: #fcebea;
  }

  .xl\:focus\:text-orange-darkest:focus {
    color: #462a16;
  }

  .xl\:focus\:text-orange-darker:focus {
    color: #613b1f;
  }

  .xl\:focus\:text-orange-dark:focus {
    color: #de751f;
  }

  .xl\:focus\:text-orange:focus {
    color: #f6993f;
  }

  .xl\:focus\:text-orange-light:focus {
    color: #faad63;
  }

  .xl\:focus\:text-orange-lighter:focus {
    color: #fcd9b6;
  }

  .xl\:focus\:text-orange-lightest:focus {
    color: #fff5eb;
  }

  .xl\:focus\:text-yellow-darkest:focus {
    color: #453411;
  }

  .xl\:focus\:text-yellow-darker:focus {
    color: #684f1d;
  }

  .xl\:focus\:text-yellow-dark:focus {
    color: #f2d024;
  }

  .xl\:focus\:text-yellow:focus {
    color: #ffed4a;
  }

  .xl\:focus\:text-yellow-light:focus {
    color: #fff382;
  }

  .xl\:focus\:text-yellow-lighter:focus {
    color: #fff9c2;
  }

  .xl\:focus\:text-yellow-lightest:focus {
    color: #fcfbeb;
  }

  .xl\:focus\:text-green-darkest:focus {
    color: #0f2f21;
  }

  .xl\:focus\:text-green-darker:focus {
    color: #1a4731;
  }

  .xl\:focus\:text-green-dark:focus {
    color: #1f9d55;
  }

  .xl\:focus\:text-green:focus {
    color: #38c172;
  }

  .xl\:focus\:text-green-light:focus {
    color: #51d88a;
  }

  .xl\:focus\:text-green-lighter:focus {
    color: #a2f5bf;
  }

  .xl\:focus\:text-green-lightest:focus {
    color: #e3fcec;
  }

  .xl\:focus\:text-teal-darkest:focus {
    color: #0d3331;
  }

  .xl\:focus\:text-teal-darker:focus {
    color: #20504f;
  }

  .xl\:focus\:text-teal-dark:focus {
    color: #38a89d;
  }

  .xl\:focus\:text-teal:focus {
    color: #4dc0b5;
  }

  .xl\:focus\:text-teal-light:focus {
    color: #64d5ca;
  }

  .xl\:focus\:text-teal-lighter:focus {
    color: #a0f0ed;
  }

  .xl\:focus\:text-teal-lightest:focus {
    color: #e8fffe;
  }

  .xl\:focus\:text-blue-darkest:focus {
    color: #12283a;
  }

  .xl\:focus\:text-blue-darker:focus {
    color: #1c3d5a;
  }

  .xl\:focus\:text-blue-dark:focus {
    color: #2779bd;
  }

  .xl\:focus\:text-blue:focus {
    color: #3490dc;
  }

  .xl\:focus\:text-blue-light:focus {
    color: #6cb2eb;
  }

  .xl\:focus\:text-blue-lighter:focus {
    color: #bcdefa;
  }

  .xl\:focus\:text-blue-lightest:focus {
    color: #eff8ff;
  }

  .xl\:focus\:text-indigo-darkest:focus {
    color: #191e38;
  }

  .xl\:focus\:text-indigo-darker:focus {
    color: #2f365f;
  }

  .xl\:focus\:text-indigo-dark:focus {
    color: #5661b3;
  }

  .xl\:focus\:text-indigo:focus {
    color: #6574cd;
  }

  .xl\:focus\:text-indigo-light:focus {
    color: #7886d7;
  }

  .xl\:focus\:text-indigo-lighter:focus {
    color: #b2b7ff;
  }

  .xl\:focus\:text-indigo-lightest:focus {
    color: #e6e8ff;
  }

  .xl\:focus\:text-purple-darkest:focus {
    color: #21183c;
  }

  .xl\:focus\:text-purple-darker:focus {
    color: #382b5f;
  }

  .xl\:focus\:text-purple-dark:focus {
    color: #794acf;
  }

  .xl\:focus\:text-purple:focus {
    color: #9561e2;
  }

  .xl\:focus\:text-purple-light:focus {
    color: #a779e9;
  }

  .xl\:focus\:text-purple-lighter:focus {
    color: #d6bbfc;
  }

  .xl\:focus\:text-purple-lightest:focus {
    color: #f3ebff;
  }

  .xl\:focus\:text-pink-darkest:focus {
    color: #451225;
  }

  .xl\:focus\:text-pink-darker:focus {
    color: #6f213f;
  }

  .xl\:focus\:text-pink-dark:focus {
    color: #eb5286;
  }

  .xl\:focus\:text-pink:focus {
    color: #f66d9b;
  }

  .xl\:focus\:text-pink-light:focus {
    color: #fa7ea8;
  }

  .xl\:focus\:text-pink-lighter:focus {
    color: #ffbbca;
  }

  .xl\:focus\:text-pink-lightest:focus {
    color: #ffebef;
  }

  .xl\:active\:text-transparent:active {
    color: transparent;
  }

  .xl\:active\:text-black:active {
    color: #22292f;
  }

  .xl\:active\:text-grey-darkest:active {
    color: #3d4852;
  }

  .xl\:active\:text-grey-darker:active {
    color: #606f7b;
  }

  .xl\:active\:text-grey-dark:active {
    color: #8795a1;
  }

  .xl\:active\:text-grey:active {
    color: #b8c2cc;
  }

  .xl\:active\:text-grey-light:active {
    color: #dae1e7;
  }

  .xl\:active\:text-grey-lighter:active {
    color: #f1f5f8;
  }

  .xl\:active\:text-grey-lightest:active {
    color: #f8fafc;
  }

  .xl\:active\:text-white:active {
    color: #fff;
  }

  .xl\:active\:text-red-darkest:active {
    color: #3b0d0c;
  }

  .xl\:active\:text-red-darker:active {
    color: #621b18;
  }

  .xl\:active\:text-red-dark:active {
    color: #cc1f1a;
  }

  .xl\:active\:text-red:active {
    color: #e3342f;
  }

  .xl\:active\:text-red-light:active {
    color: #ef5753;
  }

  .xl\:active\:text-red-lighter:active {
    color: #f9acaa;
  }

  .xl\:active\:text-red-lightest:active {
    color: #fcebea;
  }

  .xl\:active\:text-orange-darkest:active {
    color: #462a16;
  }

  .xl\:active\:text-orange-darker:active {
    color: #613b1f;
  }

  .xl\:active\:text-orange-dark:active {
    color: #de751f;
  }

  .xl\:active\:text-orange:active {
    color: #f6993f;
  }

  .xl\:active\:text-orange-light:active {
    color: #faad63;
  }

  .xl\:active\:text-orange-lighter:active {
    color: #fcd9b6;
  }

  .xl\:active\:text-orange-lightest:active {
    color: #fff5eb;
  }

  .xl\:active\:text-yellow-darkest:active {
    color: #453411;
  }

  .xl\:active\:text-yellow-darker:active {
    color: #684f1d;
  }

  .xl\:active\:text-yellow-dark:active {
    color: #f2d024;
  }

  .xl\:active\:text-yellow:active {
    color: #ffed4a;
  }

  .xl\:active\:text-yellow-light:active {
    color: #fff382;
  }

  .xl\:active\:text-yellow-lighter:active {
    color: #fff9c2;
  }

  .xl\:active\:text-yellow-lightest:active {
    color: #fcfbeb;
  }

  .xl\:active\:text-green-darkest:active {
    color: #0f2f21;
  }

  .xl\:active\:text-green-darker:active {
    color: #1a4731;
  }

  .xl\:active\:text-green-dark:active {
    color: #1f9d55;
  }

  .xl\:active\:text-green:active {
    color: #38c172;
  }

  .xl\:active\:text-green-light:active {
    color: #51d88a;
  }

  .xl\:active\:text-green-lighter:active {
    color: #a2f5bf;
  }

  .xl\:active\:text-green-lightest:active {
    color: #e3fcec;
  }

  .xl\:active\:text-teal-darkest:active {
    color: #0d3331;
  }

  .xl\:active\:text-teal-darker:active {
    color: #20504f;
  }

  .xl\:active\:text-teal-dark:active {
    color: #38a89d;
  }

  .xl\:active\:text-teal:active {
    color: #4dc0b5;
  }

  .xl\:active\:text-teal-light:active {
    color: #64d5ca;
  }

  .xl\:active\:text-teal-lighter:active {
    color: #a0f0ed;
  }

  .xl\:active\:text-teal-lightest:active {
    color: #e8fffe;
  }

  .xl\:active\:text-blue-darkest:active {
    color: #12283a;
  }

  .xl\:active\:text-blue-darker:active {
    color: #1c3d5a;
  }

  .xl\:active\:text-blue-dark:active {
    color: #2779bd;
  }

  .xl\:active\:text-blue:active {
    color: #3490dc;
  }

  .xl\:active\:text-blue-light:active {
    color: #6cb2eb;
  }

  .xl\:active\:text-blue-lighter:active {
    color: #bcdefa;
  }

  .xl\:active\:text-blue-lightest:active {
    color: #eff8ff;
  }

  .xl\:active\:text-indigo-darkest:active {
    color: #191e38;
  }

  .xl\:active\:text-indigo-darker:active {
    color: #2f365f;
  }

  .xl\:active\:text-indigo-dark:active {
    color: #5661b3;
  }

  .xl\:active\:text-indigo:active {
    color: #6574cd;
  }

  .xl\:active\:text-indigo-light:active {
    color: #7886d7;
  }

  .xl\:active\:text-indigo-lighter:active {
    color: #b2b7ff;
  }

  .xl\:active\:text-indigo-lightest:active {
    color: #e6e8ff;
  }

  .xl\:active\:text-purple-darkest:active {
    color: #21183c;
  }

  .xl\:active\:text-purple-darker:active {
    color: #382b5f;
  }

  .xl\:active\:text-purple-dark:active {
    color: #794acf;
  }

  .xl\:active\:text-purple:active {
    color: #9561e2;
  }

  .xl\:active\:text-purple-light:active {
    color: #a779e9;
  }

  .xl\:active\:text-purple-lighter:active {
    color: #d6bbfc;
  }

  .xl\:active\:text-purple-lightest:active {
    color: #f3ebff;
  }

  .xl\:active\:text-pink-darkest:active {
    color: #451225;
  }

  .xl\:active\:text-pink-darker:active {
    color: #6f213f;
  }

  .xl\:active\:text-pink-dark:active {
    color: #eb5286;
  }

  .xl\:active\:text-pink:active {
    color: #f66d9b;
  }

  .xl\:active\:text-pink-light:active {
    color: #fa7ea8;
  }

  .xl\:active\:text-pink-lighter:active {
    color: #ffbbca;
  }

  .xl\:active\:text-pink-lightest:active {
    color: #ffebef;
  }

  .xl\:text-xs {
    font-size: .75rem;
  }

  .xl\:text-sm {
    font-size: .875rem;
  }

  .xl\:text-md {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .xl\:group-hover\:text-xs {
    font-size: .75rem;
  }

  .group:hover .xl\:group-hover\:text-sm {
    font-size: .875rem;
  }

  .group:hover .xl\:group-hover\:text-md {
    font-size: 1rem;
  }

  .group:hover .xl\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .xl\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .xl\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .xl\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .xl\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .xl\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .xl\:hover\:text-xs:hover {
    font-size: .75rem;
  }

  .xl\:hover\:text-sm:hover {
    font-size: .875rem;
  }

  .xl\:hover\:text-md:hover {
    font-size: 1rem;
  }

  .xl\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .xl\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .xl\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .xl\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .xl\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .xl\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .xl\:focus-within\:text-xs:focus-within {
    font-size: .75rem;
  }

  .xl\:focus-within\:text-sm:focus-within {
    font-size: .875rem;
  }

  .xl\:focus-within\:text-md:focus-within {
    font-size: 1rem;
  }

  .xl\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
  }

  .xl\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
  }

  .xl\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
  }

  .xl\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
  }

  .xl\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
  }

  .xl\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
  }

  .xl\:focus\:text-xs:focus {
    font-size: .75rem;
  }

  .xl\:focus\:text-sm:focus {
    font-size: .875rem;
  }

  .xl\:focus\:text-md:focus {
    font-size: 1rem;
  }

  .xl\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .xl\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .xl\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .xl\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .xl\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .xl\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .xl\:active\:text-xs:active {
    font-size: .75rem;
  }

  .xl\:active\:text-sm:active {
    font-size: .875rem;
  }

  .xl\:active\:text-md:active {
    font-size: 1rem;
  }

  .xl\:active\:text-lg:active {
    font-size: 1.125rem;
  }

  .xl\:active\:text-xl:active {
    font-size: 1.25rem;
  }

  .xl\:active\:text-2xl:active {
    font-size: 1.5rem;
  }

  .xl\:active\:text-3xl:active {
    font-size: 1.875rem;
  }

  .xl\:active\:text-4xl:active {
    font-size: 2.25rem;
  }

  .xl\:active\:text-5xl:active {
    font-size: 3rem;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:roman {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .group:hover .xl\:group-hover\:italic {
    font-style: italic;
  }

  .group:hover .xl\:group-hover\:roman {
    font-style: normal;
  }

  .group:hover .xl\:group-hover\:uppercase {
    text-transform: uppercase;
  }

  .group:hover .xl\:group-hover\:lowercase {
    text-transform: lowercase;
  }

  .group:hover .xl\:group-hover\:capitalize {
    text-transform: capitalize;
  }

  .group:hover .xl\:group-hover\:normal-case {
    text-transform: none;
  }

  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none;
  }

  .group:hover .xl\:group-hover\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .group:hover .xl\:group-hover\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:roman:hover {
    font-style: normal;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:focus-within\:italic:focus-within {
    font-style: italic;
  }

  .xl\:focus-within\:roman:focus-within {
    font-style: normal;
  }

  .xl\:focus-within\:uppercase:focus-within {
    text-transform: uppercase;
  }

  .xl\:focus-within\:lowercase:focus-within {
    text-transform: lowercase;
  }

  .xl\:focus-within\:capitalize:focus-within {
    text-transform: capitalize;
  }

  .xl\:focus-within\:normal-case:focus-within {
    text-transform: none;
  }

  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xl\:focus-within\:antialiased:focus-within {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:focus-within\:subpixel-antialiased:focus-within {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:focus\:italic:focus {
    font-style: italic;
  }

  .xl\:focus\:roman:focus {
    font-style: normal;
  }

  .xl\:focus\:uppercase:focus {
    text-transform: uppercase;
  }

  .xl\:focus\:lowercase:focus {
    text-transform: lowercase;
  }

  .xl\:focus\:capitalize:focus {
    text-transform: capitalize;
  }

  .xl\:focus\:normal-case:focus {
    text-transform: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:focus\:antialiased:focus {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:focus\:subpixel-antialiased:focus {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:active\:italic:active {
    font-style: italic;
  }

  .xl\:active\:roman:active {
    font-style: normal;
  }

  .xl\:active\:uppercase:active {
    text-transform: uppercase;
  }

  .xl\:active\:lowercase:active {
    text-transform: lowercase;
  }

  .xl\:active\:capitalize:active {
    text-transform: capitalize;
  }

  .xl\:active\:normal-case:active {
    text-transform: none;
  }

  .xl\:active\:underline:active {
    text-decoration: underline;
  }

  .xl\:active\:line-through:active {
    text-decoration: line-through;
  }

  .xl\:active\:no-underline:active {
    text-decoration: none;
  }

  .xl\:active\:antialiased:active {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:active\:subpixel-antialiased:active {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em;
  }

  .group:hover .xl\:group-hover\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .group:hover .xl\:group-hover\:tracking-normal {
    letter-spacing: 0;
  }

  .group:hover .xl\:group-hover\:tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:hover\:tracking-tight:hover {
    letter-spacing: -0.05em;
  }

  .xl\:hover\:tracking-normal:hover {
    letter-spacing: 0;
  }

  .xl\:hover\:tracking-wide:hover {
    letter-spacing: .05em;
  }

  .xl\:focus-within\:tracking-tight:focus-within {
    letter-spacing: -0.05em;
  }

  .xl\:focus-within\:tracking-normal:focus-within {
    letter-spacing: 0;
  }

  .xl\:focus-within\:tracking-wide:focus-within {
    letter-spacing: .05em;
  }

  .xl\:focus\:tracking-tight:focus {
    letter-spacing: -0.05em;
  }

  .xl\:focus\:tracking-normal:focus {
    letter-spacing: 0;
  }

  .xl\:focus\:tracking-wide:focus {
    letter-spacing: .05em;
  }

  .xl\:active\:tracking-tight:active {
    letter-spacing: -0.05em;
  }

  .xl\:active\:tracking-normal:active {
    letter-spacing: 0;
  }

  .xl\:active\:tracking-wide:active {
    letter-spacing: .05em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .group:hover .xl\:group-hover\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .group:hover .xl\:group-hover\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:hover\:select-none:hover {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:hover\:select-text:hover {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:focus-within\:select-none:focus-within {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:focus-within\:select-text:focus-within {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:focus\:select-none:focus {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:focus\:select-text:focus {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:active\:select-none:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:active\:select-text:active {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .group:hover .xl\:group-hover\:align-baseline {
    vertical-align: baseline;
  }

  .group:hover .xl\:group-hover\:align-top {
    vertical-align: top;
  }

  .group:hover .xl\:group-hover\:align-middle {
    vertical-align: middle;
  }

  .group:hover .xl\:group-hover\:align-bottom {
    vertical-align: bottom;
  }

  .group:hover .xl\:group-hover\:align-text-top {
    vertical-align: text-top;
  }

  .group:hover .xl\:group-hover\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:hover\:align-baseline:hover {
    vertical-align: baseline;
  }

  .xl\:hover\:align-top:hover {
    vertical-align: top;
  }

  .xl\:hover\:align-middle:hover {
    vertical-align: middle;
  }

  .xl\:hover\:align-bottom:hover {
    vertical-align: bottom;
  }

  .xl\:hover\:align-text-top:hover {
    vertical-align: text-top;
  }

  .xl\:hover\:align-text-bottom:hover {
    vertical-align: text-bottom;
  }

  .xl\:focus-within\:align-baseline:focus-within {
    vertical-align: baseline;
  }

  .xl\:focus-within\:align-top:focus-within {
    vertical-align: top;
  }

  .xl\:focus-within\:align-middle:focus-within {
    vertical-align: middle;
  }

  .xl\:focus-within\:align-bottom:focus-within {
    vertical-align: bottom;
  }

  .xl\:focus-within\:align-text-top:focus-within {
    vertical-align: text-top;
  }

  .xl\:focus-within\:align-text-bottom:focus-within {
    vertical-align: text-bottom;
  }

  .xl\:focus\:align-baseline:focus {
    vertical-align: baseline;
  }

  .xl\:focus\:align-top:focus {
    vertical-align: top;
  }

  .xl\:focus\:align-middle:focus {
    vertical-align: middle;
  }

  .xl\:focus\:align-bottom:focus {
    vertical-align: bottom;
  }

  .xl\:focus\:align-text-top:focus {
    vertical-align: text-top;
  }

  .xl\:focus\:align-text-bottom:focus {
    vertical-align: text-bottom;
  }

  .xl\:active\:align-baseline:active {
    vertical-align: baseline;
  }

  .xl\:active\:align-top:active {
    vertical-align: top;
  }

  .xl\:active\:align-middle:active {
    vertical-align: middle;
  }

  .xl\:active\:align-bottom:active {
    vertical-align: bottom;
  }

  .xl\:active\:align-text-top:active {
    vertical-align: text-top;
  }

  .xl\:active\:align-text-bottom:active {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .group:hover .xl\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .xl\:group-hover\:invisible {
    visibility: hidden;
  }

  .xl\:hover\:visible:hover {
    visibility: visible;
  }

  .xl\:hover\:invisible:hover {
    visibility: hidden;
  }

  .xl\:focus-within\:visible:focus-within {
    visibility: visible;
  }

  .xl\:focus-within\:invisible:focus-within {
    visibility: hidden;
  }

  .xl\:focus\:visible:focus {
    visibility: visible;
  }

  .xl\:focus\:invisible:focus {
    visibility: hidden;
  }

  .xl\:active\:visible:active {
    visibility: visible;
  }

  .xl\:active\:invisible:active {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-words {
    word-wrap: break-word;
  }

  .xl\:break-normal {
    word-wrap: normal;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .group:hover .xl\:group-hover\:whitespace-normal {
    white-space: normal;
  }

  .group:hover .xl\:group-hover\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .group:hover .xl\:group-hover\:whitespace-pre {
    white-space: pre;
  }

  .group:hover .xl\:group-hover\:whitespace-pre-line {
    white-space: pre-line;
  }

  .group:hover .xl\:group-hover\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .group:hover .xl\:group-hover\:break-words {
    word-wrap: break-word;
  }

  .group:hover .xl\:group-hover\:break-normal {
    word-wrap: normal;
  }

  .group:hover .xl\:group-hover\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:hover\:whitespace-normal:hover {
    white-space: normal;
  }

  .xl\:hover\:whitespace-no-wrap:hover {
    white-space: nowrap;
  }

  .xl\:hover\:whitespace-pre:hover {
    white-space: pre;
  }

  .xl\:hover\:whitespace-pre-line:hover {
    white-space: pre-line;
  }

  .xl\:hover\:whitespace-pre-wrap:hover {
    white-space: pre-wrap;
  }

  .xl\:hover\:break-words:hover {
    word-wrap: break-word;
  }

  .xl\:hover\:break-normal:hover {
    word-wrap: normal;
  }

  .xl\:hover\:truncate:hover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:focus-within\:whitespace-normal:focus-within {
    white-space: normal;
  }

  .xl\:focus-within\:whitespace-no-wrap:focus-within {
    white-space: nowrap;
  }

  .xl\:focus-within\:whitespace-pre:focus-within {
    white-space: pre;
  }

  .xl\:focus-within\:whitespace-pre-line:focus-within {
    white-space: pre-line;
  }

  .xl\:focus-within\:whitespace-pre-wrap:focus-within {
    white-space: pre-wrap;
  }

  .xl\:focus-within\:break-words:focus-within {
    word-wrap: break-word;
  }

  .xl\:focus-within\:break-normal:focus-within {
    word-wrap: normal;
  }

  .xl\:focus-within\:truncate:focus-within {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:focus\:whitespace-normal:focus {
    white-space: normal;
  }

  .xl\:focus\:whitespace-no-wrap:focus {
    white-space: nowrap;
  }

  .xl\:focus\:whitespace-pre:focus {
    white-space: pre;
  }

  .xl\:focus\:whitespace-pre-line:focus {
    white-space: pre-line;
  }

  .xl\:focus\:whitespace-pre-wrap:focus {
    white-space: pre-wrap;
  }

  .xl\:focus\:break-words:focus {
    word-wrap: break-word;
  }

  .xl\:focus\:break-normal:focus {
    word-wrap: normal;
  }

  .xl\:focus\:truncate:focus {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:active\:whitespace-normal:active {
    white-space: normal;
  }

  .xl\:active\:whitespace-no-wrap:active {
    white-space: nowrap;
  }

  .xl\:active\:whitespace-pre:active {
    white-space: pre;
  }

  .xl\:active\:whitespace-pre-line:active {
    white-space: pre-line;
  }

  .xl\:active\:whitespace-pre-wrap:active {
    white-space: pre-wrap;
  }

  .xl\:active\:break-words:active {
    word-wrap: break-word;
  }

  .xl\:active\:break-normal:active {
    word-wrap: normal;
  }

  .xl\:active\:truncate:active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-1 {
    width: .25rem;
  }

  .xl\:w-2 {
    width: .5rem;
  }

  .xl\:w-3 {
    width: .75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .group:hover .xl\:group-hover\:w-1 {
    width: .25rem;
  }

  .group:hover .xl\:group-hover\:w-2 {
    width: .5rem;
  }

  .group:hover .xl\:group-hover\:w-3 {
    width: .75rem;
  }

  .group:hover .xl\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .xl\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .xl\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .xl\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .xl\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .xl\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .xl\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .xl\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .xl\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .xl\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .xl\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .xl\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .xl\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .xl\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .xl\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-1\/3 {
    width: 33.33333%;
  }

  .group:hover .xl\:group-hover\:w-2\/3 {
    width: 66.66667%;
  }

  .group:hover .xl\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .xl\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .xl\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .xl\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .xl\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .xl\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .xl\:group-hover\:w-1\/6 {
    width: 16.66667%;
  }

  .group:hover .xl\:group-hover\:w-5\/6 {
    width: 83.33333%;
  }

  .group:hover .xl\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .xl\:group-hover\:w-screen {
    width: 100vw;
  }

  .xl\:hover\:w-1:hover {
    width: .25rem;
  }

  .xl\:hover\:w-2:hover {
    width: .5rem;
  }

  .xl\:hover\:w-3:hover {
    width: .75rem;
  }

  .xl\:hover\:w-4:hover {
    width: 1rem;
  }

  .xl\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .xl\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .xl\:hover\:w-8:hover {
    width: 2rem;
  }

  .xl\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .xl\:hover\:w-12:hover {
    width: 3rem;
  }

  .xl\:hover\:w-16:hover {
    width: 4rem;
  }

  .xl\:hover\:w-24:hover {
    width: 6rem;
  }

  .xl\:hover\:w-32:hover {
    width: 8rem;
  }

  .xl\:hover\:w-48:hover {
    width: 12rem;
  }

  .xl\:hover\:w-56:hover {
    width: 14rem;
  }

  .xl\:hover\:w-64:hover {
    width: 16rem;
  }

  .xl\:hover\:w-auto:hover {
    width: auto;
  }

  .xl\:hover\:w-px:hover {
    width: 1px;
  }

  .xl\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .xl\:hover\:w-1\/3:hover {
    width: 33.33333%;
  }

  .xl\:hover\:w-2\/3:hover {
    width: 66.66667%;
  }

  .xl\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .xl\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .xl\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .xl\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .xl\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .xl\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .xl\:hover\:w-1\/6:hover {
    width: 16.66667%;
  }

  .xl\:hover\:w-5\/6:hover {
    width: 83.33333%;
  }

  .xl\:hover\:w-full:hover {
    width: 100%;
  }

  .xl\:hover\:w-screen:hover {
    width: 100vw;
  }

  .xl\:focus-within\:w-1:focus-within {
    width: .25rem;
  }

  .xl\:focus-within\:w-2:focus-within {
    width: .5rem;
  }

  .xl\:focus-within\:w-3:focus-within {
    width: .75rem;
  }

  .xl\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .xl\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .xl\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .xl\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .xl\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .xl\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .xl\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .xl\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .xl\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .xl\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .xl\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .xl\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .xl\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .xl\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .xl\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-1\/3:focus-within {
    width: 33.33333%;
  }

  .xl\:focus-within\:w-2\/3:focus-within {
    width: 66.66667%;
  }

  .xl\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .xl\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .xl\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .xl\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .xl\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .xl\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .xl\:focus-within\:w-1\/6:focus-within {
    width: 16.66667%;
  }

  .xl\:focus-within\:w-5\/6:focus-within {
    width: 83.33333%;
  }

  .xl\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .xl\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .xl\:focus\:w-1:focus {
    width: .25rem;
  }

  .xl\:focus\:w-2:focus {
    width: .5rem;
  }

  .xl\:focus\:w-3:focus {
    width: .75rem;
  }

  .xl\:focus\:w-4:focus {
    width: 1rem;
  }

  .xl\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .xl\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .xl\:focus\:w-8:focus {
    width: 2rem;
  }

  .xl\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .xl\:focus\:w-12:focus {
    width: 3rem;
  }

  .xl\:focus\:w-16:focus {
    width: 4rem;
  }

  .xl\:focus\:w-24:focus {
    width: 6rem;
  }

  .xl\:focus\:w-32:focus {
    width: 8rem;
  }

  .xl\:focus\:w-48:focus {
    width: 12rem;
  }

  .xl\:focus\:w-56:focus {
    width: 14rem;
  }

  .xl\:focus\:w-64:focus {
    width: 16rem;
  }

  .xl\:focus\:w-auto:focus {
    width: auto;
  }

  .xl\:focus\:w-px:focus {
    width: 1px;
  }

  .xl\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .xl\:focus\:w-1\/3:focus {
    width: 33.33333%;
  }

  .xl\:focus\:w-2\/3:focus {
    width: 66.66667%;
  }

  .xl\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .xl\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .xl\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .xl\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .xl\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .xl\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .xl\:focus\:w-1\/6:focus {
    width: 16.66667%;
  }

  .xl\:focus\:w-5\/6:focus {
    width: 83.33333%;
  }

  .xl\:focus\:w-full:focus {
    width: 100%;
  }

  .xl\:focus\:w-screen:focus {
    width: 100vw;
  }

  .xl\:active\:w-1:active {
    width: .25rem;
  }

  .xl\:active\:w-2:active {
    width: .5rem;
  }

  .xl\:active\:w-3:active {
    width: .75rem;
  }

  .xl\:active\:w-4:active {
    width: 1rem;
  }

  .xl\:active\:w-5:active {
    width: 1.25rem;
  }

  .xl\:active\:w-6:active {
    width: 1.5rem;
  }

  .xl\:active\:w-8:active {
    width: 2rem;
  }

  .xl\:active\:w-10:active {
    width: 2.5rem;
  }

  .xl\:active\:w-12:active {
    width: 3rem;
  }

  .xl\:active\:w-16:active {
    width: 4rem;
  }

  .xl\:active\:w-24:active {
    width: 6rem;
  }

  .xl\:active\:w-32:active {
    width: 8rem;
  }

  .xl\:active\:w-48:active {
    width: 12rem;
  }

  .xl\:active\:w-56:active {
    width: 14rem;
  }

  .xl\:active\:w-64:active {
    width: 16rem;
  }

  .xl\:active\:w-auto:active {
    width: auto;
  }

  .xl\:active\:w-px:active {
    width: 1px;
  }

  .xl\:active\:w-1\/2:active {
    width: 50%;
  }

  .xl\:active\:w-1\/3:active {
    width: 33.33333%;
  }

  .xl\:active\:w-2\/3:active {
    width: 66.66667%;
  }

  .xl\:active\:w-1\/4:active {
    width: 25%;
  }

  .xl\:active\:w-3\/4:active {
    width: 75%;
  }

  .xl\:active\:w-1\/5:active {
    width: 20%;
  }

  .xl\:active\:w-2\/5:active {
    width: 40%;
  }

  .xl\:active\:w-3\/5:active {
    width: 60%;
  }

  .xl\:active\:w-4\/5:active {
    width: 80%;
  }

  .xl\:active\:w-1\/6:active {
    width: 16.66667%;
  }

  .xl\:active\:w-5\/6:active {
    width: 83.33333%;
  }

  .xl\:active\:w-full:active {
    width: 100%;
  }

  .xl\:active\:w-screen:active {
    width: 100vw;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .group:hover .xl\:group-hover\:z-0 {
    z-index: 0;
  }

  .group:hover .xl\:group-hover\:z-10 {
    z-index: 10;
  }

  .group:hover .xl\:group-hover\:z-20 {
    z-index: 20;
  }

  .group:hover .xl\:group-hover\:z-30 {
    z-index: 30;
  }

  .group:hover .xl\:group-hover\:z-40 {
    z-index: 40;
  }

  .group:hover .xl\:group-hover\:z-50 {
    z-index: 50;
  }

  .group:hover .xl\:group-hover\:z-auto {
    z-index: auto;
  }

  .xl\:hover\:z-0:hover {
    z-index: 0;
  }

  .xl\:hover\:z-10:hover {
    z-index: 10;
  }

  .xl\:hover\:z-20:hover {
    z-index: 20;
  }

  .xl\:hover\:z-30:hover {
    z-index: 30;
  }

  .xl\:hover\:z-40:hover {
    z-index: 40;
  }

  .xl\:hover\:z-50:hover {
    z-index: 50;
  }

  .xl\:hover\:z-auto:hover {
    z-index: auto;
  }

  .xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xl\:focus\:z-0:focus {
    z-index: 0;
  }

  .xl\:focus\:z-10:focus {
    z-index: 10;
  }

  .xl\:focus\:z-20:focus {
    z-index: 20;
  }

  .xl\:focus\:z-30:focus {
    z-index: 30;
  }

  .xl\:focus\:z-40:focus {
    z-index: 40;
  }

  .xl\:focus\:z-50:focus {
    z-index: 50;
  }

  .xl\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xl\:active\:z-0:active {
    z-index: 0;
  }

  .xl\:active\:z-10:active {
    z-index: 10;
  }

  .xl\:active\:z-20:active {
    z-index: 20;
  }

  .xl\:active\:z-30:active {
    z-index: 30;
  }

  .xl\:active\:z-40:active {
    z-index: 40;
  }

  .xl\:active\:z-50:active {
    z-index: 50;
  }

  .xl\:active\:z-auto:active {
    z-index: auto;
  }
}
